Y
Hacker News
new
|
ask
|
show
|
jobs
by
Cervisia
99 days ago
The SQLite documentation explains how (and how well) this works:
https://www.sqlite.org/optoverview.html#the_skip_scan_optimi...
1 comments
igorw
99 days ago
While Postgres did introduce skip scan in 18, it only works for equality matching:
https://www.crunchydata.com/blog/get-excited-about-postgres-...
link