citus/src
Onder Kalaci a202573fe7 Refrain reading the metadata cache for all tables during upgrade
First, it is not needed. Second, in the past we had issues regarding
this: https://github.com/citusdata/citus/pull/4344

When I create 10k tables, ~120K shards, this saves
40Mb of memory during ALTER EXTENSION citus UPDATE.

Before the change:  MetadataCacheMemoryContext: 41943040 ~ 40MB
After the change:  MetadataCacheMemoryContext: 8192

(cherry picked from commit f193e16a01)
2022-05-06 13:35:23 +02:00
..
backend Refrain reading the metadata cache for all tables during upgrade 2022-05-06 13:35:23 +02:00
include Implement DOMAIN propagation for citus 2022-04-08 16:18:02 +02:00
test Do not set coordinator's metadatasynced column to false 2022-04-25 09:35:00 +02:00