mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update create collection md file (#10873)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/10936/head
parent
538915195a
commit
2ba21bc8a1
|
@ -1,6 +1,7 @@
|
|||
# Create Collection
|
||||
|
||||
`Milvus 2.0` uses `Collection` to represent a set of data, like `Table` in a traditional database. User can create or drop `Collection`. Altering the `Schema` of `Collection` is not supported yet. This article introduces the execution path of `CreateCollection`, at the end of this article, you should know which components are involved in `CreateCollection`.
|
||||
`Milvus 2.0` uses `Collection` to represent a set of data, like `Table` in a traditional database. User can create or drop `Collection`.
|
||||
This article introduces the execution path of `CreateCollection`, at the end of this article, you should know which components are involved in `CreateCollection`.
|
||||
|
||||
The execution flow of `CreateCollection` is shown in the following figure:
|
||||
|
||||
|
|
Loading…
Reference in New Issue