Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reorder task and task_attempt primary key
This reorders the task and task_attempt primary keys such that the queue name prefixes the index name. Because queues are contained within the same physical table, this prefix helps ensure better performance when selecting tasks from the queue. Closes #68
- Loading branch information