Skip to content

Commit

Permalink
Update 4.show-create-space.md (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored May 5, 2022
1 parent e7b11de commit 16038bd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ SHOW CREATE SPACE <space_name>;

```ngql
nebula> SHOW CREATE SPACE basketballplayer;
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Space | Create Space |
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| "basketballplayer" | "CREATE SPACE `basketballplayer` (partition_num = 10, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING(32)) ON default" |
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Space | Create Space |
+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| "basketballplayer" | "CREATE SPACE `basketballplayer` (partition_num = 10, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING(32), atomic_edge = false) ON default_zone_192.168.8.132_9779" |
+--------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
```

0 comments on commit 16038bd

Please sign in to comment.