Resolve "SQLite backend: use model transformations to produce time-aware version"
Merged
requested to merge 31-sqlite-backend-use-model-transformations-to-produce-time-aware-version into master
- Mar 05, 2023
-
-
Antonio Garcia-Dominguez authoredbf2f350c
-
Antonio Garcia-Dominguez authoredbbae8434
-
Antonio Garcia-Dominguez authored76dd4fea
-
Antonio Garcia-Dominguez authoreda1b7f22e
-
Antonio Garcia-Dominguez authored7285523d
-
- Feb 11, 2023
-
-
Antonio Garcia-Dominguez authored
This follows the advice in the official SQLite docs [1]: Hence, a good rule of thumb is that your database schema should never contain two indices where one index is a prefix of the other. Drop the index with fewer columns. SQLite will still be able to do efficient lookups with the longer index. [1]: https://www.sqlite.org/queryplanner.html#_multi_column_indices
6fae570f
-