milvus/internal
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
..
allocator enhance:change some logs (#29579) 2024-01-05 16:12:48 +08:00
core enhance: gather materialized view search info once per request (#31996) 2024-04-11 15:21:19 +08:00
datacoord enhance: gather materialized view search info once per request (#31996) 2024-04-11 15:21:19 +08:00
datanode fix: [cherry-pick]Skip changing meta if nodeID not match with channel (#31672) 2024-04-10 15:09:18 +08:00
distributed enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
http enhance: Support to get the param value in the runtime (#29297) 2023-12-22 18:36:44 +08:00
indexnode enhance: Throw error instead of crash when index cannot be built (#31844) 2024-04-09 11:51:18 +08:00
kv chore: remove repetitive words (#31153) 2024-03-20 10:17:07 +08:00
metastore enhance: replica manager enhancement (#31496) 2024-04-05 04:57:16 +08:00
mocks enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
mq fix: close rocksmq and natsmq when shutdown (#30706) 2024-02-26 11:38:55 +08:00
parser/planparserv2 enhance: Unify data type check APIs for go (#31887) 2024-04-07 14:27:22 +08:00
proto enhance: add the related data size for the read apis (#31816) 2024-04-10 15:07:17 +08:00
proxy enhance: gather materialized view search info once per request (#31996) 2024-04-11 15:21:19 +08:00
querycoordv2 fix: Make coordinator `Register` not blocked on ProcessActiveStandby (#32069) 2024-04-10 18:49:18 +08:00
querynodev2 enhance: Remove useless logic about FromShardLeader (#32029) 2024-04-10 20:11:19 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord enhance: add the db id for the describe collection response (#32114) 2024-04-10 21:23:20 +08:00
storage feat: adding binlog streaming writer (#31537) 2024-04-11 10:33:20 +08:00
tso fix: add lazy load field to mark segment load type (#31591) 2024-03-28 11:23:10 +08:00
types feat: Revise the RESTful bulk insert API (#29698) 2024-03-05 15:03:00 +08:00
util enhance: Add binlog import intergration test (#32112) 2024-04-11 10:31:18 +08:00