This topic introduces the proxy-related configurations of Milvus.
Proxy is the access layer of the system and endpoint to users. It validates client requests and reduces the returned results.
Under this section, you can configure proxy port, system limits, etc.
Description |
Default Value |
TCP port of proxy. |
19530 |
Description |
Default Value |
The maximum size of each RPC request that the proxy can receive.
Unit: Byte
|
536870912 |
Description |
Default Value |
The maximum size of each respond the proxy can send when receiving an RPC request.
Unit: Byte
|
536870912 |
Description |
Default Value |
The maximum size of each respond that the proxy can receive when sending an RPC request.
Unit: Byte
|
104857600 |
Description |
Default Value |
The maximum size of each RPC request that the proxy can send.
Unit: Byte
|
104857600 |
Description |
Default Value |
The interval at which proxy synchronizes the time tick.
Unit: ms
|
200 |
Description |
Default Value |
The maximum number of messages can be buffered in the timeTick message stream of the proxy when producing messages.
|
512 |
Description |
Default Value |
The maximum length of the name or alias that can be created in Milvus, including the collection name, collection alias, partition name, and field name. |
255 |
Description |
Default Value |
The maximum number of field can be created when creating in a collection. |
64 |
Description |
Default Value |
The maximum number of dimensions of a vector can have when creating in a collection. |
32768 |
Description |
Default Value |
The maximum number of shards can be created when creating in a collection. |
64 |
Description |
Default Value |
The maximum number of tasks in the task queue of the proxy. |
1024 |
Description |
Default Value |
Whether to enable the access log feature. |
False |
Description |
Default Value |
The name of the access log file. If you leave this parameter empty, access logs will be printed to stdout. |
Empty string |
Description |
Default Value |
The local folder path where the access log file is stored. This parameter can be specified when proxy.accessLog.filename is not empty. |
/tmp/milvus_access |
Description |
Default Value |
The maximum size allowed for a single access log file. If the log file size reaches this limit, a rotation process will be triggered. This process seals the current access log file, creates a new log file, and clears the contents of the original log file.
Unit: MB
|
64 |
Description |
Default Value |
The maximum time interval allowed for rotating a single access log file. Upon reaching the specified time interval, a rotation process is triggered, resulting in the creation of a new access log file and sealing of the previous one.
Unit: seconds
|
0 |
Description |
Default Value |
The maximum number of sealed access log files that can be retained. If the number of sealed access log files exceeds this limit, the oldest one will be deleted. |
8 |
Description |
Default Value |
Whether to upload local access log files to MinIO. This parameter can be specified when proxy.accessLog.filename is not empty. |
False |
Description |
Default Value |
The path of the object storage for uploading access log files. |
access_log/ |
Description |
Default Value |
The time interval allowed for uploading access log files. If the upload time of a log file exceeds this interval, the file will be deleted. Setting the value to 0 disables this feature. |
0 |