aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Спрятать под фичефлаг изменение способа ↵tesseract2023-06-015-13/+25
| | | | расчета resources.storage.used_bytes
* Introduce dstool group show storage-efficiency commandalexvru2023-06-012-2/+171
|
* Remove GitHub workflows and repository root from YDB build and test PR checkAlexSm2023-06-011-0/+2
| | | Pull Request resolved: #238
* Block PG aggregations over keys, tuned layout of palloc-ed datums in arrow ↵vvvv2023-06-0115-189/+735
| | | | Scalar/Array
* ci: supress testmo exec outputNikita Kozlovskiy2023-06-011-0/+1
| | | | | ci: supress testmo exec output Pull Request resolved: #236
* Add subscribers to discovery cacheshumkovnd2023-06-018-78/+159
|
* Added progress bar to rmdir -r commandbrgayazov2023-06-018-5/+88
|
* Perf experiment for PG_TRYvvvv2023-06-015-0/+52
|
* "Indexes filter push down over Sort or Limit"Maksim Kita2023-06-0110-55/+199
| | | | | "Indexes filter push down over Sort or Limit" Pull Request resolved: #197
* better yellow flags check in ColumnShardchertus2023-06-0111-103/+132
|
* Can collect raw statistics in dq provideraozeritsky2023-06-014-63/+90
|
* feat grpc: decode URL-encoded peer address in logsleonidlazarev2023-06-012-18/+18
|
* Fix cancel after for data query request.dcherednik2023-06-0110-81/+171
| | | | We must check transaction was RO before CANCELLED reply so we unable to shortcut reply path in the session actor.
* Resolve BOOST_PP_ITERATE() macro includes in boost/protothegeorg2023-06-0114-0/+2509
|
* Revert "Revert "Поддержать метод OPTIONS во внешнем ↵conterouz2023-06-012-3/+12
| | | | uaas""
* Resolve BOOST_PP_ITERATE() macro includes in boost/function_types and ↵thegeorg2023-06-01183-0/+48832
| | | | boost/fusion
* Expose arrow kernel from Applyvvvv2023-06-0110-5/+248
|
* Call evict immideately on new pageskungasc2023-06-017-90/+30
|
* Connector: avoid explicit naming for proto librariesvitalyisaev2023-06-0116-60/+60
|
* support describe using explain (parameter only)xenoxeno2023-06-017-24/+139
|
* Fixed stacktracesMaksim Kita2023-06-012-4/+2
| | | | | Fixed stacktraces Pull Request resolved: #235
* Configure more sysincls (complete the first pass)thegeorg2023-06-016-0/+400
|
* Changefeed's RESOLVED_TIMESTAMPS optionilnaz2023-06-016-0/+41
|
* [ymq] reload DLQ state on requestalexbogo2023-06-0112-22/+319
| | | init
* [ymq] make counter more lightalexbogo2023-06-011-22/+48
| | | init
* support multiple modifications per transaction for idx testulya-sidorina2023-06-015-75/+114
| | | feature(idx_test): support multiple operations per transaction
* YT: Fix ParseEnum when custom domain names usedbulatman2023-06-013-1/+39
|
* Fix rendering of Markdown link in documentationendlessnut2023-06-011-1/+1
| | | | | Fix rendering of Markdown link in documentation Pull Request resolved: #223
* Use kernels registrynsofya2023-06-0133-213/+706
| | | | | Use kernels registry Prepare program functions
* [yql] Fix YQL-16036udovichenko-r2023-05-311-3/+3
|
* YQL Generic provider to external data sourcesvitalyisaev2023-05-3189-4/+4648
| | | | | | Предыдущий PR (https://a.yandex-team.ru/review/3908075/details) был откачен из-за того, что привнёс в YDB зависимость от YQL, что в конечном итоге сломало сборку YDB на github (https://github.com/ydb-platform/ydb/actions/runs/5132588043/jobs/9234079965). Это не проверяется в CI Arcanum. This reverts commit 26e7e914994fc8d08e6e9dfdbe118399c84588c2, reversing changes made to 4e7fb36eee7ed023c730334152a97eaee56cfc71.
* Implement new ReadRows gRPC callva-kuznecov2023-05-3127-247/+1211
| | | | | | | | | | | | | | | Remove TxProxy call add new BulkSelect load first working milestone return correct type to client Add unit test Add new RPC actor First step - add new gRPC call and protos
* don't emit CommitAll! for kqp queriesqrort2023-05-312-31/+44
|
* Add stable branches to pr-checkAlexSm2023-05-311-0/+1
| | | | | Add stable branches to pr-check Pull Request resolved: #232
* Revert "Поддержать метод OPTIONS во внешнем uaas"conterouz2023-05-312-12/+3
|
* Revert commit rXXXXXXvitalyisaev2023-05-3180-3446/+4
|
* make cluster handler faster featureandrew-rykov2023-05-311-3/+50
|
* PR from branch users/vitalyisaev/vitalyisaev2023-05-3180-4/+3446
| | | Generic provider to external data sources
* Add ut for statistics collectoraozeritsky2023-05-3117-115/+741
|
* Add periodic srcId update for meta tableskomels2023-05-311-1/+2
|
* [yql] Improve Unordered optimizersudovichenko-r2023-05-312-6/+17
| | | YQL-16008
* enable portion filter for composite markschertus2023-05-317-54/+30
|
* Support YQL modify permissionsmolotkov-and2023-05-3122-28/+1376
| | | | | Handling AST for GRANT/REVOKE actions Support GRANT/REVOKE actions
* Support HEAD reads from followerssnaury2023-05-312-126/+174
|
* Support coordinator step planning subscriptionssnaury2023-05-3110-3/+404
|
* Some optimization for data column sizeaakulaga2023-05-311-4/+10
| | | Some optimization for size of data columns
* wait for topic creation always federationalexnick2023-05-311-1/+2
| | | wait for topic creation always
* rework balancer cooldown to alllow for different cooldowns for different ↵zalyalov2023-05-315-6/+39
| | | | | balancer triggers MinPeriodBetweenBalance now means the minimum time that must pass after the end of a scatter-triggered balancer run before any automatic balancer trigger. MinPeriodBetweenEmergencyBalance is same, but for overload-triggered balancer.
* Kernel for String::LevensteinDistance + BinaryKernel helpervvvv2023-05-306-7/+109
|
* Поддержать метод OPTIONS во внешнем uaasconterouz2023-05-302-3/+12
|