Skip to content

Commit 5277582

Browse files
Added larger blobs that may be used for data files
1 parent b5560e7 commit 5277582

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MI-GP-storage-perf/MI-GP-storage-perf.sql

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ UNION
7979
SELECT 1024, 5000, 200
8080
UNION
8181
SELECT 2048, 7500, 250
82+
UNION
83+
SELECT 4096, 7500, 250
84+
UNION
85+
SELECT 8192, 12500, 480
8286
),
8387
-- Calculate IOPS/throughput per file for each sampling interval,
8488
-- by subtracting the cumulative stats of the previous sample

0 commit comments

Comments
 (0)