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

facebook / rocksdb / 7344
49%

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

pending completion
7344

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

Jobs
ID Job ID Ran Files Coverage
3 7344.3 (TEST_GROUP=platform_dependent3) 31 Aug 2019 08:54PM UTC 0
24.32
Travis Job 7344.3
Source Files on build 7344
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #7344
  • Pull Request #125
  • Prev Build on master (#7148)
  • Next Build on master (#7369)
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