Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Skills of SPL performance Optimization from TPCH Test

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Test environment description

CPU:4, dominant frequency 2.6G, the number of cores per CPU is 8.

Hard disk: 800G SAS 15000 rpm hard disk, theoretical read and write speed 150m/s.

Memory: 64GB.

Operating system: Linux cent os 6

SQL1

Select

L_returnflag

L_linestatus

Sum (l_quantity) as sum_qty

Sum (l_extendedprice) as sum_base_price

Sum (l_extendedprice * (1-l_discount)) as sum_disc_price

Sum (l_extendedprice * (1-l_discount) * (1 + l_tax)) as sum_charge

Avg (l_quantity) as avg_qty

Avg (l_extendedprice) as avg_price

Avg (l_discount) as avg_disc

Count (*) as count_order

From

Lineitem

Where

L_shipdate

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report