DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.73k stars 1.07k forks source link

Allow DSQL queries to run without the need for a query cache #482

Open JyotinderSingh opened 2 months ago

JyotinderSingh commented 2 months ago

Presently, all DSQL queries require a separate KV cache to be maintained for performance concerns. However, this introduces an additional memory overhead.

DiceDB should allow users to make this behavior configurable, where they have an option to not use the cache and save memory at the cost of a performance hit.

This can be implemented once the multi-threaded, shared-nothing implementation is complete.

raghavbabbar commented 2 months ago

could you please assign this to me for future. @JyotinderSingh

JyotinderSingh commented 2 months ago

could you please assign this to me for future. @JyotinderSingh

There is some time before we will start working on this issue, will assign it when we can support it.