flagr icon indicating copy to clipboard operation
flagr copied to clipboard

EvalCache quering

Open iamafanasyev opened this issue 6 months ago • 2 comments

Flag DB could become really big during its lifetime (deprecated flags, disabled flags, test flags, etc.), so it would be nice to have an option to query EvalCache for particular flags (like FindFlags operation does, but without actual SQL request execution). For example, we actively use export API to get a current flags' state in our system, but it became huge over time, so it scales very bad (network, client's post-filtration). What are your thoughts on extending export API with FindFlags-like filtration options (e.g. enabled, tags, key, preload)?

iamafanasyev avatar Aug 14 '25 09:08 iamafanasyev

Stale issue message

github-actions[bot] avatar Oct 13 '25 21:10 github-actions[bot]

I've made a PR https://github.com/openflagr/flagr/pull/630

iamafanasyev avatar Oct 14 '25 06:10 iamafanasyev

Stale issue message

github-actions[bot] avatar Dec 13 '25 21:12 github-actions[bot]

up

iamafanasyev avatar Dec 14 '25 05:12 iamafanasyev