Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Simple Quota Man mon page | hor911 | 2022-09-15 | 4 | -6/+74 | |
| | ||||||
* | Support uncertain BlobSeq commits in BlobDepot | alexvru | 2022-09-15 | 25 | -222/+765 | |
| | ||||||
* | [] fix defaults on alter | shmel1k | 2022-09-15 | 1 | -1/+0 | |
| | ||||||
* | support of partial vectorization in WideMap* family | vvvv | 2022-09-15 | 3 | -29/+180 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Запрос из теста SELECT 2*(key+subkey),1ul+key+key+key,subkey+2ul,key FROM Input выполняется как (lambda '($18) (block '( (let $19 (lambda '($21 $22) (block '( (let $23 (BlockFunc '"add" $21 $22)) (let $24 (BlockFunc '"add" (AsScalar (Uint64 '1)) $21)) (let $25 (BlockFunc '"add" $24 $21)) (let $26 (BlockFunc '"add" $25 $21)) (let $27 (BlockFunc '"add" $22 (AsScalar (Uint64 '"2")))) (return $23 $26 $27 $21) )))) (let $20 (lambda '($28 $29 $30 $31) (* (Int32 '"2") $28) $29 $30 $31)) (return (WideMap (WideFromBlocks (WideMap (WideToBlocks $18) $19)) $20)) ) т.е. умножение не было векторизовано | |||||
* | curl + nghttp2: Backport PRs to make ltws validation less picky | thegeorg | 2022-09-15 | 9 | -5/+96 | |
| | | | | | | This is backport of: * curl [PR #9448](https://github.com/curl/curl/pull/9448) * nghttp2 [PR #1792](https://github.com/nghttp2/nghttp2/pull/1792) | |||||
* | store several urls for Cluster | hrustyashko | 2022-09-15 | 1 | -0/+1 | |
| | ||||||
* | CMS mirror3dc support | t1mursadykov | 2022-09-15 | 8 | -113/+418 | |
| | ||||||
* | Support logging unstructured messages to structured log | babenko | 2022-09-15 | 4 | -1/+36 | |
| | ||||||
* | split hash.h into hash.h and multi_hash_map.h | tobo | 2022-09-15 | 1 | -1/+1 | |
| | ||||||
* | [ymq] fix support of old queue format without version & add test | alexbogo | 2022-09-15 | 3 | -45/+172 | |
| | | | init | |||||
* | move to py3 some come build commands | snermolaev | 2022-09-15 | 118 | -14871/+24 | |
| | ||||||
* | fix latency calc | mdartemenko | 2022-09-14 | 1 | -12/+12 | |
| | ||||||
* | bugfix | bbiff | 2022-09-14 | 1 | -17/+28 | |
| | ||||||
* | connection/query permissions bug has been fixed for modification case | hcpp | 2022-09-14 | 1 | -0/+4 | |
| | ||||||
* | correct columns usage | ivanmorozov | 2022-09-14 | 2 | -4/+5 | |
| | | | fix class used for string view detection | |||||
* | Retry several other http codes by default. Fix S3 read actor | galaxycrab | 2022-09-14 | 13 | -104/+154 | |
| | ||||||
* | add multisession kqp YCSB-like load actor | eivanov89 | 2022-09-14 | 2 | -39/+190 | |
| | ||||||
* | do not crash on invalid url | uzhas | 2022-09-14 | 1 | -1/+0 | |
| | ||||||
* | prepare costs request for column shard | ivanmorozov | 2022-09-14 | 17 | -7/+597 | |
| | ||||||
* | [yt provider] Use rwlock | udovichenko-r | 2022-09-14 | 1 | -8/+8 | |
| | ||||||
* | Pause curl handle on backpressure. | a-romanov | 2022-09-14 | 1 | -36/+25 | |
| | ||||||
* | Abortable CreateCdcStream | ilnaz | 2022-09-14 | 2 | -12/+41 | |
| | ||||||
* | Enable E306 rule check | zhukoff-pavel | 2022-09-14 | 4 | -0/+8 | |
| | | | Enable E306 rule check | |||||
* | Phy rule for top-level SqlIn. () | spuchin | 2022-09-14 | 7 | -1/+249 | |
| | ||||||
* | Fix typo in jwt-cpp fix for Darwin | thegeorg | 2022-09-14 | 1 | -1/+1 | |
| | ||||||
* | Split GC with blob without keep flag, | kruall | 2022-09-14 | 7 | -203/+237 | |
| | ||||||
* | Support parallel execution of several precomputes | hor911 | 2022-09-14 | 1 | -26/+46 | |
| | ||||||
* | generalization to BlockFunc (above computation) | vvvv | 2022-09-14 | 13 | -65/+107 | |
| | ||||||
* | Print correct error message when empty security token is used | molotkov-and | 2022-09-14 | 2 | -0/+50 | |
| | ||||||
* | [] Limit parallel list operations | aneporada | 2022-09-14 | 2 | -1/+43 | |
| | ||||||
* | Read session refactoring | ilnaz | 2022-09-14 | 3 | -1008/+965 | |
| | ||||||
* | fix. | a-romanov | 2022-09-14 | 5 | -41/+70 | |
| | ||||||
* | NextRetryDelay workaround + last bytes logs on retry | hor911 | 2022-09-14 | 2 | -16/+59 | |
| | ||||||
* | Switch commit hash maps to absl::flat_hash | snaury | 2022-09-14 | 7 | -11/+39 | |
| | ||||||
* | Add cms support for nodes with sys tablets | t1mursadykov | 2022-09-14 | 9 | -15/+145 | |
| | ||||||
* | add balancer ignore-tablet-by-flag feature | ijon | 2022-09-14 | 12 | -7/+370 | |
| | | | | | | | Individual tablet could be set to be ignored by balancer attempts to move tablets across nodes. TEvCreateTablet.BalancerPolicy should be used to change tablet's balance policy. Default value is POLICY_BALANCE. | |||||
* | Exclude boost/ptr_container from metaproject | bugaevskiy | 2022-09-14 | 3 | -59/+0 | |
| | ||||||
* | Reimport boost/asio as a separate project | bugaevskiy | 2022-09-14 | 486 | -58194/+182 | |
| | ||||||
* | Reimport boost/property_map as a separate project | bugaevskiy | 2022-09-14 | 24 | -2784/+38 | |
| | ||||||
* | recursive listing is default for YDS | alexnick | 2022-09-14 | 2 | -10/+6 | |
| | ||||||
* | Update contrib/restricted/aws/s2n to 1.3.21 | robot-contrib | 2022-09-14 | 63 | -436/+838 | |
| | ||||||
* | Update contrib/python/boto3/py3 to 1.24.72 | robot-contrib | 2022-09-14 | 29 | -6740/+0 | |
| | ||||||
* | Update contrib/restricted/boost/locale to 1.80.0 | thegeorg | 2022-09-14 | 98 | -2613/+2548 | |
| | ||||||
* | [yt provider] Check already stopped thread queue | udovichenko-r | 2022-09-13 | 1 | -2/+17 | |
| | ||||||
* | TRope zero-copy extract | innokentii | 2022-09-13 | 2 | -1/+79 | |
| | | | extend TRope interface with underlying container extraction | |||||
* | Exclude boost/io from metaproject | bugaevskiy | 2022-09-13 | 1 | -1/+0 | |
| | ||||||
* | Exclude boost/circular_buffer from metaproject | bugaevskiy | 2022-09-13 | 1 | -1/+0 | |
| | ||||||
* | Sync YDB SDK from github | robot-kikimr-dev | 2022-09-13 | 3 | -3/+6 | |
| | | | Release YDB recipe binaries | |||||
* | Refactor cache, get rid of singleton | va-kuznecov | 2022-09-13 | 11 | -158/+189 | |
| | ||||||
* | [yql] TAsyncSemaphore: remove unused method | udovichenko-r | 2022-09-13 | 2 | -9/+0 | |
| |