Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove legacy DqStage settings. () | spuchin | 2023-03-13 | 3 | -34/+2 |
| | |||||
* | YQL-15118 Hybrid MapReduce with Mapper. | a-romanov | 2023-03-13 | 1 | -2/+3 |
| | |||||
* | schemeshard, auditlog: add cloud ids and acl/user attrs modification details | ijon | 2023-03-13 | 3 | -14/+155 |
| | | | | | | | Add new audit record fields: - component -- (="schemeshard") - {cloud,folder,resource}_id -- Cloud specific database binding - new_owner, acl_add, acl_remove -- ACL change (if applicable) - user_attrs_add, user_attrs_remove -- user attributes change (if applicable) | ||||
* | tests: update config generator to audit log config changes | ijon | 2023-03-13 | 1 | -1/+5 |
| | |||||
* | YQL-15755: Sort UDF's list in docs | maxkovalev | 2023-03-13 | 2 | -11/+11 |
| | | | Sort UDF's list in documentation | ||||
* | Clarify a corner-case for empty results for TABLESAMPLE | r-andrey | 2023-03-13 | 1 | -1/+1 |
| | |||||
* | default allocator for 32bit arch: LF -> J | snermolaev | 2023-03-13 | 343 | -345/+350 |
| | |||||
* | Fix unsafe merge of last read tx with commit tx. () | spuchin | 2023-03-12 | 2 | -2/+36 |
| | |||||
* | OSS CI: avoid cancelling all builds in matrix when one build fails | alexv-smirnov | 2023-03-11 | 1 | -0/+1 |
| | |||||
* | correct sharding | ivanmorozov | 2023-03-11 | 2 | -26/+73 |
| | |||||
* | Add Broker holder class which automatically frees the broker on destroy, ↵ | serg-belyakov | 2023-03-10 | 3 | -43/+82 |
| | | | | | remove cancelled waiters from queue, do other minor improvements, Add TBrokerHolder class which automatically frees the broker on destroy, | ||||
* | Add WideFetch methon to TUnboxedValue, bump ABI version | aneporada | 2023-03-10 | 4 | -3/+100 |
| | |||||
* | Remove ydb tornado from tests | rekby | 2023-03-10 | 3 | -197/+100 |
| | |||||
* | Github build/test: add matrix run for X64/ARM64 | alexv-smirnov | 2023-03-10 | 1 | -2/+5 |
| | |||||
* | Do not use TOperationId to format queryId string. | dcherednik | 2023-03-10 | 5 | -10/+41 |
| | |||||
* | Support CREATE TABLE in Postgres syntax | marsaly | 2023-03-10 | 3 | -4/+377 |
| | |||||
* | mute kqp delete on planned test | gvit | 2023-03-10 | 1 | -2/+2 |
| | |||||
* | remove executer progress message handling & sending | gvit | 2023-03-10 | 12 | -85/+25 |
| | |||||
* | [yt provider] Keep sortness in FlatMap/LMap optimizers with multi outputs | udovichenko-r | 2023-03-10 | 1 | -0/+6 |
| | | | YQL-13474 | ||||
* | Improve coroutine actor interface | alexvru | 2023-03-10 | 17 | -79/+110 |
| | |||||
* | Add THandle using in TEventLight | va-kuznecov | 2023-03-10 | 1 | -0/+1 |
| | | | Add THandle using in TEventLight | ||||
* | Fix log grep #2 | auzhegov | 2023-03-10 | 1 | -36/+51 |
| | | | Initial fix | ||||
* | Optimize varints | babenko | 2023-03-10 | 2 | -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. | dcherednik | 2023-03-10 | 8 | -7/+229 |
| | |||||
* | Add GetPort(port) support to maintain compatibility with unittest TPortManager | alexv-smirnov | 2023-03-10 | 3 | -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 changes | robot-piglet | 2023-03-10 | 1 | -1/+23 |
| | |||||
* | YQL-15754 owning ptr to async nodes, don't resurrect unreachable nodes | vvvv | 2023-03-10 | 2 | -4/+23 |
| | |||||
* | cleanup event_pb.h | xenoxeno | 2023-03-10 | 1 | -37/+0 |
| | |||||
* | Add errors count to TKqpStreamLookupActor. | yuryalekseev | 2023-03-10 | 1 | -0/+8 |
| | |||||
* | формат raw приводит к ошибкам чтения при ↵ | auzhegov | 2023-03-10 | 2 | -22/+45 |
| | | | | | explicit partitioned данных Initial fix | ||||
* | неожиданно пустой результат в грепе логов | auzhegov | 2023-03-10 | 3 | -152/+39 |
| | | | Initial fix | ||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 19 | -825/+523 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 3 | -21/+11 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 8 | -16/+0 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 2 | -28/+41 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-10 | 1 | -0/+4 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 7 | -194/+23 |
| | |||||
* | Improve coroutine actor interface | alexvru | 2023-03-10 | 8 | -44/+53 |
| | |||||
* | YT: Allow to define enum with custom string represenation | bulatman | 2023-03-10 | 2 | -0/+30 |
| | |||||
* | Add errors count to TKqpReadActor. | yuryalekseev | 2023-03-10 | 1 | -0/+10 |
| | |||||
* | Optimized CanonizePath implementation. | dcherednik | 2023-03-09 | 6 | -6/+214 |
| | |||||
* | Сохранять информацию об статусе ReadOnly ↵ | tesseract | 2023-03-09 | 24 | -156/+584 |
| | | | | | | | | | | базы данных в партиции топика В ПР перенесена логика TDataShard по получению информации по OutOfSpace для SubDomain-а Спорные моменты: - Получение информации сделано в ReadBalancer-е, а не непосредственно в TPartition. Это сделано т.к. необходима информация об SchemeShard-е, а ее в TPartition нет, но она есть в ReadBalancer-е - Прикапывание OutOfSpace не персистентное, и после рестарта таблетки пройдет какое-то время до получения актуального статуса. В этот период клиент сможет записывать в топик, даже если место закончилось. (В DataShard-е информация персистентная) | ||||
* | Refactor filter pushdowns. | aidarsamer | 2023-03-09 | 8 | -333/+526 |
| | |||||
* | Add SSL_set_tlsext_host_name ssl option | molotkov-and | 2023-03-09 | 4 | -14/+19 |
| | |||||
* | Reordered row group read | hor911 | 2023-03-09 | 5 | -37/+114 |
| | |||||
* | Improve UT for sysview | va-kuznecov | 2023-03-09 | 1 | -5/+20 |
| | |||||
* | (no commit message) | abcdef | 2023-03-09 | 19 | -192/+785 |
| | |||||
* | YQL-15703 Get rid of keep_sys EquiJoin flag. | a-romanov | 2023-03-09 | 5 | -52/+27 |
| | |||||
* | light events for actor system | xenoxeno | 2023-03-09 | 513 | -2107/+3324 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 3042 | -33/+83504 |
| |