Details
Details
Tests and experiments with EXPLAIN QUERY PLAN to check if indexes are used and performance is not worse
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- land
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 260 ↗ | (On Diff #48528) | We should sort the whole result, not only the second select |
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 260 ↗ | (On Diff #48528) | In SQLite, the ORDER BY is applied to the complete result set when using UNION |