We are sending quite some queries like ``` (SELECT id FROM tbl_sample_sources WHERE source like '%somethingsomething%' LIMIT 1000) ``` to the database. Using wildcards both in the beginning _and_ the end is hard to optimize for MySQL.