Skip to content

data size for performance test in tpch-v2.md  #848

@jeeffy

Description

@jeeffy

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions