Message ID | cover.1689744163.git.wqu@suse.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: scrub: make sctx->stripes[] a ring buffer | expand |
Hi Qu. Qu Wenruo - 19.07.23, 07:30:22 CEST: > This is the attempt to increase the queue depth of the scrub behavior. > > Although it has a slight increase on the queue depth, it's not enough > to cause any obvious performance increase. > > It's still short of 2GiB/s. […] > Thus this patch is mostly sent asking for better ideas. Hmm, another approach would be to revert the patches that introduced the performance regression. It would release the pressure to find a fix soon. Then you'd have all the time to have another go at improving scrubbing. At least the issue at hand seems to be tricky. What you think? Thanks,
Martin Steigerwald - 19.07.23, 08:34:51 CEST: > Qu Wenruo - 19.07.23, 07:30:22 CEST: > > This is the attempt to increase the queue depth of the scrub > > behavior. […] > > Thus this patch is mostly sent asking for better ideas. > > Hmm, another approach would be to revert the patches that introduced > the performance regression. It would release the pressure to find a > fix soon. Then you'd have all the time to have another go at > improving scrubbing. At least the issue at hand seems to be tricky. > > What you think? Sorry, missed that you posted another patch later. So just ignore this idea. Thanks,