diff options
| author | apollo1321 <[email protected]> | 2026-06-02 13:07:27 +0300 |
|---|---|---|
| committer | apollo1321 <[email protected]> | 2026-06-02 14:27:51 +0300 |
| commit | 361eb13585d4bb3daa3e7fb1ea15dadd3f6426f2 (patch) | |
| tree | 08f2604c9ccda62614415d1652d1fd9836355023 /contrib/python/stack-data/stack_data/core.py | |
| parent | 148fbed184d26d880c7abd5588b6d557a5241b89 (diff) | |
YT-27780: Support push-based shuffle in shuffle service
* 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
Diffstat (limited to 'contrib/python/stack-data/stack_data/core.py')
0 files changed, 0 insertions, 0 deletions
