[Groonga-mysql-commit] mroonga/mroonga at 39627b0 [master] doc: update news

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 29 09:50:31 JST 2017


Kouhei Sutou	2017-12-29 09:50:31 +0900 (Fri, 29 Dec 2017)

  New Revision: 39627b0d3e3af99ab4f939474edef461d7eb9308
  https://github.com/mroonga/mroonga/commit/39627b0d3e3af99ab4f939474edef461d7eb9308

  Message:
    doc: update news

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+12 -4)
===================================================================
--- doc/source/news.rst    2017-12-29 09:43:04 +0900 (66afb872)
+++ doc/source/news.rst    2017-12-29 09:50:31 +0900 (cfe32c5a)
@@ -30,11 +30,15 @@ Improvements
 
 * Supported condition pushdown and added related new variables.
 
-  * [:doc:`/reference/status_variables`] Added ``Mroonga_condition_push_down``.
+  * [:ref:`status-variable-mroonga-condition-push-down`] Added ``Mroonga_condition_push_down``.
 
-  * [:doc:`/reference/server_variables`] Added ``mroonga_condition_push_down_type``.
-    The default value is ``ONE_FULL_TEXT_SEARCH``. It means that condition push down is enabled only when ``WHERE`` clause has one ``MATCH AGAINST`` condition.
-    If the value ``ALL`` is set, condition push down is always used (``ALL`` is experimental for now. We glad if you use it and tell us if it got faster or not).
+  * [:ref:`server-variable-mroonga-condition-push-down-type`] Added
+    ``mroonga_condition_push_down_type``. The default value is
+    ``ONE_FULL_TEXT_SEARCH``. It means that condition push down is
+    enabled only when ``WHERE`` clause has one ``MATCH AGAINST``
+    condition.  If the value ``ALL`` is set, condition push down is
+    always used (``ALL`` is experimental for now. We glad if you use
+    it and tell us if it got faster or not).
 
 * Supported column cache when to get fixed size column value to improve performance.
 
@@ -42,6 +46,10 @@ Improvements
   ``last_insert_grn_id`` is deprecated.
   [GitHub#177] [Reported by Ian Gilfillan]
 
+* [:ref:`status-variable-mroonga-n-pooling-contexts`] Added
+  a new status variable to show the number of pooling contexts for
+  :doc:`/reference/udf/mroonga_command`.
+
 Thanks
 ^^^^^^
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20171229/2ffbb2db/attachment-0001.htm 



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