[Groonga-commit] droonga/droonga.org at b2f12c7 [gh-pages] tutorial: increase the number of works and partitions

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 9 14:23:38 JST 2014


Kouhei Sutou	2014-02-09 14:23:38 +0900 (Sun, 09 Feb 2014)

  New Revision: b2f12c77328807d1499e88c3f0564e398041ab07
  https://github.com/droonga/droonga.org/commit/b2f12c77328807d1499e88c3f0564e398041ab07

  Message:
    tutorial: increase the number of works and partitions

  Modified files:
    tutorial/basic/index.md

  Modified: tutorial/basic/index.md (+15 -6)
===================================================================
--- tutorial/basic/index.md    2014-02-08 17:23:16 +0900 (dc4385b)
+++ tutorial/basic/index.md    2014-02-09 14:23:38 +0900 (bc59578)
@@ -121,14 +121,14 @@ catalog.json:
       },
       "datasets": {
         "Starbucks": {
-          "workers": 0,
+          "workers": 4,
           "plugins": ["groonga", "crud", "search"],
           "number_of_replicas": 2,
-          "number_of_partitions": 2,
+          "number_of_partitions": 3,
           "partition_key": "_key",
           "date_range": "infinity",
           "ring": {
-            "localhost:23041": {
+            "localhost:24224:0": {
               "weight": 50,
               "partitions": {
                 "2013-09-01": [
@@ -137,12 +137,21 @@ catalog.json:
                 ]
               }
             },
-            "localhost:23042": {
+            "localhost:24224:1": {
               "weight": 50,
               "partitions": {
                 "2013-09-01": [
-                  "localhost:24224/starbucks.002",
-                  "localhost:24224/starbucks.003"
+                  "localhost:24224/starbucks.010",
+                  "localhost:24224/starbucks.011"
+                ]
+              }
+            },
+            "localhost:24224:2": {
+              "weight": 50,
+              "partitions": {
+                "2013-09-01": [
+                  "localhost:24224/starbucks.020",
+                  "localhost:24224/starbucks.021"
                 ]
               }
             }
-------------- next part --------------
HTML����������������������������...
Download 



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