Archive : Databases

RSS feed
Summary of changes in MySQL 5.6

Summary of changes in MySQL 5.6

Well, this is just a forwarded version from Xaprb.com, the highlighted points are a good summary. I don’t fully understands all the germs till now. The manual page is  worth a careful read if you want to know more details.
MySQL: How Triggers act in Replication

MySQL: How Triggers act in Replication

Supposed you have a table that being updated by MySQL triggers and the DB is a master of replication, how do the triggers act in the environment? Here we might have a list of questions: Q1, Will the definition sql of the triggers be replicated? Q2, Will the data manipulation sqls triggered by triggers [...]
MySQL 5.5.15 GA Released

MySQL 5.5.15 GA Released

MySQL 5.5.15 GA has been released in 28 July 2011. Functionality Added or Changed The undocumented –all option for perror is deprecated and will be removed in MySQL 5.6. Bugs Fixed InnoDB Storage Engine: A failed CREATE INDEX operation for an InnoDB table could result in some memory being [...]
MongoDB init script on Ubuntu

MongoDB init script on Ubuntu

By default, MongoDB does not supply any auto start/stop scripts for instance management. Here we’ll share a smart script to do so. It’s tested OK on ubuntu servers, and should work on Debian too. All you need to do are two steps: 1, Create a configuration file for MongDB, which is located [...]
Flashcache: caching data in SSD disks

Flashcache: caching data in SSD disks

Facebook released a kernel module called Flashcache this wednesday, which is used to speed up MySQL by caching data in faster media like SSD disks.  It’s only tested for kernel versions 2.6.18 and 2.6.20.
Purge MySQL Binary Logs periodically

Purge MySQL Binary Logs periodically

If you have binary logging enabled on your MySQL server (i.e. the log-bin parameter is set in the config file), then you may notice a bulk of large files in the MySQL data directory over time. Generally you only need to enable this binary logging if your server is acting as a relication master or if [...]
Ways to reset MySQL user password

Ways to reset MySQL user password

How can I change user password under MySQL server when I lost my password? Here’s I’ll show two examples. The first example is about how to change password for normal user using Linux command line option, and the second example is on how to reset MySQL DBA password (By default, this user [...]
Cassandra: Structured Key-Value based storage system

Cassandra: Structured Key-Value based storage system

Cassandra is an open source distributed database management system. It was initially developed by Facebook for storing very large amounts of data. Jeff Hammerbacher, who led the Facebook Data team at the time, has described Cassandra as a BigTable data model running on a Amazon Dynamo-like infrastructure.
Tips for Rebuilding MySQL Replication

Tips for Rebuilding MySQL Replication

Let’s keep this post smart. It’s intended to help you rebuild a crashed MySQL replication. We assume that bin-log has been enabled at the master side. Basically what you need to do is to retrival a snapshot of your master database. It covers three types of information, a snapshot of your [...]
13th Workshop on High Performance Transaction Systems

13th Workshop on High Performance Transaction Systems

The 13th international workshop on HPTS held at October 25-28, 2009, Pacific Grove, CA. It’s all about real systems problems for real systems builders! The papers are listed at its official website. These papers are really really very informative, it’s suggested to have a read! Every two [...]
© 2006-2012 Admon Home. All rights reserved.
Powered by Linode Japan