| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | YT-27780: Use TTableSchema instead of TTableSchemaExt in proxy API | apollo1321 | 8 days | 1 | -1/+1 | |
| | | | | | | | | | | | | | commit_hash:2a15f45c98aa40190e39522a2155d9ddcf83263b | |||||
| | | * | add ParseTextFormatFromString | ilnurkh | 8 days | 3 | -0/+37 | |
| | | | | | | | | | | | | | commit_hash:1156b3325b874f25124c2e535b63ae714d348818 | |||||
| | | * | Fix test_ground_connection_synchronization | kvk1920 | 9 days | 2 | -20/+25 | |
| | | | | | | | | | | | | | commit_hash:f7be6d64c3133dede75e43f727bce004bce037bb | |||||
| | | * | YT-27780: Support push-based shuffle in shuffle service | apollo1321 | 9 days | 4 | -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 client | atarasov5 | 9 days | 6 | -86/+161 | |
| | | | | | | | | | | | | | | | | actual diff is <https://nda.ya.ru/t/RZq3NT0n7e7Kok> commit_hash:7d05f1fab17a23f9fb8281f67d3034c425f66633 | |||||
| | | * | YT: Add formatter for all protobuf enums | grigminakov | 9 days | 5 | -1/+54 | |
| | | | | | | | | | | | | | commit_hash:58bf07dcff4aac728a67e0607d2c3b49ad1feef1 | |||||
| * | | | NPB fix fast erases (#41869) | Evgenik2 | 8 days | 7 | -151/+829 | |
| | | | | ||||||
| * | | | schemeshard: measure TTableInfo::VerifyConsistency() time (#42201) | ijon | 8 days | 9 | -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 Khalikov | 8 days | 4 | -30/+22 | |
| | | | | ||||||
| * | | | schemeshard: disable EnableTablePartitionsFormatShardIdx* flags (#42253) | ijon | 8 days | 1 | -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 Ivanov | 8 days | 5 | -78/+169 | |
| |/ / | ||||||
| * | | Fix timeout BackupPathTestFs.ParallelBackupWholeDatabase (#42275) | stanislav_shchetinin | 8 days | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #42259 from ydb-platform/update-muted-ya_main_relwithdebinfo | YDBot | 8 days | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | Update muted_ya for relwithdebinfo main | YDBot | 8 days | 1 | -0/+2 | |
| | | | | ||||||
| * | | | JsonIndex schemeshard tests with reboots (#42211) | Daniil Timižev | 8 days | 6 | -0/+690 | |
| | | | | ||||||
| * | | | Update muted_ya for release-asan main | YDBot | 8 days | 1 | -0/+3 | |
| |/ / | ||||||
| * | | Make load tablet slightly faster, #39757 (#42221) | Evgeniy Ivanov | 8 days | 1 | -2/+2 | |
| | | | ||||||
| * | | [Optimizer] Add support for distinct on expression (#42232) | Denis Khalikov | 8 days | 3 | -23/+40 | |
| | | | ||||||
| * | | [EXT-1120] Smoke tests for examples (#42072) | Andrei Rykov | 8 days | 6 | -1/+82 | |
| | | | ||||||
| * | | aggregation hash quality checker (#42230) | Pavel Zuev | 8 days | 3 | -0/+157 | |
| | | | ||||||
| * | | Fixed data race in topic SDK read session OnDataDecompressed (#42213) | Nikolay Shestakov | 8 days | 2 | -3/+9 | |
| | | | ||||||
| * | | Return retryable status from rpc_read_table if snapshot is unavailable due ↵ | Alexey Zatelepin | 8 days | 2 | -5/+118 | |
| | | | | | | | | | to merge (#42129) | |||||
| * | | Merge pull request #42239 from ydb-platform/update-muted-ya_main_release-asan | YDBot | 8 days | 1 | -0/+7 | |
| |\ \ | ||||||
| | * | | Update muted_ya for release-asan main | YDBot | 8 days | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Enable flag http-access-uplift (#42208) | SergeyNs-45 | 8 days | 5 | -481/+481 | |
| |/ / | ||||||
| * | | Fix dstool flaky tests test_capacity_metrics, test_pdisk_check_leaked_slots ↵ | Yaroslav Dynnikov | 8 days | 4 | -36/+61 | |
| | | | | | | | | | (#42214) | |||||
| * | | add min_max index stress test (#41698) | nfrmtk | 8 days | 7 | -0/+410 | |
| | | | ||||||
| * | | streamlookup join: tests for FullscanLimit option (#39897) | Yuriy Kaminskiy | 8 days | 4 | -36/+90 | |
| | | | ||||||
| * | | do not store arbitrary vectors in local db (#40976) | vporyadke | 8 days | 12 | -100/+65 | |
| | | | ||||||
| * | | Merge pull request #42217 from ydb-platform/update-muted-ya_main_relwithdebinfo | YDBot | 8 days | 1 | -1/+1 | |
| |\ \ | ||||||
| | * | | Update muted_ya for relwithdebinfo main | YDBot | 8 days | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Update muted_ya for release-asan main | YDBot | 9 days | 1 | -0/+2 | |
| |/ / | ||||||
| * | | change system clock drift, add additional info as a tips (#40338) | sintjuri | 9 days | 2 | -13/+165 | |
| | | | | | | | Co-authored-by: Maksim Zinal <[email protected]> | |||||
| * | | schemeshard: enable EnableDataShardSplit* flags by default (#41670) | ijon | 9 days | 1 | -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 Pleshivtsev | 9 days | 2 | -9/+41 | |
| | | | ||||||
| * | | Merge pull request #42199 from ydb-platform/update-muted-ya_main_release-asan | YDBot | 9 days | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | Update muted_ya for release-asan main | YDBot | 9 days | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge pull request #42200 from ydb-platform/update-muted-ya_main_release-msan | YDBot | 9 days | 1 | -0/+2 | |
| |\ \ \ | ||||||
| | * | | | Update muted_ya for release-msan main | YDBot | 9 days | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | remove slo workload from the repo (#42188) | Ermoshkin Artem | 9 days | 25 | -2654/+0 | |
| |/ / / | | | | | | | Co-authored-by: Artem Ermoshkin <[email protected]> | |||||
| * / / | Add seqno to creds (#41534) | kruall | 9 days | 13 | -56/+231 | |
| |/ / | ||||||
| * | | LOGBROKER-10406 Start batching (#40825) | Kuzin Roman | 9 days | 36 | -116/+1723 | |
| | | | | | | | Co-authored-by: Roman Kuzin <[email protected]> | |||||
| * | | Trackable asynchronous full backup operations for backup collections (#42008) | Innokentii Mokin | 9 days | 52 | -9/+4092 | |
| | | | ||||||
| * | | [Console] Fix per-database YAML config versioning (#41435) | Aleksandr Usenko | 9 days | 6 | -5/+282 | |
| | | | ||||||
| * | | [NEW OPTIMIZER] Added more TCPDS passing tests (#42177) | Pavel Velikhov | 9 days | 1 | -2/+2 | |
| | | | | | | | Co-authored-by: Velikhov Pavel <[email protected]> | |||||
| * | | Merge pull request #42183 from ydb-platform/update-muted-ya_main_release-asan | YDBot | 9 days | 1 | -0/+2 | |
| |\ \ | ||||||
| | * | | Update muted_ya for release-asan main | YDBot | 9 days | 1 | -0/+2 | |
| | | | | ||||||
| * | | | [YQ-5334] Implement pretty output for `ydb scheme describe` of external data ↵ | Max | 9 days | 3 | -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 Kaminskiy | 9 days | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Introduce DeleteSpecificGroups command (#42017) | Alexander Rutkovsky | 9 days | 12 | -30/+65 | |
| | | | ||||||
