Need to implement test case to compare the data between PGSS and PGSM against a common workload and run, and then compare the different columns/values for consistency. Configuration for pgbench that will be used are as follows
Setup: pgbench -i -s 100 example
Load: pgbench -c 10 -j 2 -t 10000 example
Need to implement test case to compare the data between PGSS and PGSM against a common workload and run, and then compare the different columns/values for consistency. Configuration for pgbench that will be used are as follows
Setup: pgbench -i -s 100 example Load: pgbench -c 10 -j 2 -t 10000 example
https://jira.percona.com/browse/PG-349