aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set ending_sequence_number for inactive partitions of datashard (#9636)Nikolay Shestakov2024-09-242-42/+63
|
* remove useless locks broking checker (#9650)ivanmorozov3332024-09-233-3/+13
|
* Fixed computation of ByteSize for CBO for OLAP tables (#9626)Pavel Velikhov2024-09-234-2/+871
|
* unmute olap-kqp-mvcc tests (#9655)ivanmorozov3332024-09-231-2/+0
|
* YMQ: Force upper case for "MD5" and "AWS" in field names (#9642)qyryq2024-09-233-19/+19
|
* Revert "Disable blob header by default in VDisk" (#9645)Alexander Rutkovsky2024-09-2310-104/+187
|
* Add incr restore change sender (#9603)Innokentii Mokin2024-09-2313-631/+1091
|
* YQ kqprun fix win build (#9652)Pisarenko Grigoriy2024-09-231-1/+1
|
* dont move non-actualized buckets in rating scale (#9628)ivanmorozov3332024-09-231-10/+15
|
* TPortionInfo::GetRecordsCount speed up (#9614)ivanmorozov3332024-09-231-0/+2
|
* Refactor chunk reads and writes (#8893)Vlad Kuznetsov2024-09-233-115/+76
| | | Co-authored-by: Vlad Kuznecov <va-kuznecov@nebius.com>
* Don't set `UseAsyncTxPinger = true` explicitly (#9535)Dmitry Ermolov2024-09-231-1/+0
|
* Topics autopartitioning (#9243)ElenaAfina2024-09-232-4/+50
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* TryFromString in decimal validation (#9586)azevaykin2024-09-231-2/+10
|
* Fix CLI topics alter (#9635)niksaveliev2024-09-231-1/+1
|
* YQ-3684 fix screts not found error handling (#9501)Pisarenko Grigoriy2024-09-233-0/+48
|
* Fix off compression (#9612)Vladislav Gogov2024-09-232-2/+25
|
* Decimal migration fix for columnshard (#9625)azevaykin2024-09-232-16/+11
|
* Added the English version of the docs for asynchronous replication (#9609)anton-bobkov2024-09-2311-5/+376
| | | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com> Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
* Disable blob header by default in VDisk (#9491)Alexander Rutkovsky2024-09-2310-187/+104
|
* Improve lock-free bucket: use relaxed memory order, set to min/max in CAS ↵Sergey Belyakov2024-09-231-25/+41
| | | | (#9379)
* The `TEvProposePartitionConfig` message is sent only to the main partitions ↵Alek5andr-Kotov2024-09-232-8/+48
| | | | (#9599)
* YQ-3322 Row dispatcher (#5544)Dmitry Kardymon2024-09-2399-246/+7519
|
* Fix local_ydb (#9623)Maxim Yurchuk2024-09-231-2/+2
|
* Support ydb dump for tables with serial types (#9272)Nikolay Shumkov2024-09-2310-27/+217
|
* Yql autopartitioning docs (#9383)niksaveliev2024-09-232-5/+41
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Fix handling of uncorrelated column name in ORDER BY (#9602)Andrey Neporada2024-09-235-0/+81
|
* remove no export for profile memory allocations builds (#9617)Vitalii Gridnev2024-09-231-1/+1
|
* fix mvcc tests. use write id as row feature for conflicts resolving (#9598)ivanmorozov3332024-09-2317-122/+156
|
* Support PG types in arrow and clickhouse (#9335)Ivan Nikolaev2024-09-235-46/+151
|
* list have been supported for s3 reader (#6651)Oleg Doronin2024-09-2318-20/+352
|
* YQ-3322 Move pg from common to purecalc (#9512)Dmitry Kardymon2024-09-234-2/+7
|
* Example for topic write (#9443)Alek5andr-Kotov2024-09-231-0/+13
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* ADD OLAP in YDB-CLI and SDK (#9067)Ivan Katkov2024-09-2312-38/+84
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Adds info about topics transactions (#9361)ElenaAfina2024-09-232-3/+26
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* The consumer's generation number is not stored in the transaction (#9590)Alek5andr-Kotov2024-09-233-20/+150
|
* Unused code (#9476)Alek5andr-Kotov2024-09-231-1/+0
|
* Describe work with ldaps scheme and add information about nested groups (#6489)Andrey Molotkov2024-09-232-5/+38
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* YDBDOCS-819: serial types (#8956)Nikolay Shumkov2024-09-238-3/+82
| | | | Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* Ru/yql/last part (#9277)Ivan Katkov2024-09-2213-11/+26
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* fix nodes type, introduce storage type for nodes (#9575)Alexey Efimov2024-09-232-12/+47
|
* speed up register blob idx (#9581)ivanmorozov3332024-09-224-32/+116
|
* Decimal migration fix (#9606)azevaykin2024-09-224-3/+26
|
* Mute KqpOlapSysView.StatsSysViewBytesDictStatActualization (#9605)Andrey Neporada2024-09-221-0/+1
|
* fix maximum pdisks per node calculation (#9563)Alexey Efimov2024-09-223-5/+26
|
* Fix generating too much data in memory for ydb workload import command (#9601)Олег2024-09-222-24/+19
|
* sdk changes (#4738)Nikolay Shestakov2024-09-201-1/+49
| | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* YQ-3684 fixed error duplicate session id (#9583)Pisarenko Grigoriy2024-09-205-11/+86
|
* [docs] fixes for ru glossary terminology (#9584)Ivan Blinkov2024-09-201-11/+11
|
* immediate write for bulk upsert (#9489)ivanmorozov3332024-09-2026-130/+282
|