Ran
|
Files
16
|
Run time
1s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
faster merge through rougher estimation of memory needed Previously, the merger would use an iterator to estimate the bytes needed, which was relatively accurate but slower. This change just sums up all the bytes used by all the to-be-merged segments, which can wildly over-estimate in the case when the application is mutating just a single key, but is correct for the worst-case when the application is always inserting brand new keys. Change-Id: Ifcab0bd11 Reviewed-on: http://review.couchbase.org/64663 Reviewed-by: Marty Schoch <marty.schoch@gmail.com> Tested-by: Steve Yen <steve.yen@gmail.com>
1737 of 2064 relevant lines covered (84.16%)
7473.46 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|