You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
bySeries uses just the series name field. For tag based series there could be 100s of 1000s of series with the same name. This could lead to the split between partitions being unbalanced.
Ideally, bySeries would just use nameWithTags, but this would break existing deployments that are already using tags. So instead we need to add a new partitioning scheme, eg bySeriesWithTags