(Alejandro Gervasio) Implementing full text searches with MySQL can improve the execution of queries against specific database tables. If you want to put this useful feature to work for you, start reading this article now! Welcome to the final tutorial of the series that began with “Performing Full
Tag: Open Source
BLOB locators + BLOB streaming + Replication = Yeah!
(Mats Kindahl) On the MySQL Conference & Expo 2007, I had the chance of meeting up with Paul (the author of PBXT) and Mikael. We briefly touched the topic of the BLOB Streaming Protocol that Paul is working on, which I find really neat. On the way back home, I traveled with Anders Karlsson (one of M
Using CHAR keys for joins, how much is the overhead?
(Peter Zaitsev) I prefer to use Integers for joins whenever possible and today I worked with client which used character keys, in my opinion without a big need. I told them this is suboptimal but was challenged with rightful question about the difference. I did not know so I decided to benchmark.
Database Programming in C# with MySQL : Using OleDB
(A.P.Rajshekhar) Persisting the data processed by an application has become the norm. The data can be stored either in a file system using normal files or in databases. The functionalities provided by database packages make them a more attractive proposition. With the advent of open source database
Not all MySQL errors are visible to replication
(Partha Dutta) This probably warrants a bug report to MySQL, but I want to let other people know about this first. There are situations where MySQL receives incomplete statements from replication relay logs, but does not trigger a replication error. Case in point is exceeding max_allowed_packet.
My Top 5 Wishlist for MySQL
(Jay Pipes) I’ve actually been meaning to finish this blog entry for quite some time, and now finally had the chance. Recently, Brian Duff wrote an article entitled “If I Had 5 Oracle Wishes, They Would Be…”. I thought the topic would be a good blog meme to start within the MySQL blogger community
Reload data quickly into MySQL InnoDB tables
(Partha Dutta) As DBAs that manage large quantities of database servers, we are always looking for the fastest or most efficient way to load data into the database. Some DBAs have quarterly maintenance periods where they reload data into a database to refresh the indexes.
Automatic recover of MEMORY table after a slave failure
(Il Corra) Using MEMORY tables in MySQL is very useful; they are stored in memory and they are usually not so big in order to avoid a huge utilization of RAM. They are very fast.
Tuning LAMP systems, Part 3: Tuning your MySQL server
(Sean A. Walberg) Applications using the LAMP (Linux, Apache, MySQL, PHP/Perl) architecture are constantly being developed and deployed. But often the server administrator has little control over the application itself because it’s written by someone else. This series of three articles discusses man
Archive strategies for OLTP servers, Part 3
(Xaprb) In the first two articles in this series, I discussed archiving basics, relationships and dependencies, and specific archiving techniques for online transaction processing (OLTP) database servers. This article covers how to move the data from the OLTP source to the archive destination, what
