2013年10月7日

[MySQL][Spider][VP]Spider-3.1 VP-1.0 released

I'm pleased to announce the release of Spider storage engine version 3.1(beta) and Vertical Partitioning storage engine version 1.0(beta).
Spider is a Storage Engine for database sharding.
http://spiderformysql.com/
Vertical Partitioning is a Storage Engine for vertical partitioning for a table.
http://launchpad.net/vpformysql

Please use the following for downloading binary file.
http://spiderformysql.com/download_spider.html

The main changes in this version are following.
Spider
- Add server parameter "spider_general_log" and "spider_log_result_errors".
- Add table parameter "force_bulk_update" and "force_bulk_delete".
- Add "spider_bka_mode=2" and "bka_mode=2".
- Add "mysql.spider_xa_failed_log" table.
- Performance improvement for "COUNT", "MAX", "MIN" and "SUM" without join and distinct.
- Performance improvement for fulltext search.
- Add case of parallel searching.
Note: "semi_split_read=2" is default value from this version. If you want to use previous version's setting, please set "semi_split_read=0".

Vertical Partitioning
  This release is bug fix release.

MySQL
Becomes version 5.5.34.
- Add "log_result_errors".

Please see "99_change_logs.txt" in the download documents for checking other changes.

Thanks to memorycraft, Adrian, Stephane, Sergey, Elena, Enid, Koichi, Yutaro, Honda-san, Kanzaki-san for bug reporting.

Enjoy!

[MySQL][Spider][VP]Spider-3.1 VP-1.0リリース

Spiderストレージエンジンのバージョン 3.1(beta)とVartical Partitioningのバージョン 1.0(beta)をリリースしました。
Spiderストレージエンジンは、database sharding用のストレージエンジンです。
http://spiderformysql.com/
Vertical Partitioningストレージエンジンは、テーブルのVertical Partitioning用のストレージエンジンです。
http://launchpad.net/vpformysql

バイナリのダウンロードにはこちらをご利用ください。
http://spiderformysql.com/download_spider.html

今回の主な変更は以下です。
Spider
・サーバパラメータに「spider_general_log」「spider_log_result_errors」を追加しました。
・テーブルパラメータに「force_bulk_update」「force_bulk_delete」を追加しました。
・「spider_bka_mode=2」「bka_mode=2」が追加されました。
・「mysql.spider_xa_failed_log」テーブルが追加されました。
・join、distinctなしCOUNT、MAX、MIN、SUMの性能が改善されました。
・全文検索を行った際の性能が改善されました。
・パラレル検索を実施するケースを追加しました。
注意点
・このバージョンから「semi_split_read=2」がデフォルトになっています。これまでのバージョンと同じ設定で利用する場合は「semi_split_read=0」を設定してください。

Vertical Partitioning
今回はバグフィックスリリースです。

MySQL
今回から5.5.34になっています。
・「log_result_errors」が追加になりました。

それ以外の変更については、ダウンロードドキュメント中の「99_change_logs.txt」をご確認下さい。

memorycraftさん、Adrianさん、Stephaneさん、Sergeyさん、Elenaさん、Enidさん、宍倉さん、島村さん、本多さん、神崎さん、バグレポートありがとうございます。