June 19, 2013

Post: Upgrading MySQL

…known incompatibilities and fix them. The data storage is however only small part of…FROM users WHERE id=5 you can probably go to the earliest MySQL version… perform stress testing to ensure both MySQL does not crash under your load …before upgrading and make sure to keep binary logs for some time, in…

Post: MySQL Storage Engines - PBXT

… We did not check writes because this is where a lot of changes are expected to happen …cached in most cases. As PBXT does not use pages for data storage, which tend to lead to …keep data files compact and efficient. As I heard someone joked at the conference “Now so many years after PostgreSQL, MySQL

Post: Shard-Query EC2 images available

… >> /dev/null 2>&1 < /dev/null done; Where to find the images Amazon…data. The ICE schema was discussed in the comments of the last post. ICE does… avaialble data from 1988 to 2010′; mysql> use ontime1; Database changed mysql> show … fewer nodes in order to keep data entirely in memory. This frees…

Post: Data Corruption, DRBD and story of bug

… and mysqldump your data. What makes problem even worse is that InnoDB does not report tablename, …, which can be long process. The moment where DRBD come in play, is if you …worked with), you screwed, as DRBD mirroring physical data, and MySQL keeping crashing on both instances – active and passive…

Post: MySQL-Memcached or NOSQL Tokyo Tyrant - part 1

…and only 1G is in memcached, I keep pushing data out of memcached to make room for … MySQL to using MySQL + Memcached, and then to other solutions like Tokyo Tyrant or Cassandra. My Application does…of writes in MySQL coupled with the still large # of reads takes its toll. Another place where I have…

Post: How Percona does a MySQL Performance Audit

…all the notes and generally keeping in touch with what the lead consultant does. We want two sets…where there’s a /var/lib/mysql and an /etc/my.cnf, and the server is installed in /customsoftware/mysql…the settings and status pretty quickly. Analyzing MySQL‘s workload and data After I’m done with that…

Post: Falcon Storage Engine Design Review

… run well too frequently if I keep them close. Manual does not say much on this matter… frequently with MySQL :) [+] Compact Indexes Compact Indexes are great. Huge indexes is where large portion of…[-] No Clustering Index support Unlike Innodb Falcon does not cluster data by Primary Key or any other …

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

data. NOTE 3: Also, keep in mind that I used the community editions of MySQL 5.5.30 and MySQL… generated by InnoDB when the table does not contain a suitable column,” but …mysql> insert into dir_test_innodb3 (fts_doc_id, full_name) values (1, ‘john smith’); mysql> select * from dir_test_innodb3 where

Post: Is disk Everything for MySQL Performance ?

data archive storage. On BoardReader for example we’re limited by space and how much data we can comfortably put in MySQL… have BBU most likely data files is where all IO will go…. can keep the same RAID volume. I tend to keep Innodb data files (…to swap actively – if it does your’re in trouble anyway…

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

… stored in the data dictionary: mysql> select * from flexviews.mview_table where mview_id= flexviews…incrementally refreshable one, then you can keep the complete views transactionally consistent with… the incrementally refreshable version does not take long to refresh: mysql> call flexviews.refresh( …