Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move pgwire to ydb/apps | qrort | 2023-04-05 | 17 | -2/+1128 |
| | |||||
* | move task serialization code to separate methods | gvit | 2023-04-05 | 6 | -276/+251 |
| | |||||
* | Publish Source CPU usage in sync CA | hor911 | 2023-04-04 | 1 | -1/+1 |
| | |||||
* | Support canceling virtual group creation | alexvru | 2023-04-04 | 9 | -46/+231 |
| | |||||
* | status counters have been added to db pool | hcpp | 2023-04-04 | 1 | -11/+37 |
| | |||||
* | remove s3_internal and experimental services from default config | asmyasnikov | 2023-04-04 | 1 | -2/+0 |
| | | | remove s3_internal and experimental services from default config | ||||
* | Table schema modification prepare | nsofya | 2023-04-04 | 16 | -794/+866 |
| | | | | | Что сделала тут: 1. И основное, преобразовала класс TOlapScheme так, чтобы разделить логику построения схемы (сам TOlapSchema) и логику парсинга запроса (TOlapSchemaUpdate). И в итоге имеем прозрачную и читаемую логику: распарсил дифф (новая таблица - это тоже дифф к пустой схеме) -> наложил на существующую схему -> серилизовал результат и сохранил. По идее должно завестись на AddColumn , как только уберем проверку, которая не позволяет сейчас схему передавать просто во входящем протобуфе. Но полностью это я смогу протестировать, когда поддержку на уровне колумншарда работу с разными версиями схем. 2. Сделала пару полезных функций внутри схемашарда: по поиску транзакции и проверки стейта (а то везде с разной степенью надежности пишутся эти проверки) и по инициализации транзакции внутри схемашарда - InitializeSchemaTx . Пока делала использование только в тех файлах, которые правила. | ||||
* | parallel cs-scan through conveyor service | ivanmorozov | 2023-04-04 | 55 | -62/+904 |
| | |||||
* | YQL-8971 YQL-15555 Fix constraints for EquiJoin with renames. | a-romanov | 2023-04-04 | 1 | -1/+9 |
| | |||||
* | Removing code duplication | tesseract | 2023-04-04 | 2 | -35/+59 |
| | |||||
* | 'Region' option in ImportService | ilnaz | 2023-04-04 | 2 | -0/+7 |
| | |||||
* | Force first update in console | innokentii | 2023-04-04 | 6 | -23/+58 |
| | | | force first update in console | ||||
* | YQL-8971 YQL-15555 Constraints for FlattenMembers. | a-romanov | 2023-04-04 | 3 | -19/+96 |
| | |||||
* | Fix nodes dublication in TEvBoardInfo response | va-kuznecov | 2023-04-04 | 1 | -0/+1 |
| | |||||
* | Support DQ graph building with external sources and its runtime | galaxycrab | 2023-04-04 | 38 | -48/+209 |
| | |||||
* | Always use scan query for column shards. Add fail to data query reads from ↵ | aidarsamer | 2023-04-04 | 4 | -6/+132 |
| | | | | column shards. | ||||
* | Fixed vectorization of AST literal lists | vvvv | 2023-04-04 | 18 | -62/+99 |
| | | | | | | | | | | | | | Пример запроса, на котором чинится векторизация %% pragma UseBlocks; USE plato; SELECT key,len(key),AsDict(AsTuple(1, key)) FROM Input %% | ||||
* | Fix log file name | alexv-smirnov | 2023-04-04 | 1 | -1/+1 |
| | |||||
* | Fix log file name | alexv-smirnov | 2023-04-04 | 1 | -1/+1 |
| | |||||
* | use std::move to pass fields to Schema | stanly | 2023-04-04 | 9 | -19/+17 |
| | | | | The fields parameter passed to constructor of arrow:Schema via value. By using std::move we slightly reduce numbers of temporary copies of FieldVector. | ||||
* | CMS request processing metrics | t1mursadykov | 2023-04-04 | 3 | -8/+57 |
| | |||||
* | Fix coro tx bug | alexvru | 2023-04-04 | 1 | -30/+22 |
| | |||||
* | Add link to target partition | ilnaz | 2023-04-04 | 4 | -12/+25 |
| | |||||
* | YQL-15415 Ignore Unordered on Switch handler arg. | a-romanov | 2023-04-04 | 1 | -1/+1 |
| | |||||
* | Handle cdc streams that are planned to drop | ilnaz | 2023-04-04 | 7 | -16/+139 |
| | |||||
* | [ymq] extend auth proto: add folder_id and userSID | alexbogo | 2023-04-04 | 24 | -151/+84 |
| | | | | | init init_proto | ||||
* | fix schema navigate for tablet information | xenoxeno | 2023-04-04 | 1 | -8/+4 |
| | |||||
* | Concurrent directory lister | auzhegov | 2023-04-03 | 11 | -214/+842 |
| | | | Initial working draft | ||||
* | aggregated metrics for topics from PQRB; fix for tests | alexnick | 2023-04-03 | 2 | -5/+17 |
| | | | fix for tests | ||||
* | optimize some stuff around TIndexInfo | stanly | 2023-04-03 | 7 | -190/+202 |
| | | | | | - remove template parameter from MakeArrowSchema - remove extra scan of hashmap in GetColumn* - more comments for TIndexInfo methods | ||||
* | Implement faster scalar pickle | aneporada | 2023-04-03 | 13 | -227/+519 |
| | | | initial | ||||
* | schemeshard: remove double save of table partitioning on table move | ijon | 2023-04-03 | 3 | -22/+21 |
| | | | Move table operation called PersistTablePartitioning() twice. | ||||
* | filter group uptime | andrew-rykov | 2023-04-03 | 1 | -1/+39 |
| | | | | | not CheckNodeFilters filter group uptime | ||||
* | return UNAVALIABLE in ColumnShard's write for storage errors | chertus | 2023-04-03 | 4 | -1/+7 |
| | |||||
* | empty-reply | andrew-rykov | 2023-04-03 | 1 | -9/+26 |
| | |||||
* | Fix tenant nodes retrieval | va-kuznecov | 2023-04-03 | 1 | -34/+52 |
| | |||||
* | Use sanitizing algorithm only when initial group layout is incorrect, | serg-belyakov | 2023-04-03 | 2 | -3/+26 |
| | | | Use sanitizing algorithm only when initial group layout is incorrect | ||||
* | fix strange case for zero shards for node in case special sys views | ivanmorozov | 2023-04-03 | 1 | -1/+3 |
| | |||||
* | Correct CH UDF Exception classification | hor911 | 2023-04-03 | 2 | -12/+9 |
| | |||||
* | Add actor for execution of single YQL queries | tarum | 2023-04-03 | 7 | -0/+156 |
| | |||||
* | avoiding recursion on some builds | xenoxeno | 2023-04-03 | 1 | -6/+1 |
| | |||||
* | save ExternBlob in first phase of eviction (cannot restore it later cause of ↵ | chertus | 2023-04-03 | 7 | -17/+32 |
| | | | | pathId) | ||||
* | refactor task serialization process | gvit | 2023-04-03 | 5 | -279/+203 |
| | |||||
* | remove not necessary VERIFY | xenoxeno | 2023-04-03 | 1 | -1/+0 |
| | |||||
* | translation | alextarazanov | 2023-04-03 | 1 | -66/+66 |
| | | | | | Перевод для https://st.yandex-team.ru/ Локальная сборка без ошибок. | ||||
* | translation | alextarazanov | 2023-04-03 | 3 | -41/+33 |
| | | | | | Перевод для https://st.yandex-team.ru/ Локальная сборка без ошибок. | ||||
* | translation | alextarazanov | 2023-04-03 | 1 | -4/+5 |
| | | | | | Перевод для https://st.yandex-team.ru/ Локальная сборка без ошибок. | ||||
* | translation | alextarazanov | 2023-04-03 | 1 | -18/+67 |
| | | | | | Перевод для https://st.yandex-team.ru/ Локальная сборка без ошибок | ||||
* | translation | alextarazanov | 2023-04-03 | 1 | -42/+108 |
| | | | | | Перевод для https://st.yandex-team.ru/ Локально собралось без ошибок. | ||||
* | translation | alextarazanov | 2023-04-03 | 3 | -22/+72 |
| | | | | | Перевод для https://st.yandex-team.ru/ Локально собралось без ошибок. |