1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-17 09:41:06 +03:00
Files
mariadb-columnstore-engine/mysql/queries/nightly/demo/test501/q0006.sql
2016-01-06 14:08:59 -06:00

19 lines
353 B
SQL

-- Queries from shared nothing POC.
select now();
select now();
select calflushcache();
-- POC Q2.
-- q0006.1.d
Select sum(l_quantity), sum(l_extendedprice) from lineitem where l_quantity = 23;
select calgetstats();
select now();
-- POC Q1
-- q0006.2.d
Select sum(l_quantity) from lineitem where l_quantity = 23;
select calgetstats();
select now();