Previously, libsql-storage stored all the data in-memory. It kept a in-memory frame cache and also cached all the transient transaction writes in-memory. This patch changes it to store the data on local disk. This data is transient in nature, disk loss should not cause any issues.
Previously,
libsql-storage
stored all the data in-memory. It kept a in-memory frame cache and also cached all the transient transaction writes in-memory. This patch changes it to store the data on local disk. This data is transient in nature, disk loss should not cause any issues.