diff options
author | ijon <ijon@ydb.tech> | 2024-07-16 17:04:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-16 17:04:08 +0300 |
commit | 83a86c2b14549290f35341f2a53f21df6dea2439 (patch) | |
tree | 71eebf0e33165059c12a15941efcd8d40374f13d /contrib/python/matplotlib/py2 | |
parent | c5d412cb3f2462fbbb204b0d8626ad411cfe9f86 (diff) | |
download | ydb-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')
0 files changed, 0 insertions, 0 deletions