davdwhyte87 / vhenncoin_core

digital currency for the metaverse
0 stars 0 forks source link

Single file database #21

Open davdwhyte87 opened 2 months ago

davdwhyte87 commented 2 months ago

The issue with the multi-database file approach is that it consumes space on disk. Every new wallet takes 1.5 MB on creation without any data. While this approach gives us faster reads and writes, it consumes a lot of space. We need to move to a single-file system. We can have backups in other files and some clones for availability in high traffic periods.