milvus-io / milvus

A cloud-native vector database, storage for next generation AI applications
https://milvus.io
Apache License 2.0
30.04k stars 2.88k forks source link

[Enhancement]: Avoid check limit for createCollection for http v2 #37009

Closed MrPresent-Han closed 3 hours ago

MrPresent-Han commented 3 hours ago

Is there an existing issue for this?

What would you like to be added?

Avoid check limit for createCollection for http v2

Why is this needed?

Currently, createCollection for restful includes three sub operations:

  1. CreateCollection
  2. CreateIndex
  3. LoadCollection

when ddl quota is set to 0.5 only, it's very easy for the operation to exceed this quota and block load operations

we need to modify this operation to make it only count once for three sub operations

Anything else?

No response

MrPresent-Han commented 3 hours ago

/assign