Skip to content

Commit 0c4af92

Browse files
authored
Update README.md
1 parent 40e8d02 commit 0c4af92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The results below represent the amount of time (ns) the operation takes per iter
2828
![Image of Rust benchmark (pixel scale)](https://github.com/linksplatform/Comparisons.PostgreSQLVSDoublets/blob/gh-pages/Docs/bench_rust.png?raw=true)
2929
![Image of Rust benchmark (log scale)](https://github.com/linksplatform/Comparisons.PostgreSQLVSDoublets/blob/gh-pages/Docs/bench_rust_log_scale.png?raw=true)
3030

31-
### Raw numbers
31+
### Raw benchmark results (all numbers are in nanoseconds)
3232

3333
| Operation | Doublets United Volatile | Doublets United NonVolatile | Doublets Split Volatile | Doublets Split NonVolatile | PSQL NonTransaction | PSQL Transaction |
3434
|---------------|--------------------------|-----------------------------|-------------------------|----------------------------|---------------------|------------------|
@@ -41,7 +41,6 @@ The results below represent the amount of time (ns) the operation takes per iter
4141
| Each All | 15008 | 16134 | 16887 | 15956 | 1713894 | 1671724 |
4242
| Update | 401860 | 403564 | 84370 | 84605 | 1840929549 | 1300854930 |
4343

44-
4544
## Conclusion
4645

4746
As we can see in this comparison, Doublets are around 200+ faster than PostgreSQL in write operations, and 1000+ faster in read operations.

0 commit comments

Comments
 (0)