• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dgraph-io / badger / 2782
61%
main: 61%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions-eb8e6b6abe
DEFAULT BRANCH: main
Ran 16 Sep 2019 02:38PM CUT
Jobs 2
Files 37
Run time 238min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Sep 2019 02:16PM CUT coverage: 78.201% (-0.7%) from 78.888%
2782

push

travis-ci

web-flow
 Store entire L0 in memory (#963)

We build L0 from memtables, write it to files and then reopen them. We
can instead build the tables but keep them in memory. This would save the
overhead of writing the tables to the file.

This change has a downside that if the DB crashes, reopening it would take
longer since all the entries in memtable and L0 have to be replayed.

This commit also adds a `KeepL0InMemory` option. When set, all L0 tables
will be in memory. This option also sets the `CompactL0OnClose` flag.
The `KeepL0InMemory` flag is set to true by default.

5980 of 7647 relevant lines covered (78.2%)

159892.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2782.1 16 Sep 2019 02:38PM CUT 0
78.17
Travis Job 2782.1
2 2782.2 16 Sep 2019 02:42PM CUT 0
78.21
Travis Job 2782.2
Source Files on build 2782
  • List 0
  • Changed 25
  • Source Changed 4
  • Coverage Changed 25
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/Line
No data available in table
Showing 0 to 0 of 0 entries
  • Previous
  • Next
  • Back to Repo
  • Travis Build #2782
  • ee70ff26 on github
  • Prev Build on master (#2759)
  • Next Build on master (#2797)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc