Alex Klepov

Results 8 issues of Alex Klepov

autocreate distributed tables added issue #1579

added transaction infra to memdb PS next PR i'll rename "transaction_request" in etcddb to "active_transaction" as in memdb. "active_transaction" is more semantic correct.

Proposed design of feature: Atomicity and isolation of execution of meta change commands. The task is MVP before executing a batch of commands in transactional mode. The task only concerns...

enhancement
go

add regress with coordinator into CI 0) fix bugs on `run_tests "console" "regress_router" "7432"`. Add test to CI 1) fix bugs on every call `run_tests ` in file `test\regress\run_tests_coord.sh`. remove...

**Problem**: The feature "default shard" not support distribution keys of type UUID (https://pg-sharding.tech/sharding/default_shards) **Solution**: We have to upgrade "default shard feature" for supporting UUID as key

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** When we generate next sequence value for reference tables we need ask qdb every value now. It's hard for qdb(etcd)...

enhancement
go

**Describe the bug** can't merge changes from master to my fork **To Reproduce** **Expected behavior** successful merge to fork **Screenshots** i think it concerns with new file mirror.yml https://github.com/xelavopelk/superfile/commit/0873bbbe3fc24982f3fd4f6ba41789311c3283f8#diff-c426f16e7c324d1df73f26b63e634496b3ab186a16a827c457d38efef5fe49b0 ```yaml...

bug