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/srvswdev11/test202/populate.log
2016-01-06 14:08:59 -06:00

147 lines
4.3 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--------------
create database if not exists wide
--------------
Query OK, 1 row affected, 1 warning (0.00 sec)
--------------
drop table if exists wide
--------------
Query OK, 0 rows affected (0.45 sec)
--------------
drop table if exists wide2
--------------
Query OK, 0 rows affected (0.48 sec)
--------------
create table wide (
idx int,
c1 varchar(1000),
c2 varchar(1000),
c3 varchar(1000),
c4 varchar(1000),
c5 varchar(1000),
c6 varchar(1000),
c7 varchar(1000),
c8 varchar(1000),
c9 varchar(1000),
c10 varchar(1000),
c11 varchar(1000),
c12 varchar(1000),
c13 varchar(1000),
c14 varchar(1000),
c15 varchar(1000),
c16 varchar(1000),
c17 varchar(1000),
c18 varchar(1000),
c19 varchar(1000),
c20 varchar(1000),
c21 varchar(1000),
c22 varchar(1000),
c23 varchar(1000),
c24 varchar(1000),
c25 varchar(1000),
c26 varchar(1000),
c27 varchar(1000),
c28 varchar(1000),
c29 varchar(1000),
c30 varchar(1000),
c31 varchar(1000),
c32 varchar(1000),
c33 varchar(1000),
c34 varchar(1000),
c35 varchar(1000),
c36 varchar(1000),
c37 varchar(1000),
c38 varchar(1000),
c39 varchar(1000),
c40 varchar(1000),
c41 varchar(1000),
c42 varchar(1000),
c43 varchar(1000),
c44 varchar(1000),
c45 varchar(1000),
c46 varchar(1000),
c47 varchar(1000),
c48 varchar(1000),
c49 varchar(1000),
c50 varchar(1000)
)engine=infinidb
--------------
Query OK, 0 rows affected (0.79 sec)
--------------
create table wide2 (
id int(11) ,
c1 float ,
c2 float ,
c3 float ,
c4 float ,
c5 decimal(8,2) ,
c6 decimal(6,4) ,
c7 decimal(10,3) ,
c8 decimal(8,2) ,
c9 varchar(200) ,
c10 varchar(200) ,
c11 varchar(200) ,
c12 varchar(800) ,
c13 varchar(800) ,
c14 varchar(1000),
c15 varchar(1000),
c16 varchar(1000),
c17 varchar(2000),
c18 varchar(2000),
c19 varchar(4000),
c20 varchar(4000),
c_temp varchar(16)
)engine=infinidb
--------------
Query OK, 0 rows affected (0.32 sec)
Bye
Locale is : C
Using table OID 62497 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62497_D20150115_T215409_Job_62497.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62497.log
2015-01-15 21:54:09 (10824) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62497_D20150115_T215409_Job_62497.xml
2015-01-15 21:54:09 (10824) INFO : Job file loaded, run time for this step : 0.393258 seconds
2015-01-15 21:54:09 (10824) INFO : PreProcessing check starts
2015-01-15 21:54:09 (10824) INFO : PreProcessing check completed
2015-01-15 21:54:09 (10824) INFO : preProcess completed, run time for this step : 0.384357 seconds
2015-01-15 21:54:09 (10824) INFO : No of Read Threads Spawned = 1
2015-01-15 21:54:09 (10824) INFO : Reading input from STDIN to import into table wide.wide...
2015-01-15 21:54:09 (10824) INFO : No of Parse Threads Spawned = 3
2015-01-15 21:54:11 (10824) INFO : For table wide.wide: 100000 rows processed and 100000 rows inserted.
2015-01-15 21:54:11 (10824) INFO : Bulk load completed, total run time : 2.81112 seconds
Locale is : C
Using table OID 62599 as the default JOB ID
Input file(s) will be read from : STDIN
Job description file : /usr/local/Calpont/data/bulk/tmpjob/62599_D20150115_T215412_Job_62599.xml
Log file for this job: /usr/local/Calpont/data/bulk/log/Job_62599.log
2015-01-15 21:54:12 (10995) INFO : successfully loaded job file /usr/local/Calpont/data/bulk/tmpjob/62599_D20150115_T215412_Job_62599.xml
2015-01-15 21:54:12 (10995) INFO : Job file loaded, run time for this step : 0.409448 seconds
2015-01-15 21:54:12 (10995) INFO : PreProcessing check starts
2015-01-15 21:54:12 (10995) INFO : PreProcessing check completed
2015-01-15 21:54:12 (10995) INFO : preProcess completed, run time for this step : 0.139398 seconds
2015-01-15 21:54:12 (10995) INFO : No of Read Threads Spawned = 1
2015-01-15 21:54:12 (10995) INFO : Reading input from STDIN to import into table wide.wide2...
2015-01-15 21:54:12 (10995) INFO : No of Parse Threads Spawned = 3
2015-01-15 21:54:38 (10995) INFO : For table wide.wide2: 5000000 rows processed and 5000000 rows inserted.
2015-01-15 21:54:38 (10995) INFO : Bulk load completed, total run time : 26.585 seconds
1) Creating tables.
2) Populating bug3515 table with 20 million rows.
3) Deleting the 20 million rows.
4) Dropping bug3515b.
5) Populating bug3515 table with 10 million more rows.
6) Creating bug3515b again.