This shows you the differences between two versions of the page.
— |
mysql_s3_storage_plug-in_for_hugely_scalable_message_store [2008/02/01 07:05] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Mysql S3 Storage Plug-in ====== | ||
+ | |||
+ | Mysql S3 Storage Plug-in for hugely scalable message store. | ||
+ | |||
+ | Mark Atward has written a MySQL S3 Storage plug-in. It hooks MySQL to the Amazon s3 storage backend. I was thinking it could maybe be used as a addon to dbmails mysql back-end to make for a hugely scalable storage solution. | ||
+ | |||
+ | Mark suggests a balance between local storage for meta-data speed and BLOBs on S3 for scalable fault tolerant storage. | ||
+ | |||
+ | Thoughts? | ||
+ | |||
+ | http://fallenpegasus.com/code/mysql-awss3/ |