分析monetdb的聚合分组的实现
2023-04-04 monetdb-导入tpch数据_禅定悟世的博客-CSDN博客
bash ./tpch_build.sh -s 0.001 -f /dbfarm
select count(1) from lineitem group by l_quantity,l_shipinstruct,l_suppkey limit 10 ;