IndexedDB: 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 Review URL: https://codereview.chromium.org/565023002 Cr-Commit-Position: refs/heads/master@{#294675}
Showing
Please register or sign in to comment