… Full Text Search for MySQL (Andrew) EXPLAIN Demystified (Baron) The MySQL Query Cache (Baron) Investigating Innodb Scalability Limits (Peter,Vadim) And we’ll have slides for… know. Andrew and Aurimas will be on on .org Both for Sphinx project showing some cool demos – we’re bringing few…
Post: Top 5 Wishes for MySQL
… engines (something even PostgreSQL does not have) as well as Full Text Search parses but there is very long way to go before… of the wish but at least it should happen for most common cases. Innodb scaling issues are the most common problem (and… if something is inconsistent it stays where for very long time. For example Query Cache support for Prepared Statements is only fixed in…
Comment: Full text search for all MySQL Storage Engines
… 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… this would happen sooner or later especially as there is Innodb full text search in works by Innodb team.
Comment: Why MySQL could be slow with large tables ?
… happening, InnoDB would be the way to go from what I read, But want if you want to use mysql ‘full text search‘ which… of the same table, one using InnoDB for main reading purposes and one for MyISAM for searching using Full text search and every time you do an update… hour to keep MyISAM table in sinc or somthing, meaning search would be out of date by one hour – which I…
Post: What did we want Interns to do
… you can do to improve performance monitoring in MySQL Innodb Performance Experiments – There are a lot of hard coded… present typical web LAMP application workloads Full Text Search Benchmark – we would like to get comparison for MySQL build in full text search, Sphinx, Lucene, PostgreSQL Searches.
Post: MySQL Users Conference Presentation Proposals
… truly optimal for modern systems and if you can get any additional performance. Investigating Innodb Scalability Limits You may have heard Innodb has… and see that. Searching Billions of documents with MySQL and Sphinx Learn how to build large scale Full Text Search solutions with MySQL and…
Post: MySQL 5.6: Improvements in the Nutshell
… LIMIT N – Persistent Statistics for Innodb – Improvements to Innodb Compression – Fast Page Checksums (CRC32) – 4K and 8K Page sizes for Innodb – Improvement to Buffer Pool… Defined DATA DIRECTORY for Innodb Tables – Connection Attributes New Functionality for Developers – MemcacheD API in Innodb – Explicit Partition Selection in queries – Full Text Search index for Innodb – Microsecond TIME…
Post: MySQL Workshops: Chicago & London this April
… and full-text search. Understand when to leverage MySQL features such as stored procedures, triggers and events. Operating and Troubleshooting for MySQL … advantages of common backup methods (mysqldump, file system snapshot, InnoDB hot backup). Setup and administer MySQL replication. Monitor MySQL …
Post: MySQL Performance Forum: Hot Topics
… topic discussed. Here is the list for last week: Ways to perform full text search on Chinese texts with MySQL Replication of Summary tables only… many queries Emulation of two Column AUTO_INCREMENT key with Innodb Hope these were helpful, and you’re welcome to post…
Comment: What to do with MySQL Full Text Search while migrating to Innodb ?
… forget MyISAM is pretty much always used for on disk temporary tables if you have Innodb so you never get off balancing… you need to balance memory between innodb buffer pool and OS cache which is needed for some things, query cache etc. Also… is single full text search table remains I would like to keep key_buffer same as .MYI takes (or expected to take) for the…

