Let me clarify with the team and get back to you.
Let me clarify with the team and get back to you.
45.6K*662=30M, which matches what you said. We should probably make that sum as well, but it might confuse folks with the count in that case.
beacon_minor column newly added through the Studio or did it exist before you made changes through the Studio UI?lower() and upper() supposed to work with non latin or accented characters? select lower('Édith Piaf'); returns "Édith piaf" - which obviously isn't lower case. Therefor many of my exact searches fail.What if I read something but it does not result in any row (no row exist for that query in the db)Rows are still read to search for that row, so yes it will count.
EXPLAIN <yourSQLquery> also helps you figure out what SQLite will do and see if you miss indexes.
lower()upper()select lower('Édith Piaf');EXPLAIN <yourSQLquery>