this post was submitted on 21 Oct 2023
6 points (100.0% liked)

SQLite

73 readers
1 users here now

For discussions about the SQLite database

founded 1 year ago
MODERATORS
 

Short post about how SQLite sometimes creates indexes just for a single query. The SQLite documentation has a little more information.

It can be worth setting up and monitoring the error log for SQLITE_WARNING_AUTOINDEX warnings as good indication a persistent index should be created.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here