Changes for version 0.30 - 2021-11-30
- Added
- Added some denormalized columns to the dependencies table to improve dequeue performance. These optimizations improve performance by 2-3x on MySQL 5.7 and 5-6x on MySQL 8.
- Fixed
- Reduced the size of some columns that were entirely too large: "state" is now an enum, so it takes only one byte. "task" is now a VARCHAR limited to 50 characters.