citus
citus copied to clipboard
Distributed PostgreSQL as an extension
… subqueries - Updated various planner and deparser files to handle NULL or "?column?" as resname by generating meaningful column names. - Ensured that generated names follow a consistent format...
DESCRIPTION: updated python and mitmproxy vrsions to address vulnerabilities.
Please add instruction how to install Citus on Linux Mint locally. Ubuntu instruction does not work.
Performance improvements that would be useful for **both** single-shard tables and tenant-schema tables: - [ ] Fix prepared statements / plan cache for single-shard tables. DDL improvements that could provide...
Currently, using auto_explain extension for a citus database may cause issues such as crashes and unexpected behavior. Although it might be possible to use auto_explain for very limited scenarios which...
I have a multi-node Citus/Patorni deployment in GKE with the following configuration: - 1 **Coordinator node** (1 primary + 1 replica) - 2 **Worker nodes** (each node has 1 primary...
Hello Team , we have cluster of 7 nodes ( 1 coordinator, 6 worker nodes ) . what is the best backup strategy for this kind of citus cluster ?...
### Goal Being able to store all records related to users in one geolocation only on workers in that geolocation. ### Options #### Create a distributed table for each geolocation...