citus/src/include
Jelte Fennema-Nio cdf51da458
Speed up SequenceUsedInDistributedTable (#7579)
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
2024-04-15 12:01:55 +00:00
..
columnar Sort includes (#7326) 2023-11-23 18:19:54 +01:00
distributed Speed up SequenceUsedInDistributedTable (#7579) 2024-04-15 12:01:55 +00:00
.gitignore Self-implemented review feedback 2017-04-03 22:55:12 -06:00
citus_config.h.in Renames configure.in to fix warnings (#6034) 2022-07-19 18:24:15 +02:00
citus_version.h.in HAVE_LZ4 -> HAVE_CITUS_LZ4 (#5541) 2021-12-16 16:21:52 +03:00
pg_version_compat.h Support CREATE / DROP database commands from any node (#7359) 2024-01-08 16:47:49 +00:00
pg_version_constants.h move pg_version_constants.h to toplevel include (#7335) 2023-11-09 15:09:39 +00:00