citus icon indicating copy to clipboard operation
citus copied to clipboard

Distributed PostgreSQL as an extension

Results 498 citus issues
Sort by recently updated
recently updated
newest added

… 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.

Support

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...

usability
sql
performance
DDL
schema-based-sharding

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...

enhancement

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 ?...

Support

### 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...

feature