• Catalin Irimie's avatar
    Update strategies used for DB count approximation for read-only DB · 09a35759
    Catalin Irimie authored
    With the Tablesample and Reltuple strategies, they both attempt
    transactions to stick to the primary DB when load-balancing is used,
    which won't work with the loadbalancer enabled by default on read-only
    databases (such as Geo), as there is no writeable primary DB.
    
    Changelog: fixed
    09a35759
count.rb 2.23 KB