d09bd4a749
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 |
||
---|---|---|
.. | ||
templates | ||
gen.go | ||
gen.sh | ||
satellitedb.dbx | ||
satellitedb.dbx.cockroach.sql | ||
satellitedb.dbx.go | ||
satellitedb.dbx.postgres.sql |