June 19, 2013

Post: What is the largest amount of data do you store in MySQL ?

is How much data do your store in your largest MySQL instance ? I’m interested about single instance not the total amount of data you have in MySQL in your Sharded replicated environment. Feel free to share details in comments – are you using MyISAM or Innodb ? Is

Post: Product to try: MySQL/MariaDB-Galera 0.8

… (not a transaction). Transaction is not guaranteed to be applied – what is guaranteed is that every node will … that this solution is available for MySQL users as Free / Open Source Software. “Where is the catch?”, you may… again, it has to copy the whole data set again. But if it was disconnected …

Post: What Causes Downtime in MySQL?

… customers. The numbers contradict the urban myth that bad SQL is the most common problem in databases. There are a number… causes of data loss. This is the companion to my earlier white paper suggesting ways to prevent emergencies in MySQL. It is a re… in IOUG’s SELECT magazine. You can download it for free from the MySQL white papers page on the Percona web site.

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

…. First, MyISAM, with MySQL 5.5, on the SEO data set: mysql: SELECT id, title, MATCH(…And Background Checks | 4.569097518920898 | | 70 | Montana Free Public Records, Criminal Records And Background Checks | 4….the list. With 5.5, this is exactly what happens: mysql: SELECT id, full_name, MATCH(full_…

Post: MySQL Query Cache

what MySQL Query Cache is – I’ve seen number of people being confused, thinking MySQL Query Cache isis not implemented. Cursors get data in chunks so it isis hard to tell what is good or bad as a lot depends on statement complexity as well as how much work is… even if there is some free space, just …

Post: Bug#12704861

what could potentially be a very serious problem that is fixed in MySQLfree_frag(): Refactored from fsp_alloc_free_page(). Allocate the specified page from a partially free extent. fseg_alloc_free_page_low(), fseg_alloc_free

Post: How to debug long-running transactions in MySQL

…actually easy to figure out what the long-running transaction is doing. The most obvious is if it’s a …it self-purges its own data, and it won’t run if the disk is getting full. I’ve … then echo “Exiting, not enough free space (${full}%, ${avail}MB free)”>&2 exit 1 fi host=$(mysql -ss -e ‘SELECT p….

Post: Percona Live MySQL Conference and Expo 2013: The talks I want to see

…/Galera and give some helpful instruction about what some migration strategies might look like. Using MySQL Performance Schema to debug performance issues… Maria, and since Perl is a native language to me, this seems compelling. Managing data and data archiving using MySQL 5.6 new features… strong competing talks. Win a free Conference Pass Since we’re talking about interesting talks, what talk would you most like to…

Post: Helgrinding MySQL with InnoDB for Synchronisation Errors, Fun and Profit

…patch Now let’s see what kind of goodies does Helgrind find on MySQL server. Let’s take… test is chosen for no particular reason except that it is a quick-running one. ==9090== Possible data … (sync0sync.ic:221) ==9090==    by 0x6B39223: fsp_fill_free_list (fsp0fsp.c:1455) ==9090==    by 0x6B3DED8: …