Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Topic DDL docs | komels | 2023-05-22 | 5 | -0/+235 |
| | |||||
* | Move grpc call RegistrationNode to public api. Move to Discovery service. ↵ | molotkov-and | 2023-05-22 | 45 | -163/+1139 |
| | | | | Revert with fixes | ||||
* | fix error processing | ivanmorozov | 2023-05-22 | 4 | -3/+7 |
| | |||||
* | Enable UT reproducing Range* nodes datarace YQL-15582 | va-kuznecov | 2023-05-22 | 1 | -2/+2 |
| | |||||
* | use conclusion for object modifications | ivanmorozov | 2023-05-21 | 29 | -236/+300 |
| | |||||
* | fix datarace in TRange* computation nodes YQL-15582 | va-kuznecov | 2023-05-21 | 1 | -11/+16 |
| | |||||
* | YT-18571: Drop TStrongTypedef::operator= | babenko | 2023-05-20 | 2 | -22/+0 |
| | |||||
* | enable immediate effects | ulya-sidorina | 2023-05-20 | 4 | -89/+35 |
| | | | feature(kqp): enable immediate effects | ||||
* | use ddl for provide request into schemeshard | ivanmorozov | 2023-05-20 | 15 | -112/+334 |
| | |||||
* | Enable more tests involving memory tagging | babenko | 2023-05-20 | 1 | -3/+7 |
| | |||||
* | YT-17341: Use thread name instead of thread id in error origins. | yuryalekseev | 2023-05-20 | 6 | -0/+65 |
| | |||||
* | fix memory usage for non-compression case | ivanmorozov | 2023-05-19 | 5 | -20/+22 |
| | |||||
* | Add tx_control for generic query API. () | spuchin | 2023-05-19 | 23 | -140/+343 |
| | |||||
* | compression objects for alter table using | ivanmorozov | 2023-05-19 | 29 | -53/+483 |
| | |||||
* | Implementation of agg_apply mode for Pg aggregations | vvvv | 2023-05-19 | 11 | -341/+521 |
| | |||||
* | select from data source has been supported | hcpp | 2023-05-19 | 8 | -13/+339 |
| | | | | | | | | | | | | | New entities appeared in the ydb - external data sources. Before this review, it was impossible to read the data in the sql queries from these objects. Reading from these objects is supported in this review. An example of such a reading: ```(sql) SELECT * FROM `/local/s3_data_source`.`/` WITH ( format="json_each_row", schema( key Utf8 NOT NULL, value Utf8 NOT NULL ) ) ``` Here `/local/s3_data_source` is an external data source that describes the connection to s3 storage | ||||
* | Fix test | a-sumin | 2023-05-19 | 1 | -0/+1 |
| | |||||
* | Introduce blobdepot docs | alexvru | 2023-05-19 | 13 | -0/+346 |
| | |||||
* | fix group usage when changing channel params via CreateTablet | zalyalov | 2023-05-19 | 3 | -1/+43 |
| | | | The old version updated channel binding info before releasing the AU. If the storage pool was changed, this led to the old storage pool retaining outdated resource values. If the storage pool remained the same, this led to incorrect value being subtracted from storage group's resources, and potentially to underflow. | ||||
* | set count of compaction workers to 2 | stanly | 2023-05-19 | 3 | -6/+15 |
| | |||||
* | rename class and move in common | ivanmorozov | 2023-05-19 | 7 | -56/+151 |
| | |||||
* | Secure (GRPC-based) pull/offsets replacement | hor911 | 2023-05-19 | 2 | -0/+20 |
| | |||||
* | Fix comment | ilnaz | 2023-05-19 | 1 | -2/+2 |
| | |||||
* | YQL-18505: Estimate read size after optimizers | mrlolthe1st | 2023-05-19 | 15 | -286/+318 |
| | | | YQL-18505: Estimate read size after optimizers | ||||
* | orange group when red blue vdisks | andrew-rykov | 2023-05-19 | 2 | -1/+100 |
| | |||||
* | YQL-15941 Prepare KQP runtime for LLVM14. | a-romanov | 2023-05-19 | 2 | -6/+7 |
| | |||||
* | Extract memory tag API to library | babenko | 2023-05-19 | 13 | -96/+156 |
| | |||||
* | update hc dashboards | artem-trof | 2023-05-19 | 1 | -6/+6 |
| | |||||
* | Fix program revision label | innokentii | 2023-05-19 | 1 | -1/+1 |
| | | | fix program revision label | ||||
* | Disable sqlite macro include for good | thegeorg | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | Update contrib/restricted/abseil-cpp-tstring to 20230125.3 | robot-contrib | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | Update contrib/restricted/abseil-cpp to 20230125.3 | robot-contrib | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | Hotfix for too much unique sets. | a-romanov | 2023-05-19 | 1 | -0/+4 |
| | |||||
* | DOCUMENT_TABLE_JSON -> DYNAMODB_STREAMS_JSON | ilnaz | 2023-05-19 | 2 | -3/+3 |
| | |||||
* | rename federated_discovery[_v1].proto to ydb_federated_discovery[_v1].proto | asmyasnikov | 2023-05-19 | 11 | -10/+10 |
| | | | rename deferated_discovery[_v1].proto to ydb_federated_discovery[_v1].proto | ||||
* | trigger query cache clearance on sql version change | gvit | 2023-05-19 | 1 | -1/+3 |
| | |||||
* | Validate incoming peer hostname through direct DNS lookup | alexvru | 2023-05-18 | 4 | -31/+69 |
| | |||||
* | split files before alter table class implementation | ivanmorozov | 2023-05-18 | 14 | -89/+300 |
| | |||||
* | Fix test TestGivenBlock42MultiPut2ItemsStatuses | a-sumin | 2023-05-18 | 1 | -2/+3 |
| | |||||
* | Add missing PEERDIR from ydb_proto to ydb_params/ydb_value needed for ↵ | snaury | 2023-05-18 | 19 | -25/+37 |
| | | | | cross-library method calls | ||||
* | Case insensitive search for pg_catalog | vvvv | 2023-05-18 | 4 | -19/+19 |
| | |||||
* | update ydb python sdk to 3.3.2 | rekby | 2023-05-18 | 48 | -1508/+511 |
| | |||||
* | YQL-15983 fix. | a-romanov | 2023-05-18 | 1 | -0/+16 |
| | |||||
* | savers/loaders for columns | ivanmorozov | 2023-05-18 | 25 | -133/+490 |
| | |||||
* | Add 'Changefeed.aws_region' to public api | ilnaz | 2023-05-18 | 10 | -3/+98 |
| | |||||
* | Fix some deprecation warnings | somov | 2023-05-18 | 1 | -1/+4 |
| | |||||
* | Setup test env.vars from test.context during test binary initialization cpp | zhukoff-pavel | 2023-05-18 | 3 | -11/+34 |
| | |||||
* | Initial version of arrow kernel registry facade over computation graph | vvvv | 2023-05-18 | 26 | -8/+925 |
| | |||||
* | Add thread sanitized in to github build. | dcherednik | 2023-05-18 | 1 | -2/+2 |
| | |||||
* | Partially implement script execution operations in YDB | galaxycrab | 2023-05-18 | 40 | -147/+1247 |
| | | | | | Поддержал таблицы согласно схеме: https://wiki.yandex-team.ru/rtmapreduce/yql-streams-corner/ydb-platform-development/operations-architecture/#arxitekturarabotysmexanizmomlizinga Улучшил TQueryBase (далее в планах сделать из этого библиотеку) Поддержал Get и List для операций, а также запуск и завершение. Следующим этапом будут дорабатывать дальше. |