bag-database icon indicating copy to clipboard operation
bag-database copied to clipboard

Speed up searching for message types & topic names at the same time

Open pjreed opened this issue 9 years ago • 0 comments
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.

pjreed avatar May 05 '16 18:05 pjreed