This commit is contained in:
Evgeniy Gatov 2015-03-31 05:00:38 +03:00
commit d184c67e9d

View File

@ -30,11 +30,12 @@ How to prepare data
Prepare dumps with script create_dump.sh for tables hits_10m, hits_100m, hits_1000m. It takes about 5 hours (1m41.882s, 25m11.103s, 276m36.388s). Prepare dumps with script create_dump.sh for tables hits_10m, hits_100m, hits_1000m. It takes about 5 hours (1m41.882s, 25m11.103s, 276m36.388s).
Start vsql command line client. Start vsql command line client.
/opt/vertica/bin/vsql -U dbadmin
Create tables with queries from hits_define_schema.sql. Create tables with queries from hits_define_schema.sql.
Time to insert data: Time to insert data:
hits_10m: 91 sec. hits_10m: 91 sec.
hits_100m: 774 sec. hits_100m: 774 sec.
hits_1000m: hits_1000m: 13769 sec.
You need to validate number of rows with SELECT count(*). You need to validate number of rows with SELECT count(*).