[Groonga-mysql-commit] mroonga/mroonga.github.com at c6ce5e6 [master] blog en: add Mroonga 5.08 announce

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Sep 30 17:48:03 JST 2015


HAYASHI Kentaro	2015-09-30 17:48:03 +0900 (Wed, 30 Sep 2015)

  New Revision: c6ce5e6074016c9eae1c1f4b978293c45819716b
  https://github.com/mroonga/mroonga.github.com/commit/c6ce5e6074016c9eae1c1f4b978293c45819716b

  Message:
    blog en: add Mroonga 5.08 announce

  Added files:
    en/_posts/2015-09-29-release.md

  Added: en/_posts/2015-09-29-release.md (+35 -0) 100644
===================================================================
--- /dev/null
+++ en/_posts/2015-09-29-release.md    2015-09-30 17:48:03 +0900 (90f4534)
@@ -0,0 +1,35 @@
+---
+layout: post.en
+title: Mroonga 5.08 has been released!
+description: Mroonga 5.08 has been released!
+---
+
+## 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](/docs/news.html#release-5-08) has been released!
+
+* How to install: [Install](/docs/install.html)
+* How to upgrade: [Upgrade guide](/docs/upgrade.html)
+
+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` in `SELECT` query with `ORDER BY LIMIT`
+
+### Improved UDF performance
+
+In this release, UDF performance is improved such as [mroonga_snippet](/docs/reference/udf/mroonga_snippet.html).
+
+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](/docs/news.html#release-5-08) about detailed changes since 5.06.
+
+Let's search by Mroonga!
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index