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
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.