SQLite Forum

Performance Issue: How can I increase a performance?
Login
```
CREATE INDEX idx_item_composite ON item (item_id,modified)
```