Skip to content

Commit

Permalink
Update ex-ug-import-from-sst.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Oct 14, 2021
1 parent 14d2030 commit 8b79bc1
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

本文以一个示例说明如何将数据源的数据生成SST(Sorted String Table)文件并保存在HDFS上,然后导入Nebula Graph,示例数据源是CSV文件。

> **说明**:仅Linux系统支持导入SST文件。
## 注意事项

- 仅Linux系统支持导入SST文件。

- 不支持属性的Default值。因为是直接替换文件,在Schema中设置Default值无法生效。

## 背景信息

Expand Down

0 comments on commit 8b79bc1

Please sign in to comment.