storj/satellite/satellitedb/dbx
Jeff Wendling d09bd4a749 satellite/satellitedb/dbx: regenerate with paged composite key fixes
before dbx would generate a compilcated blob of conditions that
encoded a row comparison, which only optimized to an index seek
on cockroachdb. this means that sqlite and postgres both had
quadratic behavior on paged queries of this form. instead, use
the implicit row construction feature supported in all of the
databases to do paged support so that they all optimize well.

Change-Id: Iac8703929ba2a59ee3ffa619b916d12663422887
2020-01-27 12:43:16 -07:00
..
templates satellite/satellitedb/dbx: monitor the database calls 2019-12-18 21:57:36 +00:00
gen.go all: fix import groupings 2020-01-20 17:47:44 +00:00
gen.sh satellite/satellitedb/dbx: Remove bashism from gen.sh 2020-01-23 17:09:07 -05:00
satellitedb.dbx satellite/metainfo: Rate limiting - API requests 2020-01-21 14:25:04 +00:00
satellitedb.dbx.cockroach.sql satellite/metainfo: Rate limiting - API requests 2020-01-21 14:25:04 +00:00
satellitedb.dbx.go satellite/satellitedb/dbx: regenerate with paged composite key fixes 2020-01-27 12:43:16 -07:00
satellitedb.dbx.postgres.sql satellite/metainfo: Rate limiting - API requests 2020-01-21 14:25:04 +00:00