summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * YT-27780: Use TTableSchema instead of TTableSchemaExt in proxy APIapollo13218 days1-1/+1
| | | | | | | | | | | | commit_hash:2a15f45c98aa40190e39522a2155d9ddcf83263b
| | * add ParseTextFormatFromStringilnurkh8 days3-0/+37
| | | | | | | | | | | | commit_hash:1156b3325b874f25124c2e535b63ae714d348818
| | * Fix test_ground_connection_synchronizationkvk19209 days2-20/+25
| | | | | | | | | | | | commit_hash:f7be6d64c3133dede75e43f727bce004bce037bb
| | * YT-27780: Support push-based shuffle in shuffle serviceapollo13219 days4-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: proxy Add push-based shuffle to the YT shuffle service. What it is: instead of each mapper writing its own table chunks (pull-based), all mappers for a partition append to one shared journal chunk through a per-partition sequencer that orders the concurrent appends. How to use it: pass use_push_based_shuffle=true to start_shuffle, together with a strict TTableSchema (required for push-based; it is the single source of the column name-to-id mapping). The flag is opaque to the client and rides on the signed shuffle handle. Pull-based shuffle is the default and stays byte-identical. commit_hash:0f2409932b7092913edee03360b2be9f2495aafd
| | * YQL-21284: Clear Yson2 marks before giving UV to clientatarasov59 days6-86/+161
| | | | | | | | | | | | | | | actual diff is <https://nda.ya.ru/t/RZq3NT0n7e7Kok> commit_hash:7d05f1fab17a23f9fb8281f67d3034c425f66633
| | * YT: Add formatter for all protobuf enumsgrigminakov9 days5-1/+54
| | | | | | | | | | | | commit_hash:58bf07dcff4aac728a67e0607d2c3b49ad1feef1
* | | NPB fix fast erases (#41869)Evgenik28 days7-151/+829
| | |
* | | schemeshard: measure TTableInfo::VerifyConsistency() time (#42201)ijon8 days9-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a cumulative counter (TablePartitionsConsistencyCheckTimeNs) accumulating the nanoseconds spent in TTableInfo::VerifyConsistency(), so the O(N) check's production cost is observable. VerifyConsistency: time the body with THPTimer into the new mutable LastVerifyConsistencyTime. Gate the whole check behind the new EnableTablePartitionsConsistencyCheck feature flag (default on); when off, return early and reset LastVerifyConsistencyTime to 0. The partitioning calls that run the check — SetPartitioning, MovePartitioning, CopyPartitioning, ApplySplitMerge, and move_table — increment the counter by LastVerifyConsistencyTime afterwards.
* | | [Optimizer] Proper handle mixed cross/non cross joins (#42261)Denis Khalikov8 days4-30/+22
| | |
* | | schemeshard: disable EnableTablePartitionsFormatShardIdx* flags (#42253)ijon8 days1-2/+2
| | | | | | | | | Revert EnableTablePartitionsFormatShardIdx{,ByDefault} flags to their intended disabled state. These flags introduce version incompatibility and must go through the proper rollout procedure (waiting for the next stable release).
* | | Fix rps calc, use usec precision in hists, HP timer, #39757 (#42265)Evgeniy Ivanov8 days5-78/+169
|/ /
* | Fix timeout BackupPathTestFs.ParallelBackupWholeDatabase (#42275)stanislav_shchetinin8 days1-1/+1
| |
* | Merge pull request #42259 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot8 days1-0/+2
|\ \
| * | Update muted_ya for relwithdebinfo mainYDBot8 days1-0/+2
| | |
* | | JsonIndex schemeshard tests with reboots (#42211)Daniil Timižev8 days6-0/+690
| | |
* | | Update muted_ya for release-asan mainYDBot8 days1-0/+3
|/ /
* | Make load tablet slightly faster, #39757 (#42221)Evgeniy Ivanov8 days1-2/+2
| |
* | [Optimizer] Add support for distinct on expression (#42232)Denis Khalikov8 days3-23/+40
| |
* | [EXT-1120] Smoke tests for examples (#42072)Andrei Rykov8 days6-1/+82
| |
* | aggregation hash quality checker (#42230)Pavel Zuev8 days3-0/+157
| |
* | Fixed data race in topic SDK read session OnDataDecompressed (#42213)Nikolay Shestakov8 days2-3/+9
| |
* | Return retryable status from rpc_read_table if snapshot is unavailable due ↵Alexey Zatelepin8 days2-5/+118
| | | | | | | | to merge (#42129)
* | Merge pull request #42239 from ydb-platform/update-muted-ya_main_release-asanYDBot8 days1-0/+7
|\ \
| * | Update muted_ya for release-asan mainYDBot8 days1-0/+7
| | |
* | | Enable flag http-access-uplift (#42208)SergeyNs-458 days5-481/+481
|/ /
* | Fix dstool flaky tests test_capacity_metrics, test_pdisk_check_leaked_slots ↵Yaroslav Dynnikov8 days4-36/+61
| | | | | | | | (#42214)
* | add min_max index stress test (#41698)nfrmtk8 days7-0/+410
| |
* | streamlookup join: tests for FullscanLimit option (#39897)Yuriy Kaminskiy8 days4-36/+90
| |
* | do not store arbitrary vectors in local db (#40976)vporyadke8 days12-100/+65
| |
* | Merge pull request #42217 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot8 days1-1/+1
|\ \
| * | Update muted_ya for relwithdebinfo mainYDBot8 days1-1/+1
| | |
* | | Update muted_ya for release-asan mainYDBot9 days1-0/+2
|/ /
* | change system clock drift, add additional info as a tips (#40338)sintjuri9 days2-13/+165
| | | | | | Co-authored-by: Maksim Zinal <[email protected]>
* | schemeshard: enable EnableDataShardSplit* flags by default (#41670)ijon9 days1-5/+5
| | | | | | | | | | | | Enable feature flags for split key selection on the datashard side in `main` by default to broaden the use of covered functionality: - `EnableDataShardSplitHistogramSorting` - `EnableDataShardSplitKeySelection` - `EnableDataShardSplitHistogramOmission`
* | Handle undelivery for TEvConnect (#42167)Kirill Pleshivtsev9 days2-9/+41
| |
* | Merge pull request #42199 from ydb-platform/update-muted-ya_main_release-asanYDBot9 days1-0/+1
|\ \
| * | Update muted_ya for release-asan mainYDBot9 days1-0/+1
| | |
* | | Merge pull request #42200 from ydb-platform/update-muted-ya_main_release-msanYDBot9 days1-0/+2
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot9 days1-0/+2
| | | |
* | | | remove slo workload from the repo (#42188)Ermoshkin Artem9 days25-2654/+0
|/ / / | | | | | | Co-authored-by: Artem Ermoshkin <[email protected]>
* / / Add seqno to creds (#41534)kruall9 days13-56/+231
|/ /
* | LOGBROKER-10406 Start batching (#40825)Kuzin Roman9 days36-116/+1723
| | | | | | Co-authored-by: Roman Kuzin <[email protected]>
* | Trackable asynchronous full backup operations for backup collections (#42008)Innokentii Mokin9 days52-9/+4092
| |
* | [Console] Fix per-database YAML config versioning (#41435)Aleksandr Usenko9 days6-5/+282
| |
* | [NEW OPTIMIZER] Added more TCPDS passing tests (#42177)Pavel Velikhov9 days1-2/+2
| | | | | | Co-authored-by: Velikhov Pavel <[email protected]>
* | Merge pull request #42183 from ydb-platform/update-muted-ya_main_release-asanYDBot9 days1-0/+2
|\ \
| * | Update muted_ya for release-asan mainYDBot9 days1-0/+2
| | |
* | | [YQ-5334] Implement pretty output for `ydb scheme describe` of external data ↵Max9 days3-2/+74
| | | | | | | | | | | | | | | | | | so… (#41950) Co-authored-by: Max Martinevsky <[email protected]> Co-authored-by: Claude Opus 4.8 (1M context) <[email protected]>
* | | fix u-a-f TryEnqueueOneShard (#41760)Yuriy Kaminskiy9 days1-1/+1
|/ /
* | Introduce DeleteSpecificGroups command (#42017)Alexander Rutkovsky9 days12-30/+65
| |