milvus/pkg
Patrick Weizhi Xu 52ae47c850
enhance: gather materialized view search info once per request (#31996)
issue: #29892 

This PR:
1. Move the process of gathering materialized search info to when the
search plan is created, before it goes to each segment, to avoid
repeated work and access the plan node under multi-threaded
circumstances.
2. Enforce the supported MV type to `VARCHAR`
3. Add integration test

Signed-off-by: Patrick Weizhi Xu <weizhi.xu@zilliz.com>
2024-04-11 15:21:19 +08:00
..
common feat: [Sparse Float Vector] added some integration tests (#31062) 2024-04-10 19:57:18 +08:00
config fix: etcd not connectable when auth enabled (#31633) 2024-04-01 15:23:19 +08:00
eventlog enhance:don't store logPath in meta to reduce memory (#28873) 2024-01-18 22:06:31 +08:00
log fix: log can not reduce level (#28750) 2023-11-28 10:02:27 +08:00
metrics enhance: add db label on binlog size metrics (#32003) 2024-04-10 21:01:20 +08:00
mq fix: Using zero serverID for metrics (#31518) 2024-04-01 16:55:19 +08:00
tracer enhance: Make compaction log has traceID (#30338) 2024-01-30 10:09:03 +08:00
util enhance: gather materialized view search info once per request (#31996) 2024-04-11 15:21:19 +08:00
go.mod enhance: add the db id for the describe collection response (#32114) 2024-04-10 21:23:20 +08:00
go.sum enhance: add the db id for the describe collection response (#32114) 2024-04-10 21:23:20 +08:00
Makefile Add the mock factory of msg stream (#27834) 2023-10-20 20:14:08 +08:00
rules.go Add back gocritic linter and fix related issues (#27289) 2023-09-22 10:05:26 +08:00