The docs/benchmark/tpch-v2.md is splendid, it shows that the performance of 2.1 has been greatly improved. But data size in each test table makes me confused. Can you show the following data?
select count(*) customer from customer;
select count(*) region from region;
select count(*) nation from nation;
select count(*) supplier from supplier;
select count(*) part from part;
select count(*) partsupp from partsupp;
select count(*) orders from orders;
select count(*) lineitem from lineitem;
The docs/benchmark/tpch-v2.md is splendid, it shows that the performance of 2.1 has been greatly improved. But data size in each test table makes me confused. Can you show the following data?