forked from singlestore-labs/100-billion-rows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
generate_all.sql
12 lines (11 loc) · 1.04 KB
/
generate_all.sql
1
2
3
4
5
6
7
8
9
10
11
12
source credentials.sql;
select * from trips(1) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_1' with compression;
select * from trips(2) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_2' with compression;
select * from trips(3) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_3' with compression;
select * from trips(4) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_4' with compression;
select * from trips(5) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_5' with compression;
select * from trips(6) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_6' with compression;
select * from trips(7) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_7' with compression;
select * from trips(8) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_8' with compression;
select * from trips(9) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_9' with compression;
select * from trips(10) into link aws_s3 'ooc-scratchpad-us-east-1/tripdata/vehicle_10' with compression;