Skip navigation links
Previous 20 Newer Entries Showing entries 41 to 60 of 146 Next 20 Older Entries

Displaying: Presentations (reset)

Presentations
Add to Favourites +1 Vote Up -0Vote Down
In this talk, the developers behind MySQL Replication walk through some of the new Replication features of MySQL 5.1 and MySQL 6.0, such as: Row-based Replication (5.1) is used for MySQL Cluster replication and also provides a safer way to replicate non-deterministic statements. Row-based support for mysqlbinlog client (5.1) is used to analyze the row-based binlog entries. Row-based point-in-time recovery (5.1) is used to restore a server to a particular time point regardless of binlogging format. Heartbeating (6.0) is used to manage that the master and slave connection is always up. Semi-synchronous Replication (6.0) is used to ensure that any update of the master is on the slave before transaction is acknowleged to the user. Replication Server Filtering (6.0) ensures that the user can more easily replicate in a circle. Relay log synchronization (6.0) ensures that the slave is restartable without clearing the relay log in case of crashes.
Presentations
Add to Favourites +1 Vote Up -0Vote Down
If you need to play with a side installation of MySQL, you can use an extra host, or you can use MySQL Sandbox, and install as many as you want in just a few seconds. Come see the magic of an application that can save you time and resources. Single servers, circular, standard, and hierarchical replication, all is available at your fingertips with no effort! Furthermore, the latest version of MySQL Sandbox adds support for port checking, installing from a source directory, cloning, moving, preserving, and deleting sandboxes.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
How to write MySQL test cases
Presentations
Add to Favourites +1 Vote Up -0Vote Down
How to write MySQL test cases
Presentations
Add to Favourites +0 Vote Up -2Vote Down
How to use character sets and collations properly
Presentations
Add to Favourites +0 Vote Up -0Vote Down
An overview of ZFS, and how to use the functionality of ZFS with MySQL, including performance improvements, to get the best out of ZFS.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
MySQL coding style. Other coding styles around. How we can improve, and why we need to.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
This session will give you an overview about how to perform backups of a MySQL Server using file system snapshots. Lenz will explain the general procedure, Caveats and Gotchas with this backup technique and how to work around some of them. The talk will also introduce two very popular methods for performing the actual snapshots: Linux LVM and using ZFS snapshots. Other utilities suitable for creating snapshot are covered as well.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Developing MySQL on Solaris requires you to install a suitable compiler and other tools, but you may be surprised to know that most of the material is there already, or easy to install if it's not. But even more so, there is a huge wealth of information that you can get about your application while it's running, both with and without using more traditional debugging methods. We'll cover setting up a suitable environment, where to find the things you need, and and how to make use of the process monitoring tools and debugging environment to get the best out of development on Solaris generally, and MySQL specifically.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Using DTrace with MySQL - current state, future prospects, and lots of examples
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Allan Packer from Sun Labs outlines 2009 plans for improving MySQL performance on multi-core systems.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
This session describes investigations into performance and scalability of InnoDB when using the binlog for replication, focusing primarily on the replication master. The session will highlight tools and techniques used to reveal scalability bottlenecks within the MySQL and InnoDB code, approaches used to eliminate those bottlenecks, and current results. The discussion will focus on a current prototype patch that achieves substantial throughput increases for read/write workloads, and enables concurrent commits for InnoDB XA transactions. - Note that the video must be downloaded to be able to view it!
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Richard Smith from Sun Labs explains how to code for multi-core systems.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Tim Cook from Sun Labs explains issues and opportunities with locking in InnoDB. - Note that the video must be downloaded to be able to view it!
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Memcached, and how it fits into the typical MySQL environment. - Note that the video must be downloaded to be able to view it!
Presentations
Add to Favourites +1 Vote Up -0Vote Down
Using, installing and working with MySQL on OpenSolaris. - Note that the video must be downloaded to be able to view it!
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Are you starting a new software project? Don't reinvent the wheel. Before committing to some hand made procedure, you should really consider the combination of Bazaar and Launchpad. Handling the source code is not enough. A software project requires planning, defect handling, coordination between bugs and blueprints, a visual roadmap, and all the above in relation to your code branches. Don't forget about mailing lists, FAQ, documentation, which are integral part of a project. Whether you are participating to an existing project or starting a new one, Launchpad and Bazaar are a powerful combination for your productivity.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Roland Bouman takes the Sakila sample database and explains how to design and load a data warehouse for it, and how to use that to create those reports and charts that make managers smile. Along the way, he'll explain often uttered terms and concepts such as dimensional model, denormalization, star schema, OLAP, data staging, business intelligence, ETL and data integration. Roland's session is titled Starring Sakila - A Data Warehouse Mini-Tutorial.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
This session gives an overview about how code contributions to MySQL should be handled and performed. It covers the ideal workflow, requirements and available infrastructure and toolchain that potential contributors should be aware of.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Perl stored procedures provide greater flexibility than the standard SQL stored procedures. For many users, they can provide performance and connectivity which is not available from the built in SQL implementation, where many users have to resort to writing UDFs.
Previous 20 Newer Entries Showing entries 41 to 60 of 146 Next 20 Older Entries