Skip to content

Does Unleash support any cache mechanisms? #6710

Answered by sighphyre
LittleHawk03 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @LittleHawk03,

We actually have a whole bunch of caching going on internally in Unleash, Edge and the SDKs. Typically, a call to retrieve the features data made by Edge or an SDK will be read directly from memory and the response sent from that. That memory blob gets updated in the background so there's no direct correlation between db impact and calls from SDKs/Edge.

Pressure on the database from retrieving features typically shouldn't be a problem, unless you have upwards of tens of thousands of toggles and you're not using Edge to control the flow of data. Having thousands of toggles is generally not ideal, since it'll be tough to understand how your toggles are actually affecting …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@LittleHawk03
Comment options

@sighphyre
Comment options

Answer selected by LittleHawk03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants