Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit b88972a

Browse files
authored
Merge pull request #88 from datafold/bench-graph
readme: add performance graph
2 parents a7d1625 + 152ebbe commit b88972a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ there are few/no changes, but is able to output each differing row! By pushing
2424
the compute into the databases, it's _much_ faster than querying for and
2525
comparing every row.
2626

27+
![Performance for 100M rows](https://user-images.githubusercontent.com/97400/174860361-35158d2b-0cad-4089-be66-8bf467058387.png)
28+
29+
**†:** The implementation for downloading all rows that `data-diff` and
30+
`count(*)` is compared to is not optimal. It is a single Python multi-threaded
31+
process. The performance is fairly driver-specific, e.g. Postgres' performs 10x
32+
better than MySQL.
33+
2734
## Table of Contents
2835

2936
- [Common use-cases](#common-use-cases)

0 commit comments

Comments
 (0)