https://github.com/nucleoidai/benchmark
https://github.com/nucleoidai/benchmark
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nucleoidai/benchmark
- Owner: NucleoidAI
- License: apache-2.0
- Created: 2022-12-03T21:47:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T01:21:55.000Z (over 3 years ago)
- Last Synced: 2025-02-02T19:49:17.204Z (over 1 year ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nucleoid Benchmark
This is the comparation our sample order app in Nucleoid IDE against MySQL and Postgres with using Express.js and Sequelize libraries.
https://nucleoid.com/ide/sample

This does not necessary mean Nucleoid runtime is faster than MySQL or Postgres, instead many DBs in production require constant maintenance by DBA team with adjusting indexing, caching, purging etc. For average complexity applications, Nucleoid performance is close to linear because of on-chain data store as well as in-memory computing model. Again, thanks to declarative programming, Nucleoid low-code framework manages technical details while developers focus on business logic.