DescriptionIndexedDB: Switched two Iterator::Seek calls to Transaction::Get.
Switching for two reasons:
1. Semantics are simpler because, in each of these cases, there was never a
subsequent iteration - just a check to see if the iterator key matched
the desired key.
2. The Transaction::Get() call uses the LevelDB filter which (when enabled)
can significantly reduce disk reads, thus improving performance.
This change, along with enabling the bloom filter, resolves a performance
issue introduced by r273048.
BUG=409520
Committed: https://crrev.com/7eff2e4b1a12584cd89f48ca3b9879faa37ebedc
Cr-Commit-Position: refs/heads/master@{#294675}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|