dice icon indicating copy to clipboard operation
dice copied to clipboard

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

Open JyotinderSingh opened this issue 1 year ago • 2 comments

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.

JyotinderSingh avatar Sep 08 '24 13:09 JyotinderSingh

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

raghavbabbar avatar Sep 08 '24 14:09 raghavbabbar

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.

JyotinderSingh avatar Sep 08 '24 14:09 JyotinderSingh