MySQL and SSD: Usage and Tuning

mysql_and_ssd

In this webinar we will discuss Solid State Drives internals and how they affect database performance. IO level benchmarks for SATA (Intel 320 SSD) and PCI-e (FusionIO and Virident) cards will be presented to show absolute performance and give an indication of performance per dollar. We will also discuss how you can use MySQL and [...]

PLMCE 2012: Measuring Scalability and Performance With TCP

measuring-scalability-and-performance-tcp

What if you had all the data you needed to measure system performance and scalability at any tier, discover performance and stability problems before they happen, and plan for capacity and performance by modeling the system’s behavior at greater load than you currently have? Now it is as easy as running tcpdump and processing the [...]

Zero-Downtime Schema Changes in MySQL

WEBINAR-zero-downtime-schema-changes

Do schema changes (“migrations”) require a lot of advance scheduling and impact your development and business progress? Is an ALTER TABLE on the critical path in your project planning chart? This common problem comes from the fact that most ALTER operations in MySQL cause the table to be locked and rebuilt, which can be a [...]