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.
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.