Sqlite and Postgres both support partial indexes and mysql does not. Drone uses partial indexes for critical functionality, but has to emulate this feature for mysql. Some notable projects like GitLab [1] deprecated support for mysql completely. We have no plans to deprecate support, however, both Postgres and Sqlite are safe choices.