June 19, 2013

Post: Edge-case behavior of INSERT...ODKU

database performance that dropped through the floor (to the point ofof the statement corresponding to the columns in the secondary index, and they were coming in at a rate ofin which they were defined, and the PRIMARY KEY is always going to be considered as being defined first. So, MySQL

Post: MySQL Upgrade Webinar Questions Followup

of importance I would recommend using Percona Server with enabled expand_fast_indexin future MySQL versions also MyISAM tables are essentially at the state they were in MySQLdrop indatabase binary incompatible with MySQL. Our focus on compatibility is indeed so high there are number of

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

In MySQL 5.6 the default value ofof lineorder in the buffer pool and the other secondary indexes have been pushed out of the buffer pool. mysqlDATABASE_PAGES: 7163 * DATABASE_PAGES: 7162 OLD_DATABASE_PAGES: 2624 * OLD_DATABASE_PAGES: 2623 MODIFIED_DATABASE_PAGES: 0 * MODIFIED_DATABASEDROP

Post: Find and remove duplicate indexes

database=test # ######################################################################## # test.t # ######################################################################## # name_2 is a left-prefix of name_4 [...] # To remove this duplicate index, execute: ALTER TABLE `test`.`t` DROP INDEX

Post: Improved InnoDB fast index creation

index creation chapter in the MySQL manual: “… you can generally speed the overall process of creating and loading an indexedindex creation uses temporary files in tmpdir for all indexes being created. So make sure you have enough tmpdir space when using expand_fast_index

Post: MySQL File System Fragmentation Benchmarks

in 1 10 100 1000 10000; do ./benchmark.php $i 10000000; mysql -e’drop database test1′; mysql -e’create databaseindex header (most complex part of opening and closing MyISAM table) can happen by OS in

Post: How Percona does a MySQL Performance Audit

databases Many people assume their application is difficult or somehow different, and that we need all kinds ofin mysqlof the analysis for last. You cannot consider any one of these factors (schema, queries, indexing) in

Post: Connecting orphaned .ibd files

INDEXES are relevant. These are usual InnoDB tables, but they’re hidden from a user(you can see them in information_scheme database inin < MySQL-4.0.14 space id the page belongs to (== 0) but in later versions the ‘new’ checksum ofin InnoDB dictionary for table test/t2 In this case you need to drop

Post: High-Performance Click Analysis with MySQL

of data processing in MySQL, you’re going to end up heavily I/O bound.  Listen to any of the talks at past MySQLof some of the tactics I’ve used to successfully scale large click-processing and other types of event-analysis databases. In

Post: MySQL extensions for hosting

MySQL patch bundle. They were extensions adding per-user and per-table accounting to the database, accessible with a new set ofindex are the most active or which are not being used at all and could be candidates for dropping. All… block users having huge spike in MySQL usage Personally I would see …