1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

GitBook: [master] 21 pages modified

This commit is contained in:
Ginger Collison
2020-06-09 14:20:36 +00:00
committed by gitbook-bot
parent 87c12ebd3f
commit dde41d778b
21 changed files with 80 additions and 84 deletions

View File

@@ -7,5 +7,7 @@ The NATS Streaming Server stores server meta information and messages to the sto
However, in clustered mode, we use RAFT for leader election. The raft layer uses its own stores which are currently necessarily file based. The location of the RAFT stores defaults to the current directory under a sub-directory named after the cluster ID, or you can configure it using `--cluster_log_path`.
**Important if using a SQL Store:**
- There is still a need for storing RAFT data on the file system.
- Each node in the cluster needs to have its own "database", that is, no two nodes should share the same tables.
* There is still a need for storing RAFT data on the file system.
* Each node in the cluster needs to have its own "database", that is, no two nodes should share the same tables.