aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added tests (#647)Andrei Rykov2023-12-222-4/+72
|
* Import libs 3 (#679)AlexSm2023-12-2252-478/+420
|
* Add BsCostTracker and advanced cost metrics, KIKIMR-17759 (#600)Sergey Belyakov2023-12-228-2/+352
| | | | | | | | | * Add BsCostTracker * Remove redundant Y_UNUSDE * Remove redundant HugeBlobSize redefinition * Add estimation for huge writes
* [yql] Fix result diff in dq_file tests (YQL-17386, YQL-17404, YQL-17402, ↵Roman Udovichenko2023-12-2217-4723/+4679
| | | | YQL-17405) (#676)
* Moved TSpan::Link(TraceId) implementation to .cpp (#674)Oleg Shatov2023-12-222-3/+5
|
* YQL-17250: Add operation name in fallback message (#627)Maxim Kovalev2023-12-222-8/+40
| | | | | * YQL-17250: Add operation name in fallback message * Fix review comments
* Consistent debug (#652)AlexSm2023-12-222-3/+3
|
* Revert "Workload TPC-C init" (#529)Evgeniy Ivanov2023-12-2241-2135/+2
| | | This reverts commit da025ccc23fafcc3a3a572d83f82996be433fa89.
* Library import 2 (#639)AlexSm2023-12-22588-33328/+21493
|
* KIKIMR-20522: Tests for vdisks balancing (#531)Robert Drynkin2023-12-224-1/+322
| | | Co-authored-by: robdrynkin <robdrynkin@nebius.com>
* KIKIMR-20521: Add UseVDisksBalancing feature flag (#523)Robert Drynkin2023-12-2212-0/+134
| | | Co-authored-by: robdrynkin <robdrynkin@nebius.com>
* YQL-17087: Add channel spilling to dq pipe communication (#612)Aidar Samerkhanov2023-12-229-96/+362
| | | | * Add channel spilling to dq pipe communication * Add EvPoison handler to DqChannelStorageActor
* WriteRow out of space (#665)azevaykin2023-12-221-18/+39
|
* KIKIMR-19521 BTreeIndex Bugfix index size (#671)kungurtsev2023-12-221-1/+1
|
* YQ-2628: add connections option for streaming queries (#579)Egor Zudin2023-12-225-1/+17
|
* Last 25 queries of TPC-DS (#668)Alexey Ozeritskiy2023-12-2224-0/+1102
|
* Fix metric PotentialMaxThreadCount (#629)kruall2023-12-221-4/+5
| | | Co-authored-by: Aleksandr Kriukov <kruall@ydb.ru>
* add StarvingInRowForNotEnoughCpu for tcp sessions (#625)kruall2023-12-223-2/+15
| | | Co-authored-by: Aleksandr Kriukov <kruall@ydb.ru>
* KIKIMR-19139 Bugfix load indexes (#657)kungurtsev2023-12-221-6/+10
|
* KIKIMR-19521 BTreeIndex Test (#653)kungurtsev2023-12-226-42/+381
|
* [dq] Separate setting SplitStageOnDqReplicate (YQL-17382) (#664)Roman Udovichenko2023-12-224-1/+15
|
* YQ Connector: fix integration tests style (#640)Vitaly Isaev2023-12-225-4/+9
|
* Fix Unique/Distinct constraints from nested filtering FlatMap. (#584)Tony-Romanov2023-12-222-16/+43
| | | | | | | * Add KDevelop * Fix Unique/Distinct constraints from nested filtering FlatMap. * A little fix.
* UpdateRow & WriteRow (#663)azevaykin2023-12-225-63/+64
|
* [yql] Fix join-anyjoin_common_dup test (#651)Roman Udovichenko2023-12-224-12/+12
|
* cgi parameters have been sorted YQ-2558 (#619)Oleg Doronin2023-12-222-7/+20
|
* Third 25 queries of TPC-DS (#662)Alexey Ozeritskiy2023-12-2125-0/+1400
|
* Second 25 queries of TPC-DS (#660)Alexey Ozeritskiy2023-12-2125-0/+1215
|
* [YQL-16903] Introduce BlockEngine pragma (parser/config provider part) (#616)Andrey Neporada2023-12-2120-31/+135
| | | | | * initial * add tests
* fix (#654)Vitaly Stoyan2023-12-211-8/+0
|
* Move iam auth actors out of IO pool (#648)ijon2023-12-211-3/+3
| | | | | Move non-blocking iam auth actors out of IO pool so that blocking logging actors couldn't prevent them from working by blocking entire pool. Also IO pool is not a suitable place for a non-blocking actor. KIKIMR-19644
* Add schema example for TPC-DS (#613)Alexey Ozeritskiy2023-12-211-0/+668
|
* CheckWriteUnit & FinishProposeWriteUnit (#631)azevaykin2023-12-2116-268/+367
|
* First 25 queries of TPC-DS (#632)Alexey Ozeritskiy2023-12-2125-0/+1550
|
* KIKIMR-20321 viewer tests asan fix (#525)Andrei Rykov2023-12-2114-52/+53
| | | KIKIMR-20231/asan-fix
* add talks/presentations to the docs (#528)Evgeniy Ivanov2023-12-212-3/+19
| | | | | | | | | * add talks/presentations to the docs * Update ydb/docs/en/core/public-talks.md --------- Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* added vscode (#636)Andrei Rykov2023-12-211-0/+1
|
* Moved csv parsing in import file cmd to YDB CLI and supported pg-types (only ↵Bulat2023-12-2111-172/+319
| | | | | | | | | | | | | | | | | | | | | row tables) (#514) * Fixed parsing JSON from pg types * Fixed bugs * Moved csv parsing in import file cmd to YDB CLI and supported pg-types (only row tables) * Fixed bugs * Fixed bug * Fixed bugs * Fixed test * Added column table validation * Fixed bugs
* Use user provided otel header to start grpc proxy tracing. (#628)Daniil Cherednik2023-12-212-6/+8
|
* Import libs 1 (#590)AlexSm2023-12-21283-6704/+6993
| | | | | | | * Import libs 1 * Add new file without extension * Add file missed in export config
* Out<NYql::TIssues> (#626)azevaykin2023-12-212-6/+7
|
* [dq] Integrate YT peephole transforms into DQ integration (YQL-17386) (#605)Roman Udovichenko2023-12-2120-180/+223
|
* YQL-17250: Add operation information into hybrid statistics (#597)Maxim Kovalev2023-12-216-24/+67
| | | | | * YQL-17250: Add operation information into hybrid statistics * Fix review comments
* Add dynamic config cli (#615)Innokentii Mokin2023-12-216-0/+799
| | | | | | | * add dynamic config cli --------- Co-authored-by: Innokentii Mokin <innokentii@ydb.tech>
* Fix ui.sh, add missing mounts.txt (#614)Andrey Neporada2023-12-213-2/+8
| | | | * Fix ui.sh, add missing mounts.txt * mounts.txt for uig.sh, drop no longer needed LD_LIBRARY_PATH
* init (#610)Vitaly Stoyan2023-12-21197-1053/+1961
|
* KIKIMR-20217 Initial datashard tracing (#530)Semyon Danilov2023-12-2123-126/+227
|
* KIKIMR-20533 TraceId parser unittests (#617)Oleg Shatov2023-12-214-1/+120
|
* Replace Y_ABORT_UNLESS #2 (#603)Nikolay Shestakov2023-12-211-2/+7
|
* KIKIMR-20533 Implemented conversion from OTEL header to traceId (#607)Oleg Shatov2023-12-212-6/+67
| | | * KIKIMR-20533 Implemented conversion from OTEL header to traceId