featurevisor / featurevisor

Feature flags, experiments, and remote config management with GitOps

Home Page:https://featurevisor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datafile size reduction: check if Traffic.key is needed

fahad19 opened this issue · comments

When generating datafiles, we also include the rule keys.

The keys are needed when generating datafiles keeping bucketing consistent, but they may not be needed when evaluating them via SDKs.

If we can remove them, we can reduce the datafile sizes then.

Areas to check

See Traffic.key type as available in @featurevisor/types package.

key is needed for logging purposes. so it stays.