milvus/pkg/util/paramtable
yihao.dai 760223f80a
fix: use seperate warmup pool and disable warmup by default (#33348)
1. use a small warmup pool to reduce the impact of warmup
2. change the warmup pool to nonblocking mode
3. disable warmup by default
4. remove the maximum size limit of 16 for the load pool

issue: https://github.com/milvus-io/milvus/issues/32772

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
Co-authored-by: xiaofanluan <xiaofan.luan@zilliz.com>
2024-05-27 01:25:40 +08:00
..
autoindex_param.go fix: Fix scalar auto index config incorrect version (#32795) 2024-05-07 10:13:00 +08:00
autoindex_param_test.go enhance: Support auto index for scalar index (#31255) 2024-03-21 10:37:08 +08:00
base_table.go fix: etcd not connectable when auth enabled (#31633) 2024-04-01 15:23:19 +08:00
base_table_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
component_param.go fix: use seperate warmup pool and disable warmup by default (#33348) 2024-05-27 01:25:40 +08:00
component_param_test.go fix: use seperate warmup pool and disable warmup by default (#33348) 2024-05-27 01:25:40 +08:00
grpc_param.go enhance: update milvus.yaml (#31832) 2024-04-16 16:17:19 +08:00
grpc_param_test.go enhance: cache config values for saving cpu cycles to parse config item (#30947) 2024-03-12 11:09:04 +08:00
hook_config.go Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
http_param.go fix: set proxy.http.acceptTypeAllowInt64: true as default (#30720) 2024-02-29 09:59:07 +08:00
http_param_test.go fix: set proxy.http.acceptTypeAllowInt64: true as default (#30720) 2024-02-29 09:59:07 +08:00
param_item.go fix: add request resource timeout for lazy load, refactor context usage in cache (#32709) 2024-05-07 16:33:30 +08:00
quota_param.go enhance: Check by proxy rate limiter when delete get data by query. (#30891) 2024-05-23 20:03:40 +08:00
quota_param_test.go enhance: add `max insert request size` and `must use partition key` configs (#32433) 2024-04-19 10:31:20 +08:00
role_param.go enhance: add 3 builtin roles (#28961) 2023-12-18 14:28:41 +08:00
role_param_test.go enhance: add 3 builtin roles (#28961) 2023-12-18 14:28:41 +08:00
runtime.go enhance: add the related data size for the read apis (#31816) 2024-04-10 15:07:17 +08:00
service_param.go enhance: Add param item to ignore bad message id in checkpoint (#33123) 2024-05-20 11:29:37 +08:00
service_param_test.go enhance: Support MinIO TLS connection (#31311) 2024-03-21 11:15:20 +08:00