bag-database
bag-database copied to clipboard
Speed up searching for message types & topic names at the same time
trafficstars
Doing a full-text search of both of those at once is very slow. It'd be faster to search for them individually and then just combine the results, but that implies there's something going wrong with the joins in the SQL queries that is making them suboptimal. Figure out what's up with that.