Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(413)

Issue 322203004: Speed up IDB by trimming down the BlobChangeMaps. Check to see if we need each (Closed)

Created:
6 years, 6 months ago by ericu
Modified:
6 years, 6 months ago
Reviewers:
jsbell, cmumford
CC:
chromium-reviews, jam, alecflett, ericu+idb_chromium.org, darin-cc_chromium.org, cmumford, dgrogan, jsbell+idb_chromium.org
Visibility:
Public.

Description

Speed up IDB by trimming down the BlobChangeMaps. Check to see if we need each entry before adding it. BUG=380798 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276331

Patch Set 1 #

Total comments: 2

Patch Set 2 : Change Iterator to a Get #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -6 lines) Patch
M content/browser/indexed_db/indexed_db_backing_store.h View 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_backing_store.cc View 1 3 chunks +41 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ericu
6 years, 6 months ago (2014-06-10 21:29:17 UTC) #1
jsbell
https://codereview.chromium.org/322203004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/322203004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode4169 content/browser/indexed_db/indexed_db_backing_store.cc:4169: scoped_ptr<LevelDBIterator> it = transaction()->CreateIterator(); Why an iterator instead of ...
6 years, 6 months ago (2014-06-10 22:16:33 UTC) #2
ericu
https://codereview.chromium.org/322203004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc File content/browser/indexed_db/indexed_db_backing_store.cc (right): https://codereview.chromium.org/322203004/diff/1/content/browser/indexed_db/indexed_db_backing_store.cc#newcode4169 content/browser/indexed_db/indexed_db_backing_store.cc:4169: scoped_ptr<LevelDBIterator> it = transaction()->CreateIterator(); On 2014/06/10 22:16:32, jsbell wrote: ...
6 years, 6 months ago (2014-06-10 22:30:49 UTC) #3
jsbell
lgtm
6 years, 6 months ago (2014-06-10 22:37:38 UTC) #4
cmumford
lgtm
6 years, 6 months ago (2014-06-10 23:26:20 UTC) #5
ericu
The CQ bit was checked by ericu@chromium.org
6 years, 6 months ago (2014-06-10 23:27:04 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ericu@chromium.org/322203004/20001
6 years, 6 months ago (2014-06-10 23:33:07 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 10:18:01 UTC) #8
Message was sent while issue was closed.
Change committed as 276331

Powered by Google App Engine
This is Rietveld 408576698