Skip to content
Snippets Groups Projects
Commit 768fcc82 authored by Alexander Tolstoy's avatar Alexander Tolstoy Committed by Егор Ивков
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4923fe17
No related branches found
No related tags found
1 merge request!559add tier to sql examples, update CREATE TABLE diagram
...@@ -20,7 +20,8 @@ CREATE TABLE warehouse ( ...@@ -20,7 +20,8 @@ CREATE TABLE warehouse (
id INTEGER NOT NULL, id INTEGER NOT NULL,
item TEXT NOT NULL, item TEXT NOT NULL,
PRIMARY KEY (id)) PRIMARY KEY (id))
USING memtx DISTRIBUTED BY (id) IN TIER default USING memtx DISTRIBUTED BY (id)
IN TIER default
OPTION (TIMEOUT = 3.0); OPTION (TIMEOUT = 3.0);
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment