June 19, 2013

Post: Follow these basics when migrating to Percona XtraDB Cluster for MySQL

Galera/Percona XtraDB Cluster (PXC) for MySQL is a hot thing right now and some users jump … stay with MyISAM nowadays i.e. if you have FULLTEXT you simply cannot replace in short term. Control Your Auto-Incrementing Columns…

Post: InnoDB Full-text Search in MySQL 5.6 (part 1)

… table for the SEO dataset looks identical, except that we replace “full_name” with a VARCHAR(255) “title” and “details” with…: mysql> alter table dir_test_innodb ADD FULLTEXT KEY (full_name, details), ADD FULLTEXT KEY (details); ERROR 1795 (HY000): InnoDB presently supports one FULLTEXT… what happens: mysql> set global innodb_ft_aux_table=’test/dir_test_innodb’; mysql> set global innodb_optimize_fulltext_only=1; mysql> select * from…

Comment: EuroOSCON 2006 - High Performance FullText Search

… to find a replacement of mysql fulltext for the forum at http://www.tbg.nu In my case the problem with mysql fulltext were that… irrelevant in this case :-) All the three reasons above made mysql fulltext to virtually puke when a client performed a search which… word. I assume the reason for that is that the mysql fulltext internally will first find all hits for each word (since…

Comment: Full text search for all MySQL Storage Engines

… have been for the past months experimenting with various fulltext engines since the mysql fulltext has it limitations specially when used in boolean…, does the implementation of sphinx as plugin for mysql 5.1 mean that mysqls own fulltext engine will/might be replaced shortly by sphinx ?

Post: InnoDB Full-text Search in MySQL 5.6: Part 2, The Queries!

… address, and the like. We are using MySQL 5.5.30 and MySQL 5.6.10 with no configuration …escape hatch from this rabbit hole. When defining a FULLTEXT KEY, you can use the “WITH PARSER” modifier to…to use InnoDB FTS as a simple drop-in replacement for your current MyISAM FTS, the results may surprise…

Post: MySQL Server Variables - SQL layer or Storage Engine specific.

… for in memory tables. So first MySQL versions did not bother naming variables …_expansion_limit, ft_stopword_file FullText search related variables. As FullText currently works with MyISAM …_cache_division_limit Key Cache/Key Buffer replacement algorithm configuration variables. Obviously only apply …

Comment: Full text search for all MySQL Storage Engines

…the possibility of having mysql use sphinx as its native fulltext engine ? First, I think there’s some work do in … replacement to MySQL‘s own FT. Second, even when that’s done, including Sphinx into MySQL would depend on its owners – that it, MySQL