Skip navigation links
Previous 20 Newer Entries Showing entries 421 to 440 of 462 Next 20 Older Entries
Presentations
Add to Favourites +0 Vote Up -0Vote Down
What is libdrizzle? A complete client library rewrite for the Drizzle project. Why is this interesting for MySQL users? It supports the MySQL protocol and provides a non-blocking I/O interface. This session will demonstrate the power of connection pooling and how to run parallel queries to decrease overall processing time. PHP examples will be used, but other languages will be very similar.
Presentations
Add to Favourites +2 Vote Up -0Vote Down
Maatkit is a set of tools that helps MySQL users and administrators fill otherwise unmet needs. The toolkit is absolutely packed with functionality. This session will teach you how to get your daily work done faster, safer and smarter.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Come learn the fundamentals of how to leverage Gearman, the open-source, distributed job queuing system. Gearman can help in building scalable MySQL-backed applications or use through a user-defined function. Gearman’s generic design allows it to be used as a building block for a wide variety of applications, from farming out image processing to building your own Map/Reduce implementation.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Everybody knows that indexes can boost SELECT performance, but how do you verify that you are using index correctly? In this session, I'll explain detailed mechanism of traditional MySQL B+Tree indexes, optimizer plans, and how to boost performance. Not only speeding up SELECT, but also speeding INSERT are covered.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
The memcached Functions for MySQL are User Defined Functions (UDFs) that give you the power to interact with both MySQL and memcached in one place, giving you the ability to have read-through or write-through caching using a number of tricks, all without having to have caching logic in the application. Learn from Patrick Galbraith how to take advantage of these great new UDFs!
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Habbo, the world's leading virtual world for teens, has been running on MySQL ever since year 2000 and serves millions of users each month. It's global operation and continued product development depend on timely analysis of masses of data, a challenge we solved using Infobright's Brighthouse DWH engine. I'll tell you why and how we did that.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Craigslist serves millions of classifieds to millions of users around the world on a daily basis and MySQL is our database of record for all this data. But how do you efficiently design a search system to handle this volume?
Presentations
Add to Favourites +0 Vote Up -0Vote Down
In blazing speed we will cover the most important features on MYSQL Cluster 7.0: online add node, multi-threading of the data node and a bunch of other features that pushes the limits of MySQL Cluster even further. A demo will be made showing how to add a node.
Presentations
Add to Favourites +1 Vote Up -0Vote Down
MySQL deeply embedded version, libmysqld, is coming back in MySQL Version 5.1. This talk gives an overview of libmysqld, the advantages and the limitations, as well as example applications and sample code. The talk is centered around C applications, so knowledge of C is assumed to appreciate this talk fully.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Learn why MySQL was chosen as core database in mission critical system for fund managers of financial firms. In this mission critical financial system, in which database manages more than 1TB and handles over 200 concurrent transactions per second, all operations of front office team are managed including positions, executions and capital management.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
MySQL is a great DBMS with a vast feature set. It is lightweight and easy to use "out of the box". What it lacks is a good High-Availability (HA) solution though. There are different approaches to create a HA environment - Depending on software setup and application preferences. This talk will cover everything from pros and cons of different solutions to real world experiences.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
An updated overview of MySQL High Availability deployment options with DRBD. Covers DRBD for low-latency workloads (leveraging Dolphin Express interconnect technology), four-way replicated storage redundancy, end-to-end replication integrity checking, and more.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
In the daily work of MySQL Support Engineers, alongside genuine problems, there are some that are plain mistakes. These mistakes can become forum questions, or bug reports, or finally Support issues. Even the most advanced users make terrible mistakes that become interesting support case stories. This presentation is a collection of those.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Amazon EC2 is a new platform on which to run MySQL. This session evaluates the performance possible on the variety of hardware configurations available with EC2.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
Binlogs are essential for the MySQL Replication. MySQL Proxy can unleash the full power of binlogs: filtering, rewriting, splitting and merging.
Presentations
Add to Favourites +0 Vote Up -0Vote Down
There should be nothing more important to a database administrator than backups, restoration and disaster recovery planning. Unfortunately it is an often neglected area of database administration. This session will cover the importance of these vital areas and practical information about the ways to perform backups and recovery with currently available technology.
Articles
Add to Favourites +0 Vote Up -0Vote Down
Learn how to load a dimension table that contains some attributes that need to be updated (type 1 slowly changing dimension) and some attributes that need to be versioned (type 2 slowly changing dimension) using pure SQL
Articles
Add to Favourites +0 Vote Up -0Vote Down
In this article, you'll learn how to write an information schema plug-in that can access some of the internals of the MySQL server. For this particular purpose, we will focus on a plug-in that reports all the SAVEPOINTs available in the current session. This MYSQL_SAVEPOINTS plug-in may be of some value when debugging scripts and stored routines that rely on complex scenarios using transactions and savepoints.
Articles
Add to Favourites +1 Vote Up -0Vote Down
MySQL 5.1 offers an extremely useful feature called information schema plug-ins. This feature allows dynamic runtime loading of a shared library into the MySQL server to implement a table in the information_schema database. The SQL standard (ISO/IEC 9075-11:2003) allows database implementations to extend the information_schema. MySQL 5.1 transfers the possibility to do this directly to privileged database users so they can extend the information_schema themselves, in any way they see fit. In this article, we will demonstrate how to create a minimal "Hello, World!" MySQL information schema plugin. In a forthcoming article, we'll demonstrate how information schema plugins may be used to report some of the server's internals such as the contents of the query cache, session level objects such as the currently defined TEMPORARY tables, user-defined variables and SAVEPOINTs.
Articles
Add to Favourites +2 Vote Up -0Vote Down
With the User Defined Function (UDF) Interface you can plug your C/C++ functions into the MySQL database server, and call them from your SQL statements just like any other SQL function. You can even use them to create aggregate functions. In this article, you'll learn how to create and run MySQL UDFs on Windows using the Express Edition of the popular Microsoft Visual C++ IDE.
Previous 20 Newer Entries Showing entries 421 to 440 of 462 Next 20 Older Entries