Skip to content

Commit

Permalink
latest benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jul 19, 2020
1 parent 99aebf0 commit 7902dcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ benchmark suite of Datascript, here is how it looks.
<img src="bench/datalevin-bench-write-07-15-2020.png" alt="write benchmark" height="240"></img>
</p>

Considering that we are comparing a disk store with a memory store, the query time of Datalevin is not bad.
Considering that we are comparing a disk store with a memory store, the query time of Datalevin is not bad. In some queries, Datalevin is even faster than Datascript, likely due to the AVE index that is always on in Datalevin.

Writes can be a few orders of magnitude slower, as expected, as Datalevin
is writing to disk while Datascript is in memory. The bulk write speed is
Expand Down
Binary file modified bench/datalevin-bench-query-07-18-2020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7902dcb

Please sign in to comment.