June 20, 2013

Post: MySQL Query Patterns, Optimized - Webinar questions followup

the tuple syntax to look up values against multiple columns in a compound index, then the order would matter, and it would have to match the order of columns in the

Post: Implementing SchemaSpy in your MySQL environment

to leave you with the impression that this is the only component of the tool.  There are additional tabs: Tables – Names, number of children, parents, count of columns

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

column to the table which was an integer PK, and in another attempt, I tried just making the “value” column the PK, but neither of those worked. Also, trying tothe speed of InnoDB FTS compare to its MyISAM counterpart, and what kinds of tricks can we use to make it go faster? Stay tuned to find out

Post: Shard-Query EC2 images available

Query for yourself. Spin up the desired number of EC2 instances using on of the the AMI images. You should spin a number ofin the list of columns to show (click show/hide to change the columns) That the “public dns” field is selected SSH to the public DNS entry of the node on the list of

Post: Multi Column indexes vs Index Merge

to estimate number of rows it will find using both indexes and as they are about the same it picks smaller index. The queryof doing full table scan or doing the Union (instead of intersection) on values it gets from the single table. I have reverted table to have i1 and i2 as independent columns in

Post: Quick comparison of MyISAM, Infobright, and MonetDB

tables with many columns (the same one Peter wrote about recently). The client’s performance is suffering in part because of the number of columns, which is over 200. The queriesI had to go to the mailing lists to find the correct COPY syntax — it wasn’t that listed in the

Post: Full Text Search Webinar Questions Followup

to retrieve the same number of rows on each benchmark (I noticed 100 rows on SQL and 20 on Sphinx). Also Sphinx does thein sync, will the out-of-sync rows not be found? No, only the documents included in the Sphinx Search indexes will be returned by Sphinx Search queries

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

I check some of the other I_S tables, I do find that the number of rows in I_S.innodb_ft_index_table is changing, so it’s pretty clear that I do

Post: How to debug long-running transactions in MySQL

I find out the TCP port for that connection. I then sniff TCP traffic for a while, use mk-query-digest to convert this into a querythe ID in SHOW PROCESSLIST, and look in the Host column; there you’ll see a hostname followed by a port number. That is the port number of the

Post: Using CHAR keys for joins, how much is the overhead ?

I would expect us to see different ratio. The query I use here is constructed to stress out join code while avoid sending data to the client Do not try to find