Navigation Menu

Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 1, 2014
1 parent ede1026 commit e6ebfc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tutorial/basic/index.md
Expand Up @@ -212,11 +212,10 @@ This `catalog.json` defines a dataset `Starbucks` as:

* At the top level, there is one volume based on two sub volumes, called "replicas".
* At the next lower level, one replica volume is based on three sub volumes, called "slices".
They are atomic elements of the dataset.
They are minimum elements constructing a Droonga's dataset.

These six atomic volumes having `"address"` information are internally called as *single volume*s.
They are minimum elements constructing a Droonga's dataset.
It indicates the location of the corresponding physical storage which is a database for Groonga, they are managed by `fluent-plugin-droonga` instances automatically.
The `"address"` indicates the location of the corresponding physical storage which is a database for Groonga, they are managed by `fluent-plugin-droonga` instances automatically.

For more details of the configuration file `catalog.json`, see [the reference manual of catalog.json](/reference/catalog).

Expand Down

0 comments on commit e6ebfc0

Please sign in to comment.