|
|
|
|
|
by akira2501
632 days ago
|
|
The query engine in SQLite can be weak. In particular where JOINs across multiple columns are concerned. You really do need to be aware of this when designing indexes into SQLite files. In any case, SQLite would serve this solution, but almost certainly with a measurable level of inefficiency built in. |
|
Edit: @akira2501: SQLite comes with different tradeoffs, sometimes superior and other times less so, depending on the use case. Blanket statements without evidence are unproductive in progressing the conversation..