Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | speed up test | tesseract | 2023-05-23 | 2 | -22/+40 |
| | |||||
* | Resolve Y_UCRT_INCLUDE_NEXT and _LIBCPP_MSVC_INCLUDE to void | mikhnenko | 2023-05-23 | 21 | -29/+29 |
| | |||||
* | YT: Fix memory leak in New | bulatman | 2023-05-23 | 2 | -2/+19 |
| | |||||
* | Fix backpressure bug | alexvru | 2023-05-23 | 1 | -8/+0 |
| | |||||
* | add basic/hack support for transaction status | xenoxeno | 2023-05-23 | 5 | -2/+27 |
| | |||||
* | encoding compression settings | ivanmorozov | 2023-05-23 | 23 | -101/+325 |
| | | | speed up dictionary decoding | ||||
* | improve test | chertus | 2023-05-22 | 1 | -19/+34 |
| | |||||
* | Fix BSC bugs | alexvru | 2023-05-22 | 4 | -19/+19 |
| | |||||
* | Revert commit rXXXXXX due to issue during cluster restart. | dcherednik | 2023-05-22 | 5 | -160/+33 |
| | |||||
* | Accurate memory management | hor911 | 2023-05-22 | 10 | -139/+314 |
| | | | | | Сейчас в транке (и в YQ/YQL, и в KQP) при завершении работы CA уменьшение квоты выделенной памяти (в RM или LWM) происходит до момента разрушения TaskRunner и реального возврата памяти (MKQL) в систему. При высокой активности кластере (и особенно автоматическом перезапуске запросов) возможно выделение этой же квоты другому CA и ООМ как в результате. Меняю интерфейс квотировщика и переношу момент возврата после того, как уничтожен TaskRunner и все MKQL-аллокаторы. Понадобилось часть данных переложить в shared_ptr иначе на shutdown-е (особенно в тестах) получались разные неприятные эффекты. | ||||
* | Support database designation when operating virtual groups | alexvru | 2023-05-22 | 10 | -29/+127 |
| | |||||
* | compute config has been added | hcpp | 2023-05-22 | 6 | -0/+77 |
| | |||||
* | Add SelectRowVersion by cells | snaury | 2023-05-22 | 5 | -9/+64 |
| | |||||
* | Fix handling Get() result for async channel storage | aneporada | 2023-05-22 | 1 | -1/+6 |
| | | | initial | ||||
* | Upper part of block PG aggregations | vvvv | 2023-05-22 | 5 | -80/+163 |
| | |||||
* | dictionary compression test | ivanmorozov | 2023-05-22 | 14 | -204/+575 |
| | |||||
* | SelfHeal w/degraded | alexvru | 2023-05-22 | 2 | -55/+92 |
| | |||||
* | Track open transactions in a table for a fast open tx count | snaury | 2023-05-22 | 8 | -28/+80 |
| | |||||
* | Make some TOwnedCellVec constructors/destructors noexcept | snaury | 2023-05-22 | 2 | -8/+16 |
| | |||||
* | Move TQueryBase actor to library for reuse | galaxycrab | 2023-05-22 | 19 | -333/+1045 |
| | |||||
* | always use actual compaction limits | stanly | 2023-05-22 | 7 | -50/+48 |
| | |||||
* | Add yaml config api versioning | innokentii | 2023-05-22 | 14 | -22/+54 |
| | | | add yaml config api versioning | ||||
* | compression usage for columnshard (enum + custom codecs) | ivanmorozov | 2023-05-22 | 6 | -47/+139 |
| | |||||
* | YDB SDK Sync from git | robot-kikimr-dev | 2023-05-22 | 5 | -5/+18 |
| | |||||
* | feat grpc: correct order of the fork variable set | leonidlazarev | 2023-05-22 | 1 | -1/+10 |
| | | | Correct order of the GRPC_ENABLE_FORK_SUPPORT set | ||||
* | added extra tests | andrew-rykov | 2023-05-22 | 1 | -55/+134 |
| | | | | | | | added groupIssues counter added more testes more tests | ||||
* | enable flag for composite marks | chertus | 2023-05-22 | 10 | -118/+254 |
| | |||||
* | Less logs | hor911 | 2023-05-22 | 1 | -1/+1 |
| | |||||
* | Keep tmp substring since NHttp::THeaders doesn't control its LC | hor911 | 2023-05-22 | 1 | -3/+4 |
| | | | NHttp::Headers не управляет временем жизни переданной в него строки, он ожидает что она будет существовать все время его жизни и строит внутри структуру из TStringBuf. Поэтому когда она создается поверх временной строки от substr() то чаще всего все ОК, но иногда строка затирается мусором. Это мог бы обнаружить ASAN, но, например, библиотека MOTO в тестах не умеет возвращать код 100, поэтому там всегда substr - это копия всей исходной строки и у нее всегда все с памятью ОК. | ||||
* | Topic DDL docs | komels | 2023-05-22 | 5 | -0/+235 |
| | |||||
* | Move grpc call RegistrationNode to public api. Move to Discovery service. ↵ | molotkov-and | 2023-05-22 | 45 | -163/+1139 |
| | | | | Revert with fixes | ||||
* | fix error processing | ivanmorozov | 2023-05-22 | 4 | -3/+7 |
| | |||||
* | Enable UT reproducing Range* nodes datarace YQL-15582 | va-kuznecov | 2023-05-22 | 1 | -2/+2 |
| | |||||
* | use conclusion for object modifications | ivanmorozov | 2023-05-21 | 29 | -236/+300 |
| | |||||
* | fix datarace in TRange* computation nodes YQL-15582 | va-kuznecov | 2023-05-21 | 1 | -11/+16 |
| | |||||
* | YT-18571: Drop TStrongTypedef::operator= | babenko | 2023-05-20 | 2 | -22/+0 |
| | |||||
* | enable immediate effects | ulya-sidorina | 2023-05-20 | 4 | -89/+35 |
| | | | feature(kqp): enable immediate effects | ||||
* | use ddl for provide request into schemeshard | ivanmorozov | 2023-05-20 | 15 | -112/+334 |
| | |||||
* | Enable more tests involving memory tagging | babenko | 2023-05-20 | 1 | -3/+7 |
| | |||||
* | YT-17341: Use thread name instead of thread id in error origins. | yuryalekseev | 2023-05-20 | 6 | -0/+65 |
| | |||||
* | fix memory usage for non-compression case | ivanmorozov | 2023-05-19 | 5 | -20/+22 |
| | |||||
* | Add tx_control for generic query API. () | spuchin | 2023-05-19 | 23 | -140/+343 |
| | |||||
* | compression objects for alter table using | ivanmorozov | 2023-05-19 | 29 | -53/+483 |
| | |||||
* | Implementation of agg_apply mode for Pg aggregations | vvvv | 2023-05-19 | 11 | -341/+521 |
| | |||||
* | select from data source has been supported | hcpp | 2023-05-19 | 8 | -13/+339 |
| | | | | | | | | | | | | | New entities appeared in the ydb - external data sources. Before this review, it was impossible to read the data in the sql queries from these objects. Reading from these objects is supported in this review. An example of such a reading: ```(sql) SELECT * FROM `/local/s3_data_source`.`/` WITH ( format="json_each_row", schema( key Utf8 NOT NULL, value Utf8 NOT NULL ) ) ``` Here `/local/s3_data_source` is an external data source that describes the connection to s3 storage | ||||
* | Fix test | a-sumin | 2023-05-19 | 1 | -0/+1 |
| | |||||
* | Introduce blobdepot docs | alexvru | 2023-05-19 | 13 | -0/+346 |
| | |||||
* | fix group usage when changing channel params via CreateTablet | zalyalov | 2023-05-19 | 3 | -1/+43 |
| | | | The old version updated channel binding info before releasing the AU. If the storage pool was changed, this led to the old storage pool retaining outdated resource values. If the storage pool remained the same, this led to incorrect value being subtracted from storage group's resources, and potentially to underflow. | ||||
* | set count of compaction workers to 2 | stanly | 2023-05-19 | 3 | -6/+15 |
| | |||||
* | rename class and move in common | ivanmorozov | 2023-05-19 | 7 | -56/+151 |
| |