Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DescribePartition & PartitionLocation | azevaykin | 2023-07-13 | 2 | -2/+66 |
| | |||||
* | compilation has been fixed | hcpp | 2023-07-13 | 1 | -3/+3 |
| | |||||
* | fix columnshard metrics | shmel1k | 2023-07-13 | 1 | -4/+4 |
| | |||||
* | KIKIMR-18626: Fix test check | nsofya | 2023-07-13 | 1 | -6/+2 |
| | |||||
* | Pass data for deserealization by rvalue reference | aneporada | 2023-07-13 | 23 | -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 exceptions | aozeritsky | 2023-07-13 | 1 | -11/+5 |
| | |||||
* | LeftVar always corresponds to Outer | aozeritsky | 2023-07-13 | 2 | -1/+5 |
| | |||||
* | Fix scrub bug KIKIMR-18187 | alexvru | 2023-07-13 | 1 | -0/+1 |
| | |||||
* | fix misspell in go_proto_wrapper.py | griddic | 2023-07-13 | 1 | -1/+1 |
| | |||||
* | Remove deprecated parameter | makostrov | 2023-07-13 | 23 | -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 sdk | hcpp | 2023-07-13 | 3 | -3/+10 |
| | |||||
* | add more tests | gvit | 2023-07-13 | 1 | -1/+77 |
| | |||||
* | KIKIMR-18537 Shrink shared cache according to free memory | kungasc | 2023-07-13 | 26 | -130/+569 |
| | |||||
* | metrics input: compress number hist buckets | aleksei-le | 2023-07-13 | 6 | -9/+155 |
| | |||||
* | Fix DefaultFromSequence with indexes KIKIMR-18699 | snaury | 2023-07-13 | 2 | -1/+38 |
| | |||||
* | Disable exteded source search for the whole contrib folder | say | 2023-07-13 | 1 | -0/+3 |
| | |||||
* | EvaluateExpr | hor911 | 2023-07-12 | 7 | -7/+212 |
| | |||||
* | SelfJoin Node added | aakulaga | 2023-07-12 | 6 | -11/+193 |
| | | | | | SelfJoin Node added CreateGraceJoin | ||||
* | Simplification of TLI fix. | grigoriypisar | 2023-07-12 | 1 | -147/+35 |
| | | | Simplification of TLI fix. | ||||
* | KIKIMR-18453: its correct case for zero batch size, but we have to use ↵ | ivanmorozov | 2023-07-12 | 5 | -16/+31 |
| | | | | chunks count limit | ||||
* | Fix posible use after free in case of enabled debug log. KIKIMR-18698 | dcherednik | 2023-07-12 | 1 | -1/+1 |
| | |||||
* | Pass componentId to CheckFunction by enum, use different default versions ↵ | serg-belyakov | 2023-07-12 | 15 | -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 common | gle6ru381 | 2023-07-12 | 1 | -0/+7 |
| | |||||
* | Do not run second wait cycle in case of CancelAfter timeout. KIKIMR-18698 | dcherednik | 2023-07-12 | 1 | -5/+13 |
| | | | Only session actor / executor can reply in case of query execution termination by cancel after timeout | ||||
* | Remove execution_id identification from FetchScriptResults. | grigoriypisar | 2023-07-12 | 13 | -88/+52 |
| | | | Removed execution id. | ||||
* | KIKIMR-18453:prevent useless memory free after pk_sorted early batches ↵ | ivanmorozov | 2023-07-12 | 1 | -5/+7 |
| | | | | cleaning optimization | ||||
* | Enable new optimization Settings | hor911 | 2023-07-12 | 1 | -0/+2 |
| | |||||
* | Switch to TRope reply in TEvGet query result KIKIMR-18394 | alexvru | 2023-07-12 | 48 | -181/+205 |
| | |||||
* | get tablet availability from config KIKIMR-18505 | zalyalov | 2023-07-12 | 7 | -37/+46 |
| | | | add availability to config | ||||
* | compute handler filters | andrew-rykov | 2023-07-12 | 2 | -8/+171 |
| | | | | | | | added sort update proto compute handler filters | ||||
* | rework parse/describe commands to better support parameters KIKIMR-18052 | xenoxeno | 2023-07-12 | 5 | -98/+222 |
| | |||||
* | refactor_sensor_represent | wint | 2023-07-11 | 1 | -2/+4 |
| | |||||
* | Prepare to remove fallback on kqp pushdown optimizer | ssmike | 2023-07-11 | 17 | -119/+762 |
| | |||||
* | script/execution/operation/results TTL | andrewproni | 2023-07-11 | 9 | -48/+347 |
| | |||||
* | Build transitive closure of equality classes | aozeritsky | 2023-07-11 | 20 | -2/+303 |
| | |||||
* | KIKIMR-18692:recanonization | ivanmorozov | 2023-07-11 | 2 | -14/+20 |
| | |||||
* | add more tests and support sequencers in replace/insert KIKIMR-13368 | gvit | 2023-07-11 | 8 | -75/+277 |
| | |||||
* | new auth types have been added | hcpp | 2023-07-11 | 8 | -8/+155 |
| | |||||
* | Subscribe for intermidiate kqp node in case of no local session attach. ↵ | dcherednik | 2023-07-11 | 22 | -70/+337 |
| | | | | KIKIMR-18250 | ||||
* | Fix TOP_BY/BOTTOM_BY signature. | a-romanov | 2023-07-11 | 1 | -2/+0 |
| | |||||
* | Add queries for benchmarks | alexv-smirnov | 2023-07-11 | 88 | -0/+4079 |
| | |||||
* | Support ConvertScalar() from TBlockItem | aneporada | 2023-07-11 | 5 | -17/+60 |
| | |||||
* | Add metadata to fullbackup | innokentii | 2023-07-11 | 21 | -24/+225 |
| | | | | | implement basic metadata model add basic metadata to full backup | ||||
* | SerializedCellVec improve serialize peformance | Maksim Kita | 2023-07-11 | 2 | -2/+22 |
| | | | | | SerializedCellVec improve serialize peformance Pull Request resolved: #305 | ||||
* | Datashard added OwnedCellVecBatch | Maksim Kita | 2023-07-11 | 5 | -7/+148 |
| | | | | | Datashard added OwnedCellVecBatch Pull Request resolved: #304 | ||||
* | [persqueue] stop write on status StatusDiskSpaceYellowStop | alexbogo | 2023-07-11 | 1 | -1/+1 |
| | | | init | ||||
* | tenantinfo handler reduce connection number | andrew-rykov | 2023-07-11 | 4 | -107/+236 |
| | | | tenantinfo handler faster | ||||
* | KIKIMR-18399 query handler added syntax param | andrew-rykov | 2023-07-11 | 1 | -1/+9 |
| | |||||
* | KIKIMR-18642: Syntax setting in ExecuteSchemeQuery | qrort | 2023-07-11 | 5 | -12/+33 |
| | |||||
* | Can print CBO input | aozeritsky | 2023-07-11 | 3 | -5/+71 |
| |