@@ -267,17 +267,17 @@ Query 12 showcases the `MergeJoin` database operator. The block diagram of the d
267
267
### FPGA Device
268
268
```
269
269
Parsing database files in: ../data/sf1
270
- Parsing LINEITEM table from: ../data/sf1
270
+ Parsing LINEITEM table from: ../data/sf1/lineitem.tbl
271
271
Finished parsing LINEITEM table with 6001215 rows
272
- Parsing ORDERS table from: ../data/sf1
272
+ Parsing ORDERS table from: ../data/sf1/orders.tbl
273
273
Finished parsing ORDERS table with 1500000 rows
274
- Parsing PARTS table from: ../data/sf1
274
+ Parsing PARTS table from: ../data/sf1/part.tbl
275
275
Finished parsing PARTS table with 200000 rows
276
- Parsing SUPPLIER table from: ../data/sf1
276
+ Parsing SUPPLIER table from: ../data/sf1/supplier.tbl
277
277
Finished parsing SUPPLIER table with 10000 rows
278
- Parsing PARTSUPPLIER table from: ../data/sf1
278
+ Parsing PARTSUPPLIER table from: ../data/sf1/partsupp.tbl
279
279
Finished parsing PARTSUPPLIER table with 800000 rows
280
- Parsing NATION table from: ../data/sf1
280
+ Parsing NATION table from: ../data/sf1/nation.tbl
281
281
Finished parsing NATION table with 25 rows
282
282
Database SF = 1
283
283
Running Q1 within 90 days of 1998-12-1
@@ -290,9 +290,9 @@ Query 12 showcases the `MergeJoin` database operator. The block diagram of the d
290
290
Validating query 1 test results
291
291
Running Q1 within 90 days of 1998-12-1
292
292
Validating query 1 test results
293
- Total processing time: 34.389 ms
294
- Kernel processing time: 3.16621 ms
295
- Throughput: 315.835 queries/s
293
+ Processing time: 44.7673 ms
294
+ Kernel time: 4.4103 ms
295
+ Throughput: 226.742 queries/s
296
296
PASSED
297
297
```
298
298
0 commit comments