michailtoksovo

Results 1 issues of michailtoksovo

Simple ACID-test (sum calculation under pgbench), PostgreSQL 15.1/Citus 12.1 1. Prepare data: ```sql CREATE TABLE table_a ( id bigint not null , shard_n int not null , value int not...