Hi,
I i have 2 nodes, and one table.
For Example:
table have two columns, id(INT, PK) and Data(varchar(20));
how i can make sharding for table, for node1 contain 50% this table, and node2 contain other 50% table?
i try use Partitioning, but node 1 and node 2 have full table each node;
no found answer in documentation :(
I i have 2 nodes, and one table.
For Example:
table have two columns, id(INT, PK) and Data(varchar(20));
how i can make sharding for table, for node1 contain 50% this table, and node2 contain other 50% table?
i try use Partitioning, but node 1 and node 2 have full table each node;
no found answer in documentation :(