mirror of https://github.com/citusdata/citus.git
DESCRIPTION: Fix performance issue when creating distributed tables if many already exist This builds on the work to speed up EnsureSequenceTypeSupported, and now does something similar for SequenceUsedInDistributedTable. SequenceUsedInDistributedTable had a similar O(number of citus tables) operation. This fixes that and speeds up creation of distributed tables significantly when many distributed tables already exist. Fixes #7022 |
||
---|---|---|
.. | ||
dependency.c | ||
distobject.c | ||
metadata_cache.c | ||
metadata_sync.c | ||
metadata_utility.c | ||
node_metadata.c | ||
pg_get_object_address_13_14_15.c |