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

catmaid / CATMAID / 6621
45%
master: 45%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 07 Nov 2019 05:12PM UTC
Jobs 3
Files 210
Run time 12min
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
6621

push

travis-ci

tomka
Make concept based table IDs 64 bit

While we still have some headroom for the datasets we work with at the
moment, keeping the IDs of concept table based tables (inheritance) at
32 bit would have been a limit at some point. Already we see large
segmentation datasets that make this headroom rather small. Therefore
this migration will rewrite all concept based tables as well as tables
that reference them through foreign keys so that 64 bit IDs are used.

This migration also updates the review table to use 64 bit IDs. It also
fixes the history views of the catmaid_sampler table, which haven't been
kept up to date with column changes.

In addition a lot of missing foreign key constraints have been added.
They shouldn't have a big import on performance and in fact no real
difference could be measured.

The column order of concept changed slightly to improve the column
alignment and reduce padding. So far we wasted 4 Bytes per row, because
project_id occupied 4 Bytes and required 4 Bytes of padding, because it
was followed by a bigint. This is changed now and no more padding is
needed. This also lowers the impact on storage of the change to 64 bit
IDs.

Also, the indices backing the primary keys of many semantic tables
include now additional data like the class_id for class instances and
the relation_id for some relation instance types. This Postgres 11
feature allows to use more index-only scans.

Fixes catmaid/CATMAID#1848

17018 of 38030 relevant lines covered (44.75%)

1.25 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6621.1 07 Nov 2019 05:12PM UTC 0
44.75
Travis Job 6621.1
2 6621.2 07 Nov 2019 05:13PM UTC 0
44.75
Travis Job 6621.2
3 6621.3 07 Nov 2019 05:25PM UTC 0
41.69
Travis Job 6621.3
Source Files on build 6621
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #6621
  • c53116cb on github
  • Prev Build on features/64-bit-concept-ids (#6607)
  • Next Build on features/64-bit-concept-ids (#6623)
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