Re: [w3c/IndexedDB] Define flush-to-disk guarantees and control (#50)

I see that relaxed durability has landed in Chrome 83: https://www.chromestatus.com/feature/5730701489995776

Is there a benchmark that demonstrates the performance difference between relaxed and strict durability? Looking at [the Chromium commit](https://chromium-review.googlesource.com/c/chromium/src/+/1775557), it references a benchmark in [a Chromium bug](https://crbug.com/785305) that appears to be Google-internal.

I tried it myself, and so far I am not able to see a performance difference, but I'm not sure exactly what kind of workload would suss out the difference. However anecdotally, I do see the same kind of performance differences between Chromium and other engines described in [this post](https://dfahlander.medium.com/chromes-indexeddb-from-best-in-class-to-the-slowest-d34ed14624e0).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/50#issuecomment-816734385

Received on Friday, 9 April 2021 14:44:52 UTC