June 19, 2013

Post: When is it a time to upgrade memory ?

… full, should I be thinking about upgrading memory already?” This is a wrong … Look at Iowait iostat -dx 10 will show disk utilization. Low (less than…be because queries changed their plans. Do the sizing This especially works …size so you get and understanding what Memory-To-Disk ratio is optimal for…

Post: Predicting Performance improvements from memory increase

upgrading memory to 32GB. Interesting enough similar can happen for very large working set – for example if your main queries do…. If your CPU is 25% busy you will unlikely get more than 4x even if … because your application logical serialization problems. So what if we have very IO bound application …

Post: MySQL Upgrade Webinar Questions Followup

… replication will work for any application. There is just too many events. In the worse case you might need to do staged upgrades…. Q: What to do if Query Execution Plan changes for the worst during Upgrade? This is one of the big challenges with upgrade which… memory) available. Another thing to mention having multiple instances of different MySQL versions on the same box typically means you will install…

Post: How Percona does a MySQL Performance Audit

what the operating parameters are. Can we suggest upgrades, rewriting queries, or whatnot? Sometimes there are rigid constraints on whatdo this (I will run mysqlreport to get friendly numbers I can read easily). But what I will do… determine when an in-memory temporary table will be converted to an …

Post: Economics of Performance Optimization

…30 seconds you unlikely will be able to solve the problem by CPU upgrade. For single thread … server which would usually have 1-2GB of memory may be couple of SATA hard drives – …what you’re doing to make sure you actually picked up all these low hanging fruits you could and what you’re not doing

Post: State of MySQL Market and will Replication live ?

… so most of them instead of “upgrading” to Oracle or other systems which… if it solves their pains. So what do we see as response to these requirements… is appliances – you can see Violin Memory appliance which can be used with… Indeed I think MySQL Replication usage will reduce, but I would not expect…

Post: When would you use SAN with MySQL ?

memory or so on the server too which will make read caching more efficient in its memory… too) is to really understand what you’re trying to scale and… highly consider DRBD which can do storage level replication between directly … of semi-online MySQL/OS upgrades and Schema changes. Backups SAN …

Post: Different flavors of InnoDB flushing

… innodb_max_dirty_pages_pct, or for flushing to do checkpoint activity. What is important about this? If your workload is mostly… MySQL settings (mentioned above) do not matter a lot, and performance is mostly defined by available memory and the I/O subsystem… LRU list bound, the strategy which will give the biggest benefit is: Install more memory or upgrade the I/O subsystem. If you…

Post: Heikki Tuuri answers to Innodb questions, Part II

…amount of system memory. We just deployed a new Linux/Mysql server for a client, upgrading their main…assigned Inaam as the InnoDB scalability engineer. We do not have much resources for scalability research. Peter… figure our what the problem is. We can OPTIMIZE the table, but how long will this take…

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

will somehow be “better” (as much as it’s actually possible to do this in a single blog post) than what…( `value` varchar(18) NOT NULL DEFAULT ” ) ENGINE=MEMORY DEFAULT CHARSET=utf8 The docs tell …major MySQL version upgrade before rolling it into production! Percona has tools (pt-upgrade and Percona…