Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | additional logging (#19664) | ivanmorozov333 | 2025-06-14 | 1 | -5/+5 |
| | |||||
* | add test for full table cleaning control (#19627) | ivanmorozov333 | 2025-06-14 | 1 | -0/+55 |
| | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru> | ||||
* | TPC-C ui/text cleanup (#17333) (#19662) | Evgeniy Ivanov | 2025-06-14 | 1 | -84/+68 |
| | |||||
* | add view for errors #18396 (#19468) | xyliganSereja | 2025-06-14 | 12 | -53/+279 |
| | |||||
* | unmute test #19559 (#19661) | xyliganSereja | 2025-06-13 | 2 | -2/+1 |
| | | | Co-authored-by: Matveev Sergei <xyligansereja@yandex-team.ru> | ||||
* | remove insert table v1 (#19638) | ivanmorozov333 | 2025-06-13 | 104 | -3747/+153 |
| | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru> | ||||
* | Cleanup TPC-C stats and output (#17333) (#19646) | Evgeniy Ivanov | 2025-06-13 | 4 | -232/+188 |
| | |||||
* | Add InternalPathId column to primary_index_granule_stats (#19644) | zverevgeny | 2025-06-13 | 7 | -5/+117 |
| | |||||
* | float sum aggregation has been fixed (#19466) | Oleg Doronin | 2025-06-12 | 3 | -1/+222 |
| | |||||
* | add new test #14696 (#19630) | xyliganSereja | 2025-06-12 | 1 | -0/+53 |
| | |||||
* | Update muted_ya.txt in main (#19562) | YDBot | 2025-06-12 | 1 | -3/+4 |
| | |||||
* | Added error forwarding (#19631) | xyliganSereja | 2025-06-12 | 1 | -7/+32 |
| | | | Co-authored-by: Matveev Sergei <xyligansereja@yandex-team.ru> | ||||
* | Remap path (#15991) | zverevgeny | 2025-06-12 | 62 | -246/+668 |
| | | | Co-authored-by: Evgeny Zverev <zverevgeny@localhost.localdomain> | ||||
* | Add "endpoint" param in harness, also fix cls usage (#19611) | Maxim Yurchuk | 2025-06-12 | 2 | -11/+12 |
| | |||||
* | clean deprecated immediate write option (#19597) | ivanmorozov333 | 2025-06-11 | 15 | -326/+80 |
| | |||||
* | Properly rewrite log capturing (#17333, #19612) | Evgeniy Ivanov | 2025-06-11 | 9 | -247/+508 |
| | |||||
* | On Windows build YDB cli with UNICODE defined (#17333) (#19617) | Evgeniy Ivanov | 2025-06-11 | 1 | -0/+7 |
| | |||||
* | Show KMeans state & Sample in monitoring (#19592) | kungurtsev | 2025-06-11 | 2 | -78/+91 |
| | |||||
* | Add basic validation for tiling compaction settings (#19599) | Aleksei Borzenkov | 2025-06-11 | 1 | -0/+28 |
| | |||||
* | Add sdk clients to workload params (#19557) | Олег | 2025-06-11 | 2 | -1/+23 |
| | |||||
* | Handle GroupSizeInUnits in YardInit (#19193) | Yaroslav Dynnikov | 2025-06-11 | 24 | -30/+423 |
| | | | | | | | | | | | | | | This PR includes the following changes: - TEvYardInit now includes GroupSizeInUnits parameter - PDisk copies it from YardInit to OwnerData - OwnerData is persisted in `TPDisk::WriteSysLogRestorePoint` and loaded in `TPDisk::ProcessChunk0` - Owner quota in TChunkTracker is calculated based on the weight obtained from `TPDiskConfig::GetOwnerWeight(groupSizeInUnits, slotSizeInUnits)` - `TPDisk::NumActiveSlots` now returns the sum of owner weights - Add unit test for `TPDiskConfig::GetOwnerWeight` - Add unit test `TChunkTrackerTest::AddOwnerWithWeight` - Add tests `GroupSizeInUnits` with bscontroller, actor system, and mocked pdisks Part of #17357 | ||||
* | YDBDOCS-1155: remove incorrect entries from redirects.yaml (#19547) | Ivan Blinkov | 2025-06-11 | 1 | -18/+1 |
| | |||||
* | Fix optimizer comparison when protobuf serializations are the same (#19596) | Aleksei Borzenkov | 2025-06-11 | 1 | -0/+3 |
| | |||||
* | Do not store change records inside execution units (#19595) | Ilnaz Nizametdinov | 2025-06-11 | 2 | -18/+14 |
| | |||||
* | Fix test example (#19606) | Maxim Yurchuk | 2025-06-11 | 1 | -4/+6 |
| | |||||
* | ensure that there aren't 2 locals on 1 node in 1 hive (#19583) | vporyadke | 2025-06-11 | 1 | -7/+7 |
| | |||||
* | fix write insert counters (#19591) | ivanmorozov333 | 2025-06-11 | 3 | -6/+9 |
| | | | Co-authored-by: ivanmorozov333 <imorozov333@ya.ru> | ||||
* | Split TLoginProvider::LoginUser to several methods (#19542) | Yury Kiselev | 2025-06-11 | 2 | -45/+159 |
| | |||||
* | Use Y_ENSURE for usage errors in intersection tree (#19590) | Aleksei Borzenkov | 2025-06-11 | 1 | -8/+7 |
| | |||||
* | Emit schema change events (#19521) | Ilnaz Nizametdinov | 2025-06-11 | 11 | -64/+226 |
| | |||||
* | Unmute CompactionVariants x3 #17929 (#19287) | Iurii Kravchenko | 2025-06-11 | 7 | -1060/+1162 |
| | |||||
* | bump acl version, add list_permissions (#19495) | Alexey Efimov | 2025-06-11 | 2 | -13/+67 |
| | |||||
* | YQ-4234 added running status for script executions (#19134) | Pisarenko Grigoriy | 2025-06-11 | 9 | -8/+25 |
| | |||||
* | ci: add stable-25-1-2 to nightly build list (#19594) | Pavel | 2025-06-11 | 1 | -1/+1 |
| | |||||
* | Fix ydb cli auth file options (#19577) | Vasily Gerasimov | 2025-06-11 | 15 | -185/+446 |
| | |||||
* | Fix config format again (#19588) | mregrock | 2025-06-11 | 1 | -2/+3 |
| | |||||
* | CDC stress test (basic) (#19572) | Ilnaz Nizametdinov | 2025-06-11 | 7 | -0/+239 |
| | |||||
* | Refactor topic-to-table docs for C++ SDK (#19515) | Bulat | 2025-06-11 | 2 | -132/+165 |
| | |||||
* | fix deletion usage on compaction (#19576) | ivanmorozov333 | 2025-06-10 | 5 | -35/+57 |
| | |||||
* | Extract KMeans TClusters into a separate file to share it with schemeshard ↵ | Vitaliy Filippov | 2025-06-10 | 8 | -665/+671 |
| | | | | (#19412) | ||||
* | YDB FQ: support `OpenSearch` as an external data source (#18444) | Arslan Giniyatullin | 2025-06-10 | 8 | -4/+50 |
| | |||||
* | Experimental tiling compaction (#19499) | Aleksei Borzenkov | 2025-06-10 | 4 | -0/+730 |
| | |||||
* | feat: add batch update+delete ops to simple queue (#19419) | Pavel | 2025-06-10 | 2 | -30/+60 |
| | |||||
* | Push date predicates to CS as block kernels (#19038) | Denis Khalikov | 2025-06-10 | 3 | -39/+76 |
| | |||||
* | Mute ydb/core/viewer/tests/test.py.test_scheme_directory (#19524)meta-1.0.1 | Pavel Zuev | 2025-06-10 | 0 | -0/+0 |
| | |||||
* | The `CreationUnixTime` field for `TCmdWrite` and `TCmdRename` (#19529) | Alek5andr-Kotov | 2025-06-10 | 4 | -14/+142 |
| | |||||
* | TPC-C tui WIP (#17333) (#19560) | Evgeniy Ivanov | 2025-06-10 | 16 | -239/+1029 |
| | |||||
* | aborted scan counters (#19353) | Semyon | 2025-06-10 | 3 | -5/+10 |
| | |||||
* | filter iterator corrections (#19359) | Semyon | 2025-06-10 | 10 | -17/+31 |
| | |||||
* | Fix CTAS Not Null (#19517) | Nikita Vasilev | 2025-06-10 | 3 | -49/+41 |
| |