Migrating To Percona XtraDB Cluster
A lot of people are interested in XtraDB Cluster as a replacement for conventional MySQL master/slave architectures to eliminate replication lag and finally achieve a highly-available masterless...
View ArticleUpgrading MySQL: Best Practices
As MySQL powers more and more business critical applications it is very important to be able to upgrade MySQL server with as low risk as possible. In this presentation we will go into details of best...
View ArticleSQL Injection Myths and Fallacies
The most massive crime of identity theft in history was perpetrated in 2007 by exploiting an SQL Injection vulnerability. This issue is one of the most common and most serious threats to web...
View ArticleMySQL Indexing: Best Practices
Proper indexing is a key ingredient of database performance and MySQL is no exception. In this session we will talk about how MySQL uses indexes for query execution, how to come up with an optimal...
View ArticleFull Text Search Throwdown
Searching text data for words and substrings is deceptively difficult to do efficiently. What are the options, and how do they compare? This talk will compare several solutions for full text search,...
View ArticlePercona XtraDB Cluster – Installation and Setup
In this webinar, we will walk through the installation and basic configuration of Percona XtraDB Cluster. We will also discuss and demonstrate basic operations such as adding and removing a cluster...
View ArticleBuilding a High Availability MySQL Cluster with Percona Replication Manager...
In this webinar, we will walk through the configuration of a MySQL highly available cluster using the Percona Replication Manager (PRM). PRM is a way to achieve high availability using regular MySQL...
View ArticleTools and Techniques for Index Design
MySQL users commonly ask: What indexes do I need? Why aren’t my indexes helping me? Don’t indexes cause overhead? This webinar will provide practical, step by step methods for finding the queries you...
View ArticleDeploy MySQL Like a DevOps SysAdmin
The webinar will show best practices to deploy and test a large number of MySQL instances in an efficient way using tools well know by the DevOps community like puppet, vagrant, and mcollective....
View ArticlePercona MySQL Webinar: The Hazards of Multi-writing in a Dual-Master Setup
Once MySQL users discover dual-master replication, they are often tempted to allow their applications to write to both at the same time. This talk will explore the dangers of doing so as well as the...
View ArticleIndustrial-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