Mroonga 6.05 has been released!
Mroonga is a MySQL storage engine that supports fast fulltext search and geolocation search. It is CJK ready. It uses Groonga as a storage and fulltext search engine.
Mroonga 6.05 has been released!
- How to install: Install
- How to upgrade: Upgrade guide
Changes
There are two topics in this release.
- Supported multibyte column name in inplace ALTER TABLE for storage mode
- Supported ORDER BY LIMIT optimization for multibyte column for storage mode
Improved multibyte column name related stuffs in storage mode
In this release, multibyte column name related stuffs are improved.
First, INPLACE ATER TABLE
are supported for multibyte column in storage mode.
Note that MySQL 5.6 or later can use INPLACE ALTER TABLE
for adding columns and indexes.
Second, ORDER BY LIMIT
optimization for multibyte column in storage mode is also supported.
Since Mroonga 6.02, multibyte column name was supported, above improvements are requested from Mroonga user. Thanks!
Conclusion
Please refer to Release 6.05 - 2016-06-29 about detailed changes since 6.03.
Let's go all out to search by Mroonga!