Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kriszyp/db-benchmark
https://github.com/kriszyp/db-benchmark
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kriszyp/db-benchmark
- Owner: kriszyp
- License: apache-2.0
- Created: 2021-08-14T04:19:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T15:06:27.000Z (about 3 years ago)
- Last Synced: 2024-10-03T18:22:31.358Z (about 1 month ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is for benchmarking different key-value stores and databases through their NodeJS interfaces. Not only is the database important, but the implementation of the interface can have a tremendous impact on the overall performance of database/store interaction through NodeJS.
Benchmarking was done on Node 16.6.1, with 3.4Ghz i7-4770 Windows, using JS numbers from 0 < 10000 as keys, retrieving data from the database (random access), and decoding the data into a structured object with 10 properties.
For the redis benchmarks, a local redis server must be installed. If anyone has any tips for tuning or improving the performance of the dbs in this benchmarks, would be happy to include that for the sake of fair comparison.