Page MenuHomeSoftware Heritage

indexing lister: Force bounds of integer ranges to be integers
ClosedPublic

Authored by olasd on Nov 12 2019, 5:54 PM.

Details

Summary

The current status generates floating-point bounds for integers; This
in turn prevents postgresql from running a proper index scan, nullifying all the
work we've done to avoid table scans...

Depends on D2258

Test Plan

tox

Diff Detail

Repository
rDLS Listers
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 8967
Build 13103: tox-on-jenkinsJenkins
Build 13102: arc lint + arc unit