sql_lite: If query is not a LIKE % search use = .
Sqlite can't make use of indexes on LIKE queries. It always results in a full table scan.
Showing
Please register or sign in to comment
Sqlite can't make use of indexes on LIKE queries. It always results in a full table scan.