pgcat
pgcat copied to clipboard
PostgreSQL pooler with sharding, load balancing and failover support.
**Is your feature request related to a problem? Please describe.** Frameworks like Rails/ActiveRecord issue a health check on the connection before making it available to the rest of the app....
Hey everyone! It's been a ~couple weeks~ few months of development and I am thinking we are ready for some ~early~ end user testing. It would be good to try...
**Is your feature request related to a problem? Please describe.** I want to be able to block a known bad query from reaching my database and taking it down. A...
**Is your feature request related to a problem? Please describe.** I noticed that the `total_query_time` and `total_xact_time` statistics have no `Event` and no methods to update it in the `Collector`....
This PR adds docker-based benchmark that allows a fair performance comparison between Pgcat, Pgbouncer and Postgres baseline. I am using the same base image for both proxies and subjecting them...
**Is your feature request related to a problem? Please describe.** we are using schema base sharding(each tenant rely in one schema), and we name it something like `dm_1`, `dm_3` with...
**Describe the bug** I am comparing pgcat's behavior against pgbouncer with both running in transaction mode. When the client sets any of the following parameters in the connection string, pgbouncer...
## Is your feature request related to a problem? Please describe. No. ## Describe the solution you'd like I'd like the kerberos protocol to be supported. ## Describe alternatives you've...
**Is your feature request related to a problem? Please describe.** I would like to be able to query multiple shards at the same time and get a single result set...
This PR moves banning logic to be owned an async task. The async task will receives events from various sources that want to request a replica be banned. This design...