Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove useless locks broking checker (#9650) | ivanmorozov333 | 2024-09-23 | 3 | -3/+13 |
| | |||||
* | Fixed computation of ByteSize for CBO for OLAP tables (#9626) | Pavel Velikhov | 2024-09-23 | 4 | -2/+871 |
| | |||||
* | unmute olap-kqp-mvcc tests (#9655) | ivanmorozov333 | 2024-09-23 | 1 | -2/+0 |
| | |||||
* | YMQ: Force upper case for "MD5" and "AWS" in field names (#9642) | qyryq | 2024-09-23 | 3 | -19/+19 |
| | |||||
* | Revert "Disable blob header by default in VDisk" (#9645) | Alexander Rutkovsky | 2024-09-23 | 10 | -104/+187 |
| | |||||
* | Add incr restore change sender (#9603) | Innokentii Mokin | 2024-09-23 | 13 | -631/+1091 |
| | |||||
* | YQ kqprun fix win build (#9652) | Pisarenko Grigoriy | 2024-09-23 | 1 | -1/+1 |
| | |||||
* | dont move non-actualized buckets in rating scale (#9628) | ivanmorozov333 | 2024-09-23 | 1 | -10/+15 |
| | |||||
* | TPortionInfo::GetRecordsCount speed up (#9614) | ivanmorozov333 | 2024-09-23 | 1 | -0/+2 |
| | |||||
* | Refactor chunk reads and writes (#8893) | Vlad Kuznetsov | 2024-09-23 | 3 | -115/+76 |
| | | | Co-authored-by: Vlad Kuznecov <va-kuznecov@nebius.com> | ||||
* | Don't set `UseAsyncTxPinger = true` explicitly (#9535) | Dmitry Ermolov | 2024-09-23 | 1 | -1/+0 |
| | |||||
* | Topics autopartitioning (#9243) | ElenaAfina | 2024-09-23 | 2 | -4/+50 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | TryFromString in decimal validation (#9586) | azevaykin | 2024-09-23 | 1 | -2/+10 |
| | |||||
* | Fix CLI topics alter (#9635) | niksaveliev | 2024-09-23 | 1 | -1/+1 |
| | |||||
* | YQ-3684 fix screts not found error handling (#9501) | Pisarenko Grigoriy | 2024-09-23 | 3 | -0/+48 |
| | |||||
* | Fix off compression (#9612) | Vladislav Gogov | 2024-09-23 | 2 | -2/+25 |
| | |||||
* | Decimal migration fix for columnshard (#9625) | azevaykin | 2024-09-23 | 2 | -16/+11 |
| | |||||
* | Added the English version of the docs for asynchronous replication (#9609) | anton-bobkov | 2024-09-23 | 11 | -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 Rutkovsky | 2024-09-23 | 10 | -187/+104 |
| | |||||
* | Improve lock-free bucket: use relaxed memory order, set to min/max in CAS ↵ | Sergey Belyakov | 2024-09-23 | 1 | -25/+41 |
| | | | | (#9379) | ||||
* | The `TEvProposePartitionConfig` message is sent only to the main partitions ↵ | Alek5andr-Kotov | 2024-09-23 | 2 | -8/+48 |
| | | | | (#9599) | ||||
* | YQ-3322 Row dispatcher (#5544) | Dmitry Kardymon | 2024-09-23 | 99 | -246/+7519 |
| | |||||
* | Fix local_ydb (#9623) | Maxim Yurchuk | 2024-09-23 | 1 | -2/+2 |
| | |||||
* | Support ydb dump for tables with serial types (#9272) | Nikolay Shumkov | 2024-09-23 | 10 | -27/+217 |
| | |||||
* | Yql autopartitioning docs (#9383) | niksaveliev | 2024-09-23 | 2 | -5/+41 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | Fix handling of uncorrelated column name in ORDER BY (#9602) | Andrey Neporada | 2024-09-23 | 5 | -0/+81 |
| | |||||
* | remove no export for profile memory allocations builds (#9617) | Vitalii Gridnev | 2024-09-23 | 1 | -1/+1 |
| | |||||
* | fix mvcc tests. use write id as row feature for conflicts resolving (#9598) | ivanmorozov333 | 2024-09-23 | 17 | -122/+156 |
| | |||||
* | Support PG types in arrow and clickhouse (#9335) | Ivan Nikolaev | 2024-09-23 | 5 | -46/+151 |
| | |||||
* | list have been supported for s3 reader (#6651) | Oleg Doronin | 2024-09-23 | 18 | -20/+352 |
| | |||||
* | YQ-3322 Move pg from common to purecalc (#9512) | Dmitry Kardymon | 2024-09-23 | 4 | -2/+7 |
| | |||||
* | Example for topic write (#9443) | Alek5andr-Kotov | 2024-09-23 | 1 | -0/+13 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | ADD OLAP in YDB-CLI and SDK (#9067) | Ivan Katkov | 2024-09-23 | 12 | -38/+84 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | Adds info about topics transactions (#9361) | ElenaAfina | 2024-09-23 | 2 | -3/+26 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | The consumer's generation number is not stored in the transaction (#9590) | Alek5andr-Kotov | 2024-09-23 | 3 | -20/+150 |
| | |||||
* | Unused code (#9476) | Alek5andr-Kotov | 2024-09-23 | 1 | -1/+0 |
| | |||||
* | Describe work with ldaps scheme and add information about nested groups (#6489) | Andrey Molotkov | 2024-09-23 | 2 | -5/+38 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | YDBDOCS-819: serial types (#8956) | Nikolay Shumkov | 2024-09-23 | 8 | -3/+82 |
| | | | | Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | Ru/yql/last part (#9277) | Ivan Katkov | 2024-09-22 | 13 | -11/+26 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | fix nodes type, introduce storage type for nodes (#9575) | Alexey Efimov | 2024-09-23 | 2 | -12/+47 |
| | |||||
* | speed up register blob idx (#9581) | ivanmorozov333 | 2024-09-22 | 4 | -32/+116 |
| | |||||
* | Decimal migration fix (#9606) | azevaykin | 2024-09-22 | 4 | -3/+26 |
| | |||||
* | Mute KqpOlapSysView.StatsSysViewBytesDictStatActualization (#9605) | Andrey Neporada | 2024-09-22 | 1 | -0/+1 |
| | |||||
* | fix maximum pdisks per node calculation (#9563) | Alexey Efimov | 2024-09-22 | 3 | -5/+26 |
| | |||||
* | Fix generating too much data in memory for ydb workload import command (#9601) | Олег | 2024-09-22 | 2 | -24/+19 |
| | |||||
* | sdk changes (#4738) | Nikolay Shestakov | 2024-09-20 | 1 | -1/+49 |
| | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech> | ||||
* | YQ-3684 fixed error duplicate session id (#9583) | Pisarenko Grigoriy | 2024-09-20 | 5 | -11/+86 |
| | |||||
* | [docs] fixes for ru glossary terminology (#9584) | Ivan Blinkov | 2024-09-20 | 1 | -11/+11 |
| | |||||
* | immediate write for bulk upsert (#9489) | ivanmorozov333 | 2024-09-20 | 26 | -130/+282 |
| | |||||
* | Add cycle duration field in PDiskUpdateCycle LWTrack (#9576) | Vlad Kuznetsov | 2024-09-20 | 3 | -5/+6 |
| |