- Nov 25, 2024
-
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
-
Erik Khamitov authored
-
- Nov 22, 2024
-
-
Вартан Бабаян authored
-
Виталий Шунков authored
-
- Nov 21, 2024
-
-
Kurdakov Alexander authored
-
Виталий Шунков authored
-
Виталий Шунков authored
-
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
-
-
Georgy Moshkin authored
-
- Nov 20, 2024
-
-
Dmitry Ivanov authored
-
-
-
With these changes, a user can specify new default values for vdbe_max_steps vtable_max_rows options in connection string. For example, the following connection string sets both options to 42: postgres://postgres:Passw0rd@localhost:5432?options=vtable_max_rows%3D42,vdbe_max_steps%3D42
-
-
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Add alter system cluster_wal_max_size and cluster_wal_max_count parameters which control the auto compaction of _raft_log system space based on the size in bytes and number of tuples respectively.
-
Georgy Moshkin authored
-
Kurdakov Alexander authored
-
- Nov 19, 2024
-
-
-
Виталий Шунков authored
-
-
- Nov 18, 2024
-
-
Kurdakov Alexander authored
-
-
Вартан Бабаян authored
-
Maksim Kaitmazian authored
-
- Nov 14, 2024
-
-
Дмитрий Кибирев authored
-
EmirVildanov authored
-
EmirVildanov authored
-
EmirVildanov authored
-
EmirVildanov authored
-
EmirVildanov authored
Previously all DELETE operations were executed via space api. Primary keys were materialized and passed tuple by tuple to the `delete` function. Under Delete node we always put a Motion with policy Local to materialize tuples to delete. This commit brings an optimization for the case of DELETE without WHERE condition. Such queries are translated into local SQL and don't require tuples materialization from target relation (from which we delete). We don't add a Motion node under Delete in such cases.
-
EmirVildanov authored
feat: add sbroad-cartridge Makefile task to run integration tests only by pattern (without group specification)
-