goccy / go-zetasqlite

A database driver library that interprets ZetaSQL queries and runs them using SQLite3
MIT License
56 stars 29 forks source link

Use `WITHOUT ROWID` table clustering for tables #208

Open ohaibbq opened 7 months ago

ohaibbq commented 7 months ago

This allows SQLite to do efficient row lookups when used in conjunction with #207 https://www.sqlite.org/withoutrowid.html