userver icon indicating copy to clipboard operation
userver copied to clipboard

Implement an SSD cache, that stores data to the file on SSD rather than to dynamic memory

Open apolukhin opened this issue 2 years ago • 2 comments

Internal ticket: 2750

apolukhin avatar Oct 25 '23 15:10 apolukhin

@apolukhin I'm interested in trying to implement a support of such cache type. Could you please add more ideas and/or details of expected solution? Or should I come up with the design and approach, so we could discuss it here?

goyambokkaboy avatar May 04 '24 21:05 goyambokkaboy

Could you please clarify what do you mean by SSD cache? If you mean some component like CachingComponentBase that stores data on disk and provides key value access, this issue turns into development of embedded database. Maybe it would be easier to add SQLite driver #223? It seems SQLite should cover initial scenario (caching data on local disk) and also provides more features.

IsThisLoss avatar May 17 '24 06:05 IsThisLoss