Details
Details
Experiments with EXPLAIN QUERY PLAN to check if indexes are used and performance is not worse. Tests
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp | ||
|---|---|---|
| 1651–1669 ↗ | (On Diff #48532) | The formatting was caused by yarn clang-format-all. I tried different versions (e.g. using + operator) but none of them was better |
| native/cpp/CommonCpp/DatabaseManagers/DatabaseQueryExecutor.h | ||
|---|---|---|
| 198 ↗ | (On Diff #48532) | Earlier in the stack we were using bool backupItem as a parameter. I think it might be less confusing to keep it consistent so that the true means that we're using the backup table. The name can be different. |