mirror of https://github.com/citusdata/citus.git
Adds logs to show flag value
parent
f88d66cfa8
commit
ac2ca93768
|
@ -2,6 +2,7 @@
|
||||||
// so setting the corresponding shard here is useful
|
// so setting the corresponding shard here is useful
|
||||||
setup
|
setup
|
||||||
{
|
{
|
||||||
|
show citus.enable_ddl_propagation;
|
||||||
SET citus.shard_count TO 2;
|
SET citus.shard_count TO 2;
|
||||||
SET citus.shard_replication_factor TO 1;
|
SET citus.shard_replication_factor TO 1;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 102011;
|
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 102011;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
\c - - - :master_port
|
\c - - - :master_port
|
||||||
|
|
||||||
|
show citus.enable_ddl_propagation;
|
||||||
SET citus.shard_replication_factor TO 2;
|
SET citus.shard_replication_factor TO 2;
|
||||||
CREATE TABLE the_replicated_table (a int, b int, z bigserial);
|
CREATE TABLE the_replicated_table (a int, b int, z bigserial);
|
||||||
SELECT create_distributed_table('the_replicated_table', 'a');
|
SELECT create_distributed_table('the_replicated_table', 'a');
|
||||||
|
|
Loading…
Reference in New Issue