…between the two engines; sometimes this leads to wildly different results. If you were hoping to…How does the speed of InnoDB FTS compare to its MyISAM counterpart, and what kinds of tricks can we use to…
Post: MySQL 5.6 vs MySQL 5.5 and the Star Schema Benchmark
…To confirm that this was indeed the problem I decided to compare…rows: 1 Extra: Using where 2 rows in set (0.00 sec) After running the query, see how…between 1 and 3 and lo_quantity < 25\G *************************** 1. row *************************** revenue: 446268068091 1 row…
Post: Multi Range Read (MRR) in MySQL 5.6 and MariaDB 5.5
…between where secondary key tuples are buffered and then sorted by the primary key values… Factor of 2 (InnoDB dataset…rows_read, which is completely in line with how the counters behave with MRR, but the value for counter Handler_read_key is more or less the same for MariaDB 5.5 when compared to…
Post: SHOW INNODB STATUS walk through
…how to use this info to improve MySQL Performance. To…cost wait, compared to OS…child values(2,2) Foreign key …to keep up with update rate, in this case difference between these values…rows operation since system startup as well as average values. This is also very good values to monitor and graph – row…
Post: InnoDB Full-text Search in MySQL 5.6 (part 1)
…between now and part 3, I’ll also revisit some of the “quirks” from parts 1 and 2 to…to find out how to make InnoDB FTS blazingly-fast, but simply to get a sense of how it works compared to…
Post: Modeling MySQL Capacity by Measuring Resource Consumptions
…stable value for others it might go back and forth a lot. How to get…is unlikely to help. One helpful way to use this information is to compare systems …# Tmp disk tbl 21.21k 0 2 0.01 0 0.11 0 …row may take up to 8 io requests (could happen due to looking to undo space etc) and can take between up to…
Post: How much overhead is caused by on disk temporary tables
…to do is to see how much overhead do on disk temporary tables cause compared to MEMORY tables. To have things comparable… between query runs) which does not make sense as there no data to be…0 0 5 44 96 103 2 0 94 3 0 0 3… 0 rows affected (0.00 sec) Ahh… I alway forget GLOBAL only sets global value…
Post: InnoDB vs MyISAM vs Falcon benchmarks - part 1
… executed several benchmarks to see how Falcon performs in comparison to InnoDB and … to retrieve rows (more details with Jim Starkey’s comments in Part 2)…. to retrieve value from PK. The results for InnoDB and MyISAM are comparable … WHERE id between %d and %d Access by range of PK values. MyISAM …
Post: Flexviews - part 3 - improving query performance using materialized views
…999 *************************** 2. row *************************** …to build Deleted 100 order lines. Refreshed both views. Compared…to manage the distinct values…between 1 and 100 -> limit 500; Query OK, 484 rows…how you can combine both types of views together. The complete method examples show how to…
Post: Analyzing air traffic performance with InfoBright and MonetDB
…to find how to execute command from command line using included sqlline utility, and I did not understand how to…BETWEEN N and M GROUP BY DestCityName ORDER BY 2…to 100GB, which is significant economy of space. I am open to run any other queries if you want to compare…

