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

hyperledger / fabric-x-committer / 21869758251 / 1
89%
main: 92%

Build:
Build:
LAST BUILD BRANCH: coordinator-test-no-db
DEFAULT BRANCH: main
Ran 10 Feb 2026 02:58PM UTC
Files 116
Run time 4s
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

10 Feb 2026 02:51PM UTC coverage: 83.845% (+0.09%) from 83.751%
21869758251.1

Pull #311

github

cendhu
[vc] split tables into predefined number of tablets

When a new table is created, YugabyteDB starts with a single
tablet that handles ALL initial writes. Auto-splitting only kicks in after
the tablet reaches a size threshold (~1 GB by default), meaning the first
N transactions all funnel through one tablet on one tserver — creating a
severe bottleneck during the critical warm-up phase.

By pre-splitting tables at CREATE TABLE time (e.g., SPLIT INTO 3 TABLETS
for a 3-node cluster), data is hash-distributed across all tservers from
the very first write. This converts cold-start throughput from
single-tserver-bound to cluster-wide from block 1.

This applies to all three table types: metadata, tx_status, and
per-namespace state tables (ns_*). The setting auto-detects the DB backend
and is silently ignored on PostgreSQL, which has no tablet concept.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #311: [vc] split tables into predefined number of tablets

8584 of 10238 relevant lines covered (83.84%)

0.92 hits per line

Source Files on job db-test - 21869758251.1
  • Tree
  • List 116
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21869758251
  • a0c3204f on github
  • Prev Job for on split-tablets (#21863706156.1)
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