Closed kellnerd closed 4 months ago
I have deployed the SnapStorage update (https://github.com/kellnerd/harmony/commit/2db91de5b61fc64ca3205da2d4d62b1869f2775a) in production. It was a full success, cache response times are about 100(!) times faster now in some cases :rocket:
Before:
After:
The amount of cached data is growing and the underlying SQLite database of my
SnapStorage
library is likely becoming a bottleneck. First observed 3 weeks ago:Latest numbers: 476M of data (compressed), 9.7M / 18.3M SQLite DB (compressed / uncompressed), 79k rows in
uri
, 82k rows insnap
See https://github.com/kellnerd/snap_storage/issues/2 for details.