aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove ydb tornado from testsrekby2023-03-103-197/+100
|
* Github build/test: add matrix run for X64/ARM64alexv-smirnov2023-03-101-2/+5
|
* Do not use TOperationId to format queryId string.dcherednik2023-03-105-10/+41
|
* Support CREATE TABLE in Postgres syntaxmarsaly2023-03-103-4/+377
|
* mute kqp delete on planned testgvit2023-03-101-2/+2
|
* remove executer progress message handling & sendinggvit2023-03-1012-85/+25
|
* [yt provider] Keep sortness in FlatMap/LMap optimizers with multi outputsudovichenko-r2023-03-101-0/+6
| | | YQL-13474
* Improve coroutine actor interfacealexvru2023-03-1017-79/+110
|
* Add THandle using in TEventLightva-kuznecov2023-03-101-0/+1
| | | Add THandle using in TEventLight
* Fix log grep #2auzhegov2023-03-101-36/+51
| | | Initial fix
* Optimize varintsbabenko2023-03-102-94/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.29, 2.30, 2.18 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 275 ns 275 ns 1843898 BM_MediumVarUint 825 ns 824 ns 843158 BM_LargeVarUint 1200 ns 1200 ns 585964 %% After: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.67, 1.73, 1.74 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 131 ns 130 ns 5345527 BM_MediumVarUint 505 ns 505 ns 1000000 BM_LargeVarUint 793 ns 793 ns 871621 %%
* Add macro for ut -> gtest replcement.dcherednik2023-03-108-7/+229
|
* Add GetPort(port) support to maintain compatibility with unittest TPortManageralexv-smirnov2023-03-103-8/+89
| | | | | Singleton did not allow reinitialisation, so in existing tests this line https://a.yandex-team.ru/arcadia/library/cpp/testing/common/ut/network_ut.cpp?rev=rXXXXXX#L45 did not have any effect. The tests worked just because in both tests the env var PORT_SYNC_PATH was the same and its changes did not affect the tests anyway. As we need to change the env var NO_RANDOM_PORTS to run GetPort( port ) test, I had to make a reinitialisation method, which is now being called from inside the constructor, causing its double invocation during the tests. I could not find a better solution for Singleton(
* Intermediate changesrobot-piglet2023-03-101-1/+23
|
* YQL-15754 owning ptr to async nodes, don't resurrect unreachable nodesvvvv2023-03-102-4/+23
|
* cleanup event_pb.hxenoxeno2023-03-101-37/+0
|
* Add errors count to TKqpStreamLookupActor.yuryalekseev2023-03-101-0/+8
|
* формат raw приводит к ошибкам чтения при ↵auzhegov2023-03-102-22/+45
| | | | | explicit partitioned данных Initial fix
* неожиданно пустой результат в грепе логовauzhegov2023-03-103-152/+39
| | | Initial fix
* Revert commit rXXXXXXbazeltsev2023-03-1019-825/+523
|
* Revert commit rXXXXXXbazeltsev2023-03-103-21/+11
|
* Revert commit rXXXXXXbazeltsev2023-03-108-16/+0
|
* Revert commit rXXXXXXbazeltsev2023-03-102-28/+41
|
* Intermediate changesrobot-piglet2023-03-101-0/+4
|
* Revert commit rXXXXXXbazeltsev2023-03-107-194/+23
|
* Improve coroutine actor interfacealexvru2023-03-108-44/+53
|
* YT: Allow to define enum with custom string represenationbulatman2023-03-102-0/+30
|
* Add errors count to TKqpReadActor.yuryalekseev2023-03-101-0/+10
|
* Optimized CanonizePath implementation.dcherednik2023-03-096-6/+214
|
* Сохранять информацию об статусе ReadOnly ↵tesseract2023-03-0924-156/+584
| | | | | | | | | | базы данных в партиции топика В ПР перенесена логика TDataShard по получению информации по OutOfSpace для SubDomain-а Спорные моменты: - Получение информации сделано в ReadBalancer-е, а не непосредственно в TPartition. Это сделано т.к. необходима информация об SchemeShard-е, а ее в TPartition нет, но она есть в ReadBalancer-е - Прикапывание OutOfSpace не персистентное, и после рестарта таблетки пройдет какое-то время до получения актуального статуса. В этот период клиент сможет записывать в топик, даже если место закончилось. (В DataShard-е информация персистентная)
* Refactor filter pushdowns.aidarsamer2023-03-098-333/+526
|
* Add SSL_set_tlsext_host_name ssl optionmolotkov-and2023-03-094-14/+19
|
* Reordered row group readhor9112023-03-095-37/+114
|
* Improve UT for sysviewva-kuznecov2023-03-091-5/+20
|
* (no commit message)abcdef2023-03-0919-192/+785
|
* YQL-15703 Get rid of keep_sys EquiJoin flag.a-romanov2023-03-095-52/+27
|
* light events for actor systemxenoxeno2023-03-09513-2107/+3324
|
* Intermediate changesrobot-piglet2023-03-093042-33/+83504
|
* trivial: data executer can share mailbox with CA if there is only one CAgvit2023-03-091-3/+5
|
* use Temporary pool in tmp varsuzhas2023-03-091-4/+4
|
* CREATE/DROP ASYNC REPLICATION syntaxilnaz2023-03-097-22/+341
|
* Stream mode for GraceJoinaakulaga2023-03-092-33/+99
| | | Stream mode for GraceJoin
* YDB CLI paramsalexv-smirnov2023-03-097-23/+194
|
* impl tracker proof of ideaildar-khisam2023-03-0826-3161/+4040
| | | impl tracker proof of idea
* validation has been added for projection typeshcpp2023-03-083-14/+283
|
* Add basic yaml cluster-config api implinnokentii2023-03-0813-0/+500
| | | add basic yaml cluster-config api impl
* fix test crashuzhas2023-03-081-2/+2
|
* YQL-15748 Fix push cast join keys for left and right to single stage.a-romanov2023-03-073-38/+72
|
* Remove timeout from COMPUTE_ACTORva-kuznecov2023-03-071-43/+40
|
* Fix split handling in multi-range requestsssmike2023-03-072-207/+236
|