Improve database indexes #19
Notifications
Total Time Spent: 45 minutes
Due Date
profitroll
45 minutes
No due date set.
Dependencies
No dependencies set.
Reference: profitroll/QuizBot#19
Reference in New Issue
Block a user
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?
Compound database indexes are much more efficient than default ones when Guild ID and another ID are being queried.
Old indexes must be deleted during the migration and new ones need to be re-created.