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

pmwkaa / sophia / 480
89%

Build:
DEFAULT BRANCH: master
Ran 11 Apr 2016 10:47AM UTC
Jobs 2
Files 242
Run time 51s
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
480

push

travis-ci

pmwkaa
sophia: introduce new storage model

Switch from key/value to multi-field model.

New format allows to store field duplicates only
once per page (field compression). It is also designed to be
used for secondary indeces.

Each field has a unique name, type and can be part of
an index key (key can be build from several fields).

Move database scheme definition from db.name.index
into db.name.scheme. Field description format extended.

Example:
db.name.scheme.name = string,key
db.name.scheme.address = string

sp_setstring(document, "name", ...)
sp_setstring(document, "address", ...)

If fields are not defined, default scheme is used:
db.name.scheme.key = string,key
db.name.scheme.value = string

This patch also deprecates storage types (kv, document).

11667 of 12911 relevant lines covered (90.36%)

16984519.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 480.1 11 Apr 2016 10:47AM UTC 0
90.27
Travis Job 480.1
2 480.2 11 Apr 2016 10:47AM UTC 0
Travis Job 480.2
Source Files on build 480
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #480
  • 0bb67199 on github
  • Prev Build on master (#479)
  • Next Build on master (#481)
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