aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* usage chunked merge by optional and usage full-batches-merge for norm… (#972)ivanmorozov3332024-01-123-18/+57
|
* Explicitely restict TCL statements in QueryService. (KIKIMR-16294) (#980)spuchin2024-01-123-3/+50
|
* EOperationKind::WriteTx (#976)azevaykin2024-01-125-11/+9
|
* cleanup portions store (#971)ivanmorozov3332024-01-129-85/+45
| | | | | * cleanup portions store * fix
* Fixed cardinality estimation bug in CBO (#975)Pavel Velikhov2024-01-122-3/+3
|
* Report correct status on overloaded errors in read table KIKIMR-17778 (#946)Aleksei Borzenkov2024-01-122-0/+25
|
* update roadmapAndrey Fomichev2024-01-121-1/+2
|
* added article about goose into docs (#811)Aleksey Myasnikov2024-01-128-0/+742
|
* alter table request for metadata modifications (#974)ivanmorozov3332024-01-121-0/+6
|
* Copy locks in observer & SingleObserver (#973)azevaykin2024-01-125-13/+20
|
* cancel previous Build Documentation on the same PR (#967)Aleksey Myasnikov2024-01-121-0/+3
|
* basic statistics bugfixes KIKIMR-18323 (#915)Aleksandr Dmitriev2024-01-122-0/+6
|
* lock for different client versions usage (#961)ivanmorozov3332024-01-122-21/+8
|
* Return --global to git authorship guideline (#963)AlexSm2024-01-122-5/+5
| | | | | * Update suggest-change.md * Return --global to git authorship guideline
* Add forgotten file (#969)Alexander Rutkovsky2024-01-121-0/+1
|
* make it possible to stop Hive subactors through web ui KIKIMR-20645 (#810)vporyadke2024-01-1210-0/+160
|
* Create CODEOWNERS (#943)Ivan Blinkov2024-01-121-0/+1
|
* sprintf -> snprintf replacement inside ydb code (#952)Daniil Cherednik2024-01-126-10/+10
|
* Mute some flaky tests (#962)Ilnaz Nizametdinov2024-01-121-1/+7
|
* ci: build docker local-ydb docker image using ya make (#934)nikita kozlovsky2024-01-123-51/+27
| | | | | | | * use ya for build local-ydb * fix * add dockerfile_branch variable
* Fix for full join when keys for both sides are identical (#948)Andrey Kulaga2024-01-122-0/+9
| | | | | * Fix for full join when keys for both tables are identical * Added missing changes in header file
* TTableId fix (#958)azevaykin2024-01-121-4/+5
|
* add missing backtick (#959)Andrey Neporada2024-01-121-1/+1
|
* Run OnTieringModified only once on tablet initialization (#951)nsofya2024-01-123-4/+7
|
* Tests: Replace EvProposeTransaction with EvWrite (#932)azevaykin2024-01-128-6/+193
|
* Forgotten OwnerId in EvWrite (#945)azevaykin2024-01-1210-38/+43
|
* Mute some flaky tests (#949)Ilnaz Nizametdinov2024-01-111-1/+11
|
* fix missed check for usedIndexes. (#947)Daniil Cherednik2024-01-111-4/+6
|
* fix upsert overwriting non-default values (#926)Vitalii Gridnev2024-01-1110-54/+355
|
* Remove TEvColumnShard::TEvRead (#927)nsofya2024-01-1115-1098/+3
| | | | * Remove TLongTxReadRPC * Remove TEvColumnShard::TEvRead
* Unsupported database type (DataStreams) by 403 http error (#930)Dmitry Kardymon2024-01-113-30/+69
| | | | | | | * Remove yexception and add try/catch * Fix by pr comments * Use {} init
* Library import 7 (#937)AlexSm2024-01-11156-640/+1292
|
* Allow UPDATE ON, UPSERT with partial set of input... (#894)Daniil Cherednik2024-01-119-71/+1105
| | | | | | | | | | | | | | | | | | | * Allow UPDATE ON, UPSERT with partial set of input... columns in case of unique index. Example: table: pk, fk1, fk2. Uniq index: fk1, fk2. To perform UPSERT INTO table (pk, fk1) we need to read missed value fk2 from main table to create lookup uniq index key. Right now we have two lookups in to main table - first one has been described above - second we need to make to remove old value from index. It will be fixed in a next step. * fix
* Fix persqueue ut (#940)niksaveliev2024-01-112-4/+6
|
* Introduce blobsan (#941)Alexander Rutkovsky2024-01-112-0/+629
|
* YQL-15844 fix getting view by symlink (#928)zverevgeny2024-01-113-48/+47
|
* added references (#924)Andrei Rykov2024-01-111-3/+3
|
* Fix Coordinator::RestoreTenantConfiguration test KIKIMR-20710 (#938)Aleksei Borzenkov2024-01-111-1/+2
|
* Add operation estimations for HDD devices, KIKIMR-17759 (#909)Sergey Belyakov2024-01-113-46/+111
| | | | | * Add operation esimations for HDD * Add CostModel for ErasureNone, fix formula for write cost
* Fix datashard read traces (#913)Semyon Danilov2024-01-115-30/+108
| | | Fixes #916
* Add shared executor pool, KIKIMR-18440 (#933)kruall2024-01-1112-69/+339
| | | | | | | | | | | * Move some methods * add shared executor pool * Add config and improve wake ups --------- Co-authored-by: Aleksandr Kriukov <kruall@ydb.ru>
* Fixed forget operation failure (#781)Pisarenko Grigoriy2024-01-116-16/+161
| | | | | | | * Fixed forget operation * Fixed forget operation * Removed temp changes
* Remove change senders upon DROP TABLE KIKIMR-20678 (#901)Ilnaz Nizametdinov2024-01-114-5/+99
|
* return up-to-date node stats KIKIMR-20697 (#910)vporyadke2024-01-116-17/+24
|
* Introduce InitialAllocation option for storage load actor, KIKIMR-20619 (#806)Sergey Belyakov2024-01-113-110/+383
| | | | | | | | | * Introduce InitialAllocation option for storage load actor * Improve write throttling, add delay after initial write * Fix time in UI * Adress comments
* YDBDOCS-188: fix a title that was missed during translation (#904)CLI_2.8.0Ivan Blinkov2024-01-111-1/+1
|
* Fixes clang-format usage (#929)Konstantin Morozov2024-01-105-58/+69
| | | | | | | | * up formatting --------- Co-authored-by: kst-morozov <kst-morozov@ydb.tech>
* Enable distconf by default and fix race issue KIKIMR-19031 (#875)Alexander Rutkovsky2024-01-102-4/+7
|
* TRowVersion -> TSnapshot (#921)nsofya2024-01-109-74/+71
|
* support optional list in ListIndexOf (#902)Andrey Neporada2024-01-105-1/+71
|