Skip to content

Reading Dedup data is slow #13664

Answered by amotin
Finix1979 asked this question in Q&A
Jul 18, 2022 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

If you see no difference on disk (I would not expect there be unless you hit error to trigger recovery), have you looked on CPU usage? May be collect CPU profiles and compare them one to another and tor expectations?

Alternative idea is whether something could happen to space allocation in case of dedup, that would make reads not sequential in case of enabled dedup. With primarycache=metadata you get no prefetch on read, so maximally depend on a disk latency. You could compare disk read latency and/or read offsets.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Finix1979
Comment options

Comment options

You must be logged in to vote
1 reply
@Finix1979
Comment options

Answer selected by Finix1979
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants