June 19, 2013

Comment: My Innodb Feature wishes

Yes… FullText Search would be nice. I however would see MySQL to implement full text search on the top level and make interface all… as it is not exactly performance related feature :) Also if you’re looking to do full text search with Innodb you may… much faster than build in FullText search. The integration is not as seemless as with build in FullText search but still pretty simple compared…

Post: Webinar for Full Text Search Throwdown

…-nonsense performance comparison of solutions for full text indexing for MySQL applications, including: LIKE predicates and regular expressions MyISAM FULLTEXT indexes InnoDB FULLTEXT indexes Apache Solr Sphinx Search Trigraphs I’ll compare the performance

Comment: Beware of MyISAM Key Cache mutex contention

… that improving performance probably increased the concurrency!) I put under monitoring all the parameters I could think of, and mysql processes showed… for fulltext search, so no InnoDB possible for now. My question is, is it possible that it is only related to a MySQL… opinion? What do you think of Sphinx to substitute the fulltext search on MyISAM table? Peter, I owe you a beer, big…

Comment: Full text search for all MySQL Storage Engines

… can find all word_id matching to the mask and perform the search. I would suggest to write request on sphinx Forum… or other full text search system with MySQL as plugin (not hack with storage engine) – for this to happen fulltext search interface would need to be rewritten to support multiple full text search engines behind it. Currently it…

Comment: Cache Performance Comparison

… Cache Performance Comparison discussion but anyway, We’re now working on FullText Search Engine comparison for MySQL and test MySQL Build in Full Text Search, Siena, Sphinx, Lucene indexing Wikipedia database and performing appropriate queries…

Comment: Full text search for all MySQL Storage Engines

MySQL 5.1 as storage engine? Can you please explain this in detail? I’m currently using MyISAM becasue of the fulltext… complicated (long) search + insert + many parallel small selects gives terrible performance with MyISAM. I… extar fulltext ISAM table. This way normal reads that don’t use FT search

Comment: MySQL wins C'T Database Contest

… are mysql results as low as 137 opm in this benchmark). I can just use a recent personal experience from the fulltext engine I am building (in perl with mysql as backend) where it in the beginning (2-3 months ago) had a performance… at http://search.cpan.org/src/TIMB/DBI_AdvancedTalk_2004/sld017.htm shows that to retrieve just one column from mysql over…