SQL queries are not optimal #135
Labels
No labels
admin tools
api
bug
documentation
duplicate
enhancement
feature
help wanted
in progress
internals
invalid
packaging
question
testing
trivial
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: MensBeam/Arsse#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The SQL queries currently employed were written with no thought to efficiency. They should be re-examined to possibly speed them up, particularly those dealing with articles
Version 0.6.0 improved performance significantly by reformulating inefficient queries, and there's probably more still which can be done in that area.
Adding indices may also be in order, but my knowledge of how they work in practice is limited. A useful reference is here:
https://use-the-index-luke.com/