aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/matplotlib/py2/src
diff options
context:
space:
mode:
authorijon <ijon@ydb.tech>2024-07-16 17:04:08 +0300
committerGitHub <noreply@github.com>2024-07-16 17:04:08 +0300
commit83a86c2b14549290f35341f2a53f21df6dea2439 (patch)
tree71eebf0e33165059c12a15941efcd8d40374f13d /contrib/python/matplotlib/py2/src
parentc5d412cb3f2462fbbb204b0d8626ad411cfe9f86 (diff)
downloadydb-83a86c2b14549290f35341f2a53f21df6dea2439.tar.gz
schemeshard: preserialize Table.SplitBoundary for describe result (#6648)
Preserialize table's split boundaries the same way table partitions are. The size of both depend on the same variable: number of shards in the table, but TablePartitions was preserialized (and cached) while Table.SplitBoundaries wasn't. Preserializing all potentially huge parts of DescribeSchemeResult message before it gets to the interconnect saves interconnect actors additional serialization costs. And when partitioning of the huge tables goes through the period of a rapid change that additional serialization causes interconnect to overload. Single shortcoming though: preserialized SplitBoundary is not used (cannot be used) when boundaries of the index tables are requested through describe request on table index. KIKIMR-21686
Diffstat (limited to 'contrib/python/matplotlib/py2/src')
0 files changed, 0 insertions, 0 deletions