[Groonga-commit] groonga/groonga.org at b6fa30f [gh-pages] blog en: add 7.0.4 entry

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed Jun 28 18:31:49 JST 2017


Kentaro Hayashi	2017-06-28 18:31:49 +0900 (Wed, 28 Jun 2017)

  New Revision: b6fa30fcf710976206f5753ba09f0dffdc37cf56
  https://github.com/groonga/groonga.org/commit/b6fa30fcf710976206f5753ba09f0dffdc37cf56

  Message:
    blog en: add 7.0.4 entry

  Added files:
    en/_posts/2017-06-29-groonga-7.0.4.md

  Added: en/_posts/2017-06-29-groonga-7.0.4.md (+54 -0) 100644
===================================================================
--- /dev/null
+++ en/_posts/2017-06-29-groonga-7.0.4.md    2017-06-28 18:31:49 +0900 (7d6f038)
@@ -0,0 +1,54 @@
+---
+layout: post.en
+title: Groonga 7.0.4 has been released
+description: Groonga 7.0.4 has been released!
+published: false
+---
+
+## Groonga 7.0.4 has been released
+
+[Groonga 7.0.4](/docs/news.html#release-7-0-4) has been released!
+
+How to install: [Install](/docs/install.html)
+
+### Changes
+
+Here are important changes in this release:
+
+  * Supported Debian 9 (stretch)
+  * Added [grndb](/docs/reference/executables/grndb.html) log options
+  * Improved query performance
+
+#### Supported Debian 9 (stretch)
+
+In this release, Debian 9 (stretch) has been supported!
+
+Now install documentation is out for [Debian 9 (stretch)](/docs/install/debian.html#stretch) users.
+
+#### Added [grndb](/docs/reference/executables/grndb.html) log options
+
+In this release, log options are supported for [grndb](/docs/reference/executables/grndb.html).
+
+`grndb` is a tool for maintenance Groonga database. It provides [grndb check](/docs/reference/executables/grndb.html#check) and [grndb recover](/docs/reference/executables/grndb.html#recover). But in the previous versions, `grndb` doesn't support logging options.
+
+Use supported `--log-level` and `--log-path` option to save `grndb` logs.
+
+#### Improved query performance
+
+In this release, some query performance is improved.
+Here are some improved patterns.
+
+* `FIXED_SIZED_COLUMN OPERATOR CONSTANT` 
+
+  * Improved performance by reducing redundant process when accessing column data. Supported operators are `==`, `!=`, `<`, `>`, `<=` and `>=`.
+
+* `in_records()`
+
+  * Improved performance by reducing too many object creation. To avoid such a situation, implementation is switched from mruby to C.
+
+
+### Conclusion
+
+See [Release 7.0.4 2017-06-29](/docs/news.html#release-7-0-4) about detailed changes since 7.0.3.
+
+Let's search by Groonga!
-------------- next part --------------
HTML����������������������������...
Download 



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