June 19, 2013

Post: Implementing SchemaSpy in your MySQL environment

Tables – Names, number of children, parents, count of columns, row counts, and comments — a great way for a high level overview of the table

Post: Choosing a MySQL HA Solution - Post-Webinar Q&A

database, a set of databases, or specific tables; you can also configure the slave to replicate everything EXCEPT a specified set of databases and tablesFor example, if you see a large number of long-running queries in the output of…to Oracle RAC; all of the SQL nodes in a MySQL Cluster installation…

Post: Percona Server for MySQL 5.5.30-30.2 now available

in this blogpost. (Ignacio Nin) This release of Percona Server for MySQL has fixed a number of performance bugs. (Alexey Kopytov) Drop tablefor MySQL would re-create the test database when using rpm on server upgrade, even if the database

Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue

in this blogpost. (Ignacio Nin) This release of Percona Server for MySQL has fixed a number of performance bugs. (Alexey Kopytov) Drop tablefor MySQL would re-create the test database when using rpm on server upgrade, even if the database

Post: Flexviews - part 3 - improving query performance using materialized views

of the query. convert.php This script takes as one argument the default database. Notice infor any particular customer. Notice how you can use this summary to calculate the number of lines in the order_lines table, three orders of

Post: Shard-Query EC2 images available

Database changed mysql> show tableQuery for yourself. Spin up the desired number of EC2 instances using on of the the AMI images. You should spin a number ofquery script will run one more more semicolon terminated SQL statements. The queries for the benchmark are in ~ec2-user/shard-query/queries.sql

Post: MySQL Query Cache

for online applications. Limited amount of usable memory – Queries are constantly being invalidated from query cache by table updates, this means number of queries in

Post: Moving Subtrees in Closure Table Hierarchies

…describe several solutions for storing and querying trees in an SQL database, including the design I call Closure Table. In Closure Table, we store every path in a tree…create new paths for each one, as many new paths as the number of ancestors of the new location times the number of nodes in the …

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

of “new” InnoDB tablespace files in our databasetable by querying the various I_S.INNODB_FT_* tables. In particular, the INNODB_FT_CONFIG tableof the other I_S tables, I do find that the number of rows in I_S.innodb_ft_index_table

Post: SHOW INNODB STATUS walk through

tables in use 1, locked 0 MySQL thread id 8079, query id 728899 localhost root Sending data select sqlnumber of tables used by transaction in question (meaning it was accessed) and number of tables locked by transactions. Innodb does not lock tables for normal operation so number of tables