SQLite Forum

General question concerning database stucture and number of databases to use.
Login
The point with BLOBs is, they can easily be larger than a database page, so overflow pages get involved. They have to be read from disk if not cached.

If the BLOB itself is not referenced by the query, reading those overflow pages can be avoided by placing all short columns at the beginning of the row.


```
-- 
Regards,
Kees Nuyt
```