Should I index DateTime in SQLITE?

Is it possible to find a date faster> an appointment?
Generally yes, but please remember that SQLite uses only one index per table (except for the OR clause ). Always use EXPLAIN to understand how the engine handles a given query.

Is it possible to find a date faster> an appointment?

Generally speaking, yes, but please remember that SQLite uses only one index per table (except the OR clause). Always use EXPLAIN To understand how the engine handles a given query.

Leave a Comment

Your email address will not be published.