ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
4.03k stars 587 forks source link

Check why spilling was not enabled in stable #11885

Open lll-phill-lll opened 1 week ago

lll-phill-lll commented 1 week ago

https://datalens.yandex/ug26hdjlxoeoi?tab=8J&state=0bab6d40641

Results: https://proxy.sandbox.yandex-team.ru/7513769566/index.html#suites/83a7db6541269867a604826f8b4fa5ca/d0ce77a080b3f5ad/

according to the svg files nothing was spilled.

Task is to determine the reasons

lll-phill-lll commented 1 week ago

The branch: https://github.com/ydb-platform/ydb/commits/prestable-24-4/

As far as I see memory fixes are missing here. To add:

  1. https://github.com/ydb-platform/ydb/pull/10997/files
  2. https://github.com/ydb-platform/ydb/pull/9282
  3. https://github.com/ydb-platform/ydb/pull/9785
lll-phill-lll commented 1 week ago

Added commits to stable 24-3: https://github.com/ydb-platform/ydb/pull/11889