-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query: Deduplication latency #2222
Comments
Thanks for this report. So normally the overhead is unnoticeable, so there might be some bug there for your case here. It would be nice to dive deeper. What I find really suspicious is that Let's dive deeper:
|
Also, Try without offset, but I think the issue that we are selecting all 24h+1m was fixed in v0.9.0 already. |
Does it may have some connection with query traffic? |
I mean try to not use the sidecar for anything else for period of tests (: |
Do we have a tool or something to do pre-deduplication? If not, would be implemented it in compactor? |
Yes. Please see: #1014 (:
…On Fri, 20 Mar 2020 at 02:47, Xiang Dai ***@***.***> wrote:
Do we have a tool or something to do pre-deduplication? If not, would be
implemented it in compactor?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2222 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVA3O4TVOJ3OXZCDZD5N6LRILKLHANCNFSM4LC7SF5A>
.
|
This issue/PR has been automatically marked as stale because it has not had recent activity. Please comment on status otherwise the issue will be closed in a week. Thank you for your contributions. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
This seems still an issue. Deduplication adds significant latencies, particularly visible when queries have big number of series. |
thanos version
v0.9.0
prometheus version
version 2.14.0
Object Storage Provider:
no use of object store,use local disk
What happened:
After useing query.replica-label for HA, lately I found queries consume much more time than before
deduplication makes query slow
same query,not query range
deduplication cost 23s, however no deduplication only cost 293ms.
this is a huge cost for HA
here is my Screenshot
the query is sum(rate(appnews_importable_bf_request_num{job="import_interface",product="Inews"} [1m] offset 24h))
appnews_importable_bf_request_num{job="import_interface",product="Inews"} offset 24h has about 1200 samples
I wonder Does it make sense?
or Is there any wrong with my usage?
What you expected to happen:
not too much worse proformace than before
hope you could reply this issue ASAP
this issus makes me crazy.
Thank you.
The text was updated successfully, but these errors were encountered: