[Groonga-commit] groonga/groonga at 2239474 [master] tool many-segment: use not TABLE_PAT_KEY

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Apr 5 11:33:22 JST 2019


Kouhei Sutou	2019-04-05 11:33:22 +0900 (Fri, 05 Apr 2019)

  Revision: 22394748c0b77d1374a338a768ab121669e6a79a
  https://github.com/groonga/groonga/commit/22394748c0b77d1374a338a768ab121669e6a79a

  Message:
    tool many-segment: use not TABLE_PAT_KEY
    
    TABLE_PAT_KEY is optimized for reusing buffers.

  Modified files:
    tools/generate-many-segment-data.rb

  Modified: tools/generate-many-segment-data.rb (+1 -1)
===================================================================
--- tools/generate-many-segment-data.rb    2019-04-05 10:43:33 +0900 (39cc4d499)
+++ tools/generate-many-segment-data.rb    2019-04-05 11:33:22 +0900 (e0bec6308)
@@ -57,7 +57,7 @@ if columns.size > 1
   index_column_flags += "|WITH_SECTION"
 end
 puts(<<-COMMANDS)
-table_create Terms TABLE_PAT_KEY ShortText \
+table_create Terms TABLE_HASH_KEY ShortText \
   --normalizer NormalizerNFKC100 \
   --default_tokenizer TokenRegexp
 column_create Terms index #{index_column_flags} Data #{columns.join(",")}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190405/c6131c86/attachment-0001.html>


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