Industrial-Strength MySQL Applications Using Percona and Continuent
MySQL is the first choice for a large majority of web applications thanks to its ease of use and low cost of operation. However, running big apps on MySQL is still a challenge even for experts. In this...
View Article10 Percona Toolkit Tools Every MySQL DBA Should Know About
Percona Toolkit is the must-have toolkit for serious MySQL administrators with well-tested tools developed by Percona to solve real-world challenges faced by our customers. This webinar will present 10...
View ArticleMySQL Webinar: Avoiding Common Traps When Designing an Application
Building a robust and high performance MySQL application requires a combination of using the right techniques and avoiding the wrong ones. In this MySQL webinar you will learn the most common traps...
View ArticleMySQL Webinar: Read/Write Splitting with MySQL and PHP
Using MySQL replication gives you an opportunity to scale out read queries. However, MySQL replication is asynchronous so the slave may fall behind. This MySQL webinar shows the correct ways to check...
View ArticleBuilding a Highly Scalable Distributed Row, Document or Column Store with...
The MySQL ecosystem contains many projects and MySQL database engines. Shard-Query (a free open source project) can be used together with these different engines to build fault tolerant distributed...
View ArticleReally Large MySQL Queries: Advanced Optimization Techniques
Imagine a query that barely fits your monitor screen such as a 7 table join. In this MySQL webinar, we will discuss filling the gap between reading explain output and optimizing really large queries....
View ArticleMySQL 5.6: Advantages in a Nutshell Webinar
The long-awaited MySQL 5.6 is now generally available. You may find yourself wondering what advantages 5.6 provides and if the benefits exceed the effort of upgrading. This rapidly paced technical...
View ArticleLearn How MySQL 5.6 Makes Query Optimization Easier
MySQL 5.6 offers many long-awaited features. Among the biggest advances in functionality are the enhancements in query planning and optimization. How do we take advantage of this new functionality? In...
View ArticleWebinar: 5 Percona Toolkit Tools That Could Save Your Day
Percona Toolkit is a must-have set of tools that can help serious MySQL administrators perform tasks that are common but difficult to do manually. Years of deployments by tens of thousands of users...
View ArticleWebinar: Best Practices for MySQL Scalability
MySQL scalability depends on getting many things right including the architecture, hardware, operating system, MySQL version, MySQL configuration, schema design and indexing, and query design. To avoid...
View Article