Mroonga 5.08 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 5.08 has been released!
- How to install: Install
- How to upgrade: Upgrade guide
The release don't have many changes, but we recommend upgrading to the person that matching the following condition:
- Using two or more
MATCH COLUMNS
inSELECT
query withORDER BY LIMIT
Improved UDF performance
In this release, UDF performance is improved such as mroonga_snippet.
The performance is improved because UDF initializer is not called every UDF call.
Fixed a bug that two or more MATCH COLUMNS
in SELECT
with ORDER BY LIMIT
returns wrong result
In this release, the bug that two or more MATCH COLUMNS
in SELECT
query with ORDER BY LIMIT
returns wrong search result is fixed. We recommends to upgrade if you had shot your legs by this bug.
Conclusion
See Release 5.08 - 2015-09-29 about detailed changes since 5.06.
Let's search by Mroonga!