June 19, 2013

Post: Slow Query Log analyzes tools

… to execute combined. There is a tool mysqldumpslow in MySQL distribution which kind of does the thing… of info. Yes this will reduce your performance a bit and will require plenty of …indexes often help SELECT queries but slow down INSERT/UPDATE ones. Final Note: You do not have to have patched MySQL

Post: MySQL 5.6 vs MySQL 5.5 and the Star Schema Benchmark

… so they are popular for use with tools like Mondrian and also for data mining. …MySQL 5.6 server, rebooted and verified again.  Same issue.  This was very different from MySQL 5.5.30, which performs… the other secondary indexes have been pushed out of the buffer pool. mysql> select * from information…

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

…be exactly identical to the same query when performed against InnoDB data, OR that the results returned…_size to 1, dropped/rebuilt the InnoDB index, and tried again. mysql: SELECT id, full_name, MATCH(full_…Playback) that can help you with this. These tools are free and open source, please use them. …

Post: Data mart or data warehouse?

performance using aggregation. Using materialized views to automate that aggregation process. Comparing the performance of OLAP with and without aggregation over multiple MySQLtools (OLAP/data mining), data extraction and transformation tools (ETL), and schema management tools… bitmap indexes, table …

Post: How Percona does a MySQL Performance Audit

…are the lowest common denominator. We often use tools to gather a lot of the data for…there’s a full explanation in our book, High Performance MySQL 2nd Edition (it’s not in the first … consider any one of these factors (schema, queries, indexing) in isolation, because they are tightly bound together,…

Post: Database problems in MySQL/PHP Applications

…and get debugging and profiling tools, as well as have tools which protect you from SQL …MySQL. There are many successful applications, using tens of thousands of tables per host and archiving great performance… I have to fix have number of indexing missing which requires queries to do full …

Post: The ultimate tool for generating optimal my.cnf files for MySQL

….cnf is not a tool. It’s a human with many years of experience, deep knowledge of MySQL and the full application… the point of causing a severe performance penalty. If it were as easy as writing a tool to do this, don’t… and end-all of performance. Tuning your server settings has far less impact on performance than tuning your schema, indexing, queries and — you…

Post: MySQL extensions for hosting

… sec) mysql> SHOW INDEX_STATISTICS LIKE ‘hosting2%’; +——————————————–+———–+ | Index | Rows_read | …Other_commands a few MySQL performance counters broken down by users … give the administrator powerful tool to almost effortlessly …

Post: MySQL Slow query log in the table

… and add extra indexes as you require. Doing so however may affect your performance – updating table with a lot of indexes may be… without need to have indexes would be quite handy I also should tell log table implementation in MySQL is well though of…. I guess over time we would have more tools provided with these and similar features if not by MySQL than by community.

Post: Shard-Query EC2 images available

perform on each database. To do the size comparison, I used the du utility: InnoDB file size on disk: 42GB (with indexes…from 1988 to 2010′; mysql> use ontime1; Database changed mysql> show table status like ‘ontime… su – # cat hosts.internal | ~ec2-user/tools/mkhosts >> /etc/hosts # ping shard20 PING…