Files
doris/tools/emr_storage_regression/standard_set/analyze.sql
slothever f0f3548dfe [regression](multi-catalog)add EMR cloud env test tools (#21788)
add emr test tools for aliyun, huawei cloud, tencent cloud.
2023-07-28 09:45:10 +08:00

70 lines
2.3 KiB
SQL

analyze table ssb100_parquet.customer;
analyze table ssb100_parquet.dates;
analyze table ssb100_parquet.lineorder;
analyze table ssb100_parquet.lineorder_flat;
analyze table ssb100_parquet.part;
analyze table ssb100_parquet.supplier;
analyze table ssb100_orc.customer;
analyze table ssb100_orc.dates;
analyze table ssb100_orc.lineorder;
analyze table ssb100_orc.lineorder_flat;
analyze table ssb100_orc.part;
analyze table ssb100_orc.supplier;
analyze table tpch100_parquet.customer;
analyze table tpch100_parquet.lineitem;
analyze table tpch100_parquet.nation;
analyze table tpch100_parquet.orders;
analyze table tpch100_parquet.part;
analyze table tpch100_parquet.partsupp;
analyze table tpch100_parquet.region;
analyze table tpch100_parquet.supplier;
analyze table tpch100_orc.customer;
analyze table tpch100_orc.lineitem;
analyze table tpch100_orc.nation;
analyze table tpch100_orc.orders;
analyze table tpch100_orc.part;
analyze table tpch100_orc.partsupp;
analyze table tpch100_orc.region;
analyze table tpch100_orc.supplier;
analyze table clickbench_orc.hits;
analyze table clickbench_parquet.hits;
analyze table ssb100_parquet_hdfs.customer;
analyze table ssb100_parquet_hdfs.dates;
analyze table ssb100_parquet_hdfs.lineorder;
analyze table ssb100_parquet_hdfs.lineorder_flat;
analyze table ssb100_parquet_hdfs.part;
analyze table ssb100_parquet_hdfs.supplier;
analyze table ssb100_orc_hdfs.customer;
analyze table ssb100_orc_hdfs.dates;
analyze table ssb100_orc_hdfs.lineorder;
analyze table ssb100_orc_hdfs.lineorder_flat;
analyze table ssb100_orc_hdfs.part;
analyze table ssb100_orc_hdfs.supplier;
analyze table tpch100_orc_hdfs.customer;
analyze table tpch100_orc_hdfs.lineitem;
analyze table tpch100_orc_hdfs.nation;
analyze table tpch100_orc_hdfs.orders;
analyze table tpch100_orc_hdfs.part;
analyze table tpch100_orc_hdfs.partsupp;
analyze table tpch100_orc_hdfs.region;
analyze table tpch100_orc_hdfs.supplier;
analyze table tpch100_parquet_hdfs.customer;
analyze table tpch100_parquet_hdfs.lineitem;
analyze table tpch100_parquet_hdfs.nation;
analyze table tpch100_parquet_hdfs.orders;
analyze table tpch100_parquet_hdfs.part;
analyze table tpch100_parquet_hdfs.partsupp;
analyze table tpch100_parquet_hdfs.region;
analyze table tpch100_parquet_hdfs.supplier;
analyze table clickbench_hdfs_orc.hits;
analyze table clickbench_hdfs_parquet.hits;