[hackers-jp: 213] FeedLounge now running on PostgreSQL

Junji TERAMOTO teramoto.junji @ lab.ntt.co.jp
2005年 12月 8日 (木) 16:13:44 JST


寺本@横須賀 です。

最近メールがないので...
雑談ですが、ちょっと面白いのでご紹介です。(via Planet Postgresql)

FeedLoungeという、RSSフィードのオンラインリーダーを提供している(らし
い)サービスがあるのですが、そこがDBをMySQLからPostgreSQLに乗り換えた、
という話です。

http://feedlounge.com/blog/2005/11/20/switched-to-postgresql/

何が理由で乗り換えたのかに興味があったので読んでみたんですが、

----
Some of the reasons we decided to make the switch to PostgreSQL:
 * Database size - when we switched from MyISAM tables to InnoDB tables
   in MySQL, the size of our database grew from ~1GB to 10+GB! When we
   made the switch this weekend, the MySQL InnoDB database was using
   34 GB, and the same data in a PostgreSQL database is only 9.6 GB
   - this should keep our hardware costs down a bit.
 * Load time - The current MySQL setup takes over a day to restore the
   current database, the load of the data into the PostgreSQL database
   took just over 4 hours.
----

という今まで聞いたことも無い理由で乗り換えたとのことでした。
# PGよりも3倍も容量が多くなっちゃったなんて!

その後にPG派とMy派でいろいろコメントがついてます。
どうもでっかいPrimary Keyがついてるらしく、それがまずいんじゃないのか?
的話になっていうように読めました。(斜め読みです)

-- 
Junji Teramoto / teramoto.junji (a) lab.ntt.co.jp
Master Yoda : Don't think...feel...be as one with the Source.
              Help you, it will.



hackers-jp メーリングリストの案内