milvus/internal
yukun 4e6e502df1
Add data sorter in storage (#5200)
GetEntityByID needs the flushed segment to be sorted by RowID field, 
then do binary search to get the target id and entities.

See also: #5177 

Signed-off-by: fishpenguin kun.yu@zilliz.com
2021-05-14 02:59:49 +00:00
..
allocator Rename module (#4988) 2021-04-22 14:45:57 +08:00
core Change should_not to must_not in dsl (#5131) 2021-05-07 11:52:24 +00:00
datanode Add service registration (#5189) 2021-05-14 02:05:18 +00:00
dataservice Add service registration (#5189) 2021-05-14 02:05:18 +00:00
distributed Improve code coverage for distributed/datanode (#5133) 2021-05-08 06:07:04 +00:00
indexnode Add service registration (#5189) 2021-05-14 02:05:18 +00:00
indexservice Add service registration (#5189) 2021-05-14 02:05:18 +00:00
kv Add service registration (#5189) 2021-05-14 02:05:18 +00:00
log Remove meaningless log test (#5025) 2021-04-24 05:07:58 +00:00
logutil Rename module (#4988) 2021-04-22 14:45:57 +08:00
masterservice Add service registration (#5189) 2021-05-14 02:05:18 +00:00
msgstream Distinguish the dsl and expr in proxy and query node (#5118) 2021-05-07 07:20:47 +00:00
proto Change the codec style of expr plan from text to binary (#5129) 2021-05-07 11:27:17 +00:00
proxynode Add service registration (#5189) 2021-05-14 02:05:18 +00:00
proxyservice Migrate softTimeTickBarrier from proxyservice to timesync (#5146) 2021-05-10 01:28:59 +00:00
querynode Add service registration (#5189) 2021-05-14 02:05:18 +00:00
queryservice Add service registration (#5189) 2021-05-14 02:05:18 +00:00
storage Add data sorter in storage (#5200) 2021-05-14 02:59:49 +00:00
timesync Migrate softTimeTickBarrier from proxyservice to timesync (#5146) 2021-05-10 01:28:59 +00:00
tso Rename module (#4988) 2021-04-22 14:45:57 +08:00
types add unit test for master's grpc server, the coverage of package "internal/distributed/masterservice" increase from 46.6% to 82.9% (#5019) 2021-04-24 09:23:35 +00:00
util Add pulsar seek example in pulsar_client_test.go (#5154) 2021-05-10 02:32:10 +00:00