aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Less data copyaozeritsky2023-09-234-10/+10
|
* Add tests and fixes for generic cboaozeritsky2023-09-237-11/+93
|
* Can use 'native' and 'pg' cbo optimizers at dq pipelineaozeritsky2023-09-232-2/+23
|
* Fill costs fieldsaozeritsky2023-09-234-9/+22
|
* Add costs to cbo outputaozeritsky2023-09-234-5/+34
|
* YQL-16689 Pass PartOfSorted throught unordered nested FlatMap.a-romanov2023-09-232-35/+37
|
* Save constraints in row spec on join reduce.a-romanov2023-09-231-13/+14
|
* Fix column order for window functionsaneporada2023-09-231-18/+23
|
* go build: substitute a.yandex-team.ru/ for GO_ARCADIA_PROJECT_PREFIXsnermolaev2023-09-236-11/+12
|
* Can use generic cbo interface in dqaozeritsky2023-09-236-0/+219
|
* YQL-15891 Drop unused fields from WideFromBlocks & WideToBlocks.a-romanov2023-09-231-16/+23
|
* YQL-16685 fix timeout in testszverevgeny2023-09-231-0/+1
|
* [yt provider] More accurate sys column match in spec preparationudovichenko-r2023-09-231-1/+1
| | | | YQL-16580
* build whole ymake dir with py3 flawored ymakesvidyuk2023-09-232-6/+6
|
* Udp libc++ for 2 days with fake-id changesmikhnenko2023-09-228-6/+135
|
* move maps_mobile_idl.py to internal/pluginssnermolaev2023-09-222-1127/+2
|
* fix list offsets and fetch testssavnik2023-09-223-51/+272
| | | | Тесты для FETCH, и фикс бага, из-за которого запрос LIST_OFFSETS с двумя одинаковыми партициями отдавал в ответ одну партицию
* new kafka api docafina2023-09-227-0/+160
| | | | kafka api doc
* Change path description to workload tpch run command.aidarsamer2023-09-223-3/+5
|
* Add replication mode to quoterinnokentii2023-09-2213-63/+688
| | | | | | | | | | | | | | | | fix tests add protocol versioning cleanup draft 4 draft 3 draft 2 add draft implementation
* Topic api new featureskomels2023-09-224-12/+120
|
* Create statements article and add link to them in toc_i.pseudolukian2023-09-2215-6/+1751
|
* Fix includes in load test KIKIMR-17274va-kuznecov2023-09-227-12/+9
|
* KIKIMR-19215: fix size typeivanmorozov2023-09-221-1/+1
|
* fix short topic namesavnik2023-09-223-3/+3
|
* Remove code duplicationaozeritsky2023-09-222-25/+2
|
* YQL-15717: Fix FullResultsWritermrlolthe1st2023-09-221-2/+2
| | | | fix
* Fix trash operation in KV collector KIKIMR-19239alexvru2023-09-2216-673/+528
|
* Preparations for pg cbo (move rels collector to function)aozeritsky2023-09-2214-24/+455
|
* Added YDB CLI 2.6.0 release notesbrgayazov2023-09-2214-9/+103
|
* Added YDB CLI query workloadMaksim Kita2023-09-228-0/+203
| | | | | | Added YDB CLI query workload Pull Request resolved: https://github.com/ydb-platform/ydb/pull/376
* Compute optimizer statistics at physical level, added to Explain planpavelvelikhov2023-09-2220-70/+593
| | | | Final commit
* YDB CLI SET stats lowercase fixMaksim Kita2023-09-221-1/+1
| | | | | | YDB CLI SET stats lowercase fix Pull Request resolved: https://github.com/ydb-platform/ydb/pull/377
* Added csv/tsv yql params description to docsBulat Gayazov2023-09-222-39/+165
| | | | | | Added csv/tsv yql params description to docs Pull Request resolved: 342
* Added ydb config info description to docsbrgayazov2023-09-228-2/+149
|
* Added interactive cli docsbrgayazov2023-09-226-10/+204
|
* federated queriesslonnn2023-09-2238-7/+1445
|
* Add kv workload mixed documentationkungasc2023-09-222-128/+190
|
* fix dependencies between QueryServiceConfig and TableServiceConfiggrigoriypisar2023-09-225-57/+66
| | | | Fixed config dependencies
* YQL-16443 remove duplicatezverevgeny2023-09-222-58/+14
|
* KIKIMR-19215: correct blobs usage for constructorivanmorozov2023-09-221-1/+1
|
* Intermediate changesrobot-piglet2023-09-221-1/+19
|
* KIKIMR-19337: fix freespace overflow for prepared statementsqrort2023-09-221-1/+1
|
* Fixed memory leak when closing connectiontesseract2023-09-228-24/+40
|
* remove info under constructionafina2023-09-224-8/+0
| | | | remove info under construction
* Make it possible for erase cache to stitch erased ranges in read iterators ↵snaury2023-09-223-35/+58
| | | | KIKIMR-19276
* Intermediate changesrobot-piglet2023-09-221-0/+4
|
* description of the "ydb workload transfer topic-to-table" commandabcdef2023-09-223-0/+153
| | | | Описание команды "ydb workload transfer topic-to-table"
* description of how to read from a topic in a transactionabcdef2023-09-222-2/+78
| | | | описание как читать из топика в транзакции
* [yt provider] Ignore fake column from YT schemaudovichenko-r2023-09-225-12/+12
| | | | YQL-16492