summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* DescribePartition & PartitionLocationazevaykin2023-07-132-2/+66
|
* compilation has been fixedhcpp2023-07-131-3/+3
|
* fix columnshard metricsshmel1k2023-07-131-4/+4
|
* KIKIMR-18626: Fix test checknsofya2023-07-131-6/+2
|
* Pass data for deserealization by rvalue referenceaneporada2023-07-1323-104/+94
| | | | | This way we can: 1) reduce memory usage - serialized data chunks can be freed immediately after being read 2) support zero-copy deserialisation: resulting unboxed values can hold and own references to serialised memory regions (this is especially helpful for arrow blocks)
* Use YQL_ENSURE macros for exceptionsaozeritsky2023-07-131-11/+5
|
* LeftVar always corresponds to Outeraozeritsky2023-07-132-1/+5
|
* Fix scrub bug KIKIMR-18187alexvru2023-07-131-0/+1
|
* fix misspell in go_proto_wrapper.pygriddic2023-07-131-1/+1
|
* Remove deprecated parametermakostrov2023-07-1323-129/+242
| | | | | | | KIKIMR-17602 Remove support of old param in file index_events_processor.cpp Remove support of TParams in 2 functions
* result sets meta has been supported for sdkhcpp2023-07-133-3/+10
|
* add more testsgvit2023-07-131-1/+77
|
* KIKIMR-18537 Shrink shared cache according to free memorykungasc2023-07-1326-130/+569
|
* metrics input: compress number hist bucketsaleksei-le2023-07-136-9/+155
|
* Fix DefaultFromSequence with indexes KIKIMR-18699snaury2023-07-132-1/+38
|
* Disable exteded source search for the whole contrib foldersay2023-07-131-0/+3
|
* EvaluateExprhor9112023-07-127-7/+212
|
* SelfJoin Node addedaakulaga2023-07-126-11/+193
| | | | | SelfJoin Node added CreateGraceJoin
* Simplification of TLI fix.grigoriypisar2023-07-121-147/+35
| | | Simplification of TLI fix.
* KIKIMR-18453: its correct case for zero batch size, but we have to use ↵ivanmorozov2023-07-125-16/+31
| | | | chunks count limit
* Fix posible use after free in case of enabled debug log. KIKIMR-18698dcherednik2023-07-121-1/+1
|
* Pass componentId to CheckFunction by enum, use different default versions ↵serg-belyakov2023-07-1215-95/+123
| | | | | | | for different components, initialize all static values on start, KIKIMR-15989 Pass componentId to CheckFunction by enum, use different default versions for different components Intermediate
* Dart dictionary, vector, optional, variant, enums and peerdir commongle6ru3812023-07-121-0/+7
|
* Do not run second wait cycle in case of CancelAfter timeout. KIKIMR-18698dcherednik2023-07-121-5/+13
| | | Only session actor / executor can reply in case of query execution termination by cancel after timeout
* Remove execution_id identification from FetchScriptResults.grigoriypisar2023-07-1213-88/+52
| | | Removed execution id.
* KIKIMR-18453:prevent useless memory free after pk_sorted early batches ↵ivanmorozov2023-07-121-5/+7
| | | | cleaning optimization
* Enable new optimization Settingshor9112023-07-121-0/+2
|
* Switch to TRope reply in TEvGet query result KIKIMR-18394alexvru2023-07-1248-181/+205
|
* get tablet availability from config KIKIMR-18505zalyalov2023-07-127-37/+46
| | | add availability to config
* compute handler filtersandrew-rykov2023-07-122-8/+171
| | | | | | | added sort update proto compute handler filters
* rework parse/describe commands to better support parameters KIKIMR-18052xenoxeno2023-07-125-98/+222
|
* refactor_sensor_representwint2023-07-111-2/+4
|
* Prepare to remove fallback on kqp pushdown optimizerssmike2023-07-1117-119/+762
|
* script/execution/operation/results TTLandrewproni2023-07-119-48/+347
|
* Build transitive closure of equality classesaozeritsky2023-07-1120-2/+303
|
* KIKIMR-18692:recanonizationivanmorozov2023-07-112-14/+20
|
* add more tests and support sequencers in replace/insert KIKIMR-13368gvit2023-07-118-75/+277
|
* new auth types have been addedhcpp2023-07-118-8/+155
|
* Subscribe for intermidiate kqp node in case of no local session attach. ↵dcherednik2023-07-1122-70/+337
| | | | KIKIMR-18250
* Fix TOP_BY/BOTTOM_BY signature.a-romanov2023-07-111-2/+0
|
* Add queries for benchmarksalexv-smirnov2023-07-1188-0/+4079
|
* Support ConvertScalar() from TBlockItemaneporada2023-07-115-17/+60
|
* Add metadata to fullbackupinnokentii2023-07-1121-24/+225
| | | | | implement basic metadata model add basic metadata to full backup
* SerializedCellVec improve serialize peformanceMaksim Kita2023-07-112-2/+22
| | | | | SerializedCellVec improve serialize peformance Pull Request resolved: #305
* Datashard added OwnedCellVecBatchMaksim Kita2023-07-115-7/+148
| | | | | Datashard added OwnedCellVecBatch Pull Request resolved: #304
* [persqueue] stop write on status StatusDiskSpaceYellowStopalexbogo2023-07-111-1/+1
| | | init
* tenantinfo handler reduce connection numberandrew-rykov2023-07-114-107/+236
| | | tenantinfo handler faster
* KIKIMR-18399 query handler added syntax paramandrew-rykov2023-07-111-1/+9
|
* KIKIMR-18642: Syntax setting in ExecuteSchemeQueryqrort2023-07-115-12/+33
|
* Can print CBO inputaozeritsky2023-07-113-5/+71
|