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

facebook / rocksdb / 7344 / 3
49%
master: 49%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2019 08:54PM UTC
Files 61
Run time 7s
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

08 May 2017 06:20AM UTC coverage: 24.322% (-17.3%) from 41.631%
TEST_GROUP=platform_dependent3

Pull #125

travis-ci

Facebook Github Bot
<a href="https://github.com/facebook/rocksdb/commit/2cd00773c">Add bulk create/drop column family API

Summary:
Adding DB::CreateColumnFamilie() and DB::DropColumnFamilies() to bulk create/drop column families. This is to address the problem creating/dropping 1k column families takes minutes. The bottleneck is we persist options files for every single column family create/drop, and it parses the persisted options file for verification, which take a lot CPU time.

The new APIs simply create/drop column families individually, and persist options file once at the end. This improves create 1k column families to within ~0.1s. Further improvement can be merge manifest write to one IO.
Closes https://github.com/facebook/rocksdb/pull/2248

Differential Revision: D5001578

Pulled By: yiwu-arbug

fbshipit-source-id: </a><a class="double-link" href="https://github.com/facebook/rocksdb/commit/d4e00bda6">d4e00bda6</a>
Pull Request #125:

242 of 995 relevant lines covered (24.32%)

0.24 hits per line

Source Files on job 7344.3 (TEST_GROUP=platform_dependent3)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3624
  • Travis Job 7344.3
  • 2cd00773 on github
  • Prev Job for TEST_GROUP=platform_dependent2 on master (#7148.2)
  • Next Job for TEST_GROUP=platform_dependent2 on master (#7369.2)
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

© 2026 Coveralls, Inc