-
Notifications
You must be signed in to change notification settings - Fork 456
Change to embedded database system #5238
Comments
While a server-less embedded database like SQLite or LMDB can make server provisioning much easier, its scalability is limited into a single machine |
@pcdinh For the on-chain processing of the blockchain, data access is always sequential and cannot be multi-processed with our current approach. |
You don't understand what you are talking about. Scalability isn't just about what happens on the client side. It is about memory+CPU management, plus execution planning by the server to further improve performance. Advanced migrations, etc. You've just shot yourself in the foot, by replacing PostgreSQL with half-baked file server. |
Description
Replace the
postgresql
database with anembedded
database.Motivation
Tasks
Spike 02
Sprint 19
Sprint 20
Additional Information
The text was updated successfully, but these errors were encountered: