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
This needs some benchmarks as well. Found in #2528
Duplicates are handled ok in terms of data correctness but it's not very efficient. In @SuperQ repro data we found 3x chunk duplications. This is when you have duplicated StoreAPI as well as sidecar + store GW overlap. (: We can totally trim this on proxy level instead of concating all.
AC:
proxy.go returns chunks without duplications
frames are also "compacted" on up to 1MB (or defined size).
The text was updated successfully, but these errors were encountered:
This needs some benchmarks as well. Found in #2528
Duplicates are handled ok in terms of data correctness but it's not very efficient. In @SuperQ repro data we found 3x chunk duplications. This is when you have duplicated StoreAPI as well as sidecar + store GW overlap. (: We can totally trim this on proxy level instead of concating all.
AC:
The text was updated successfully, but these errors were encountered: