milvus-io / milvus-sdk-java

Java SDK for Milvus.
https://milvus.io
Apache License 2.0
380 stars 153 forks source link

Is there any interface in the Java Sdk that can clear a collection? #882

Open fufenghua opened 4 months ago

fufenghua commented 4 months ago

Is there any interface in the Java Sdk that can clear a collection?

yhmo commented 4 months ago

Sounds like the "truncate" of MySQL. No. Milvus doesn't have such an interface.

fufenghua commented 2 months ago

Sounds like the "truncate" of MySQL. No. Milvus doesn't have such an interface. image

anyway,Is there any way to clear a collection of data? Just like operating in attu

xiaofan-luan commented 2 months ago

current you need to drop and recreate.

we are working on truncate collection already