Why does Quora use MySQL as the data store instead of NoSQLs such as Cassandra, MongoDB, CouchDB etc? I am pretty sure the founders have more experience in scalable database architectures than I do. Coming from Facebook, they also know that ... 続きを読む
Oracle released a technology preview this week a new version of MySQL that adds support for a Memcached plugin daemon for accessing InnoDB, MySQL's default storage engine. It's available from MySQL Labs. The plugin daemon is only available fo... 続きを読む
Ever-increasing amount of diverse text content stored in MySQL databases makes full text search through that content important to the point of being crucial. Sphinx improves MySQL full-text capabilities in several different areas: speed, rele... 続きを読む
MySQL and Sphinx at Craigslist Jeremy Zawodny jzawodn@craigslist.org http://craigslist.org/ Percona Performance Conference 2009 Jeremy@Zawodny.com http://jeremy.zawodny.com/blog/ (abridged talk) Who Am I? ● Creator and co-author of High Per... 続きを読む
Home of the Sphinx: efficient full-text SQL search engineNews Jul 15, 2008 - 0.9.8-release is out I have been frequently put to shame for Sphinx release schedule and version numbering. Indeed, taking into the account the typical amount of fea... 続きを読む
MySQL のチューニング、と言った場合には、サーバーパラメータの調整や EXPLAIN コマンドを利用したクエリ実行計画の最適化が話題に上ることが多いです。しかし、発行する全ての SQL について、いちいち EXPLAIN コマンドを使って確認していては、いくら時間が... 続きを読む
49709 Uploads, 16565 Distributions 63483 Modules, 7043 Uploaders 続きを読む
Have you ever seen the replication stopped with message like this: Last_Error: Could not parse relay log event entry. The possible reasons are: the master's binary log is corrupted (you can check this by running 'mysqlbinlog' on the binary lo... 続きを読む
« YAPC::Asia 2008 で Pathtraq について話してきました | メイン | MySQL のクエリ最適化における、もうひとつの検証方法 » 2008年05月27日 メッセージキュー事始め with Q4M 今日、奥が開発し Pathtraq でも使っているメッセージキュー Q4M について説明する... 続きを読む
12:51 | 今年もMySQL Conference 2008に行ってきました。社内向けの報告資料と雑多なメモですが、よろしければ参考にしてください。*1 概要MySQLがSunに買収されて始めてのConference 8セッション並列で、OSCONの規模にだいぶ近いMySQLが扱うトラフィック量・デ... 続きを読む
Thanks for all the comments on this. We are listening attentively. Let me clarify some facts: * The business decision on this was made by MySQL AB (by me as the then CEO) prior to the acquisition by Sun, so this has nothing to do with Sun. On... 続きを読む
MySQLfs を使うと、リレーショナル・データベースMySQLの中にファイルシステムを入れることができる。このファイルシステム中のファイルに含まれるバイト列はデータベースの各行に分割して格納されるため、大きなファイルがある場合もデータベースが巨大なBLOB... 続きを読む
Q4M (Queue for MySQL) is a message queue licensed under GPL that works as a pluggable storage engine of MySQL 5.1, designed to be robust, fast, flexible. It is already in production quality, and is used by several web services (see Users of Q... 続きを読む
Brian "Krow" Aker's Idle Thoughts - Tokyo Cabinet == Tokyo Engine! Mikio Hirabayash released his TokyoCabinet DB. So I took a minute this morning to play around with it! mysql> INSTALL PLUGIN tokyo SONAME 'libtokyo_engine.so'; Query OK, 0 row... 続きを読む
突然何の脈絡もないですが、func package controllerなるものを作成しました。 ダウンロードはこちらから:fpc-1.0.zip これはfunc (Fedora Unified Network Controller)というサーバ管理フレームワークを使っているシンプルなPythonスクリプトで、以下のような... 続きを読む
[edit] MySQL Client/Server Protocol [edit] Organization The topic is: the contents of logical packets in MySQL version 5.0 client/server communication. The description is of logical packets. There will be only passing mention of non-logical c... 続きを読む
http://www.mysql-ucj2007.jp/details/j25.html木下 靖文 氏 NTTコムウェア株式会社 プロジェクト管理統括部技術SE部門 DB技術グループ(「InnoDB」は「いんのでーびー」と言うらしい...今まで「いのでーびー」と言ってました)InnoDBをなぜ使うかトランザクシ... 続きを読む
« サーバシグニチャは隠さないのが当たり前 | メイン | swifty-0.02 と Perl バインディング » 2007年09月10日 Perl から MySQL に非同期アクセスする方法 mod_perl のプロセス内でやるのに POE でイベントループ回せ、ということ? もうちょいkwsk! > b:id... 続きを読む