[Groonga-commit] groonga/groonga at f501ef2 [master] deb: add threshold ratio environment variable

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Nov 27 16:44:29 JST 2014


HAYASHI Kentaro	2014-11-27 16:44:29 +0900 (Thu, 27 Nov 2014)

  New Revision: f501ef2035eee97cf2fb935702f28cbeaceb7a17
  https://github.com/groonga/groonga/commit/f501ef2035eee97cf2fb935702f28cbeaceb7a17

  Message:
    deb: add threshold ratio environment variable

  Modified files:
    packages/debian/groonga-httpd.default
    packages/debian/groonga-server-gqtp.default

  Modified: packages/debian/groonga-httpd.default (+4 -0)
===================================================================
--- packages/debian/groonga-httpd.default    2014-11-27 16:32:07 +0900 (2d23f1e)
+++ packages/debian/groonga-httpd.default    2014-11-27 16:44:29 +0900 (7b7b679)
@@ -3,3 +3,7 @@
 TIMEOUT=3
 # Comment out this to disable groonga-httpd daemon.
 ENABLE=yes
+# Set the threshold value to force sequential search for in_values()
+GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
+# Set the threshold value to force sequential search for between()
+GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01

  Modified: packages/debian/groonga-server-gqtp.default (+4 -0)
===================================================================
--- packages/debian/groonga-server-gqtp.default    2014-11-27 16:32:07 +0900 (89ee510)
+++ packages/debian/groonga-server-gqtp.default    2014-11-27 16:44:29 +0900 (654bddf)
@@ -13,3 +13,7 @@
 ENABLE=yes
 # Set "no" to disable to skip updating column for same value.
 GRN_JA_SKIP_SAME_VALUE_PUT=yes
+# Set the threshold value to force sequential search for in_values()
+GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO=0.01
+# Set the threshold value to force sequential search for between()
+GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO=0.01
-------------- next part --------------
HTML����������������������������...
Download 



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