-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Mican
authored and
Daniel Mican
committed
Dec 1, 2023
1 parent
e023648
commit 31e4459
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,8 +133,8 @@ Hardware: | |
|--------------------|-------------------|------------|-------------------| | ||
| Simple Aggregation | 36,000 msgs / sec | 256 MiB | 102 MiB | | ||
| Enrichment | 13,000 msgs /sec | 368 MiB | 124 MiB | | ||
| CSV Disk | | | | | ||
| CSV Memory | | | | | ||
| CSV Disk Join | 11,500 msgs /sec | 312 MiB | 152 MiB | | ||
| CSV Memory Join | 33,200 msgs / sec | 300 MiB | 107 MiB | | ||
|
||
### Simple Aggregate | ||
|
||
|
@@ -158,5 +158,19 @@ python3 cmd/publish-test-data.py --num-messages=1000000 --topic="topic-enrich" | |
/usr/bin/time -l python3 cmd/sql-flow.py run /Users/danielmican/code/github.com/turbolytics/sql-flow/dev/config/benchmarks/enrich.yml | ||
``` | ||
|
||
### CSV Disk Join | ||
|
||
``` | ||
python3 cmd/publish-test-data.py --num-messages=1000000 --topic="topic-csv-filesystem-join" | ||
SQLFLOW_STATIC_ROOT=/Users/danielmican/code/github.com/turbolytics/sql-flow/dev /usr/bin/time -l python3 cmd/sql-flow.py run /Users/danielmican/code/github.com/turbolytics/sql-flow/dev/config/examples/csv.filesystem.join.yml | ||
``` | ||
|
||
## CSV Memory Join | ||
|
||
``` | ||
SQLFLOW_STATIC_ROOT=/Users/danielmican/code/github.com/turbolytics/sql-flow/dev /usr/bin/time -l python3 cmd/sql-flow.py run /Users/danielmican/code/github.com/turbolytics/sql-flow/dev/config/examples/csv.mem.join.yml | ||
python3 cmd/publish-test-data.py --num-messages=1000000 --topic="topic-csv-mem-join" | ||
``` | ||
|
||
--- | ||
Like SQLFlow? Use SQLFlow? Feature Requests? Please let us know! [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters