milvus/internal/allocator
yihao.dai 4e5f1d5f75
enhance: Pre-allocate ids for import (#33958)
The import is dependent on syncTask, which in turn relies on the
allocator. This PR pre-allocate the necessary IDs for import syncTask.

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

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-07-07 21:26:14 +08:00
..
OWNERS
cached_allocator.go
global_id_allocator.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
global_id_allocator_test.go
id_allocator.go
id_allocator_test.go
interface.go
local_allocator.go enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
local_allocator_test.go enhance: Pre-allocate ids for import (#33958) 2024-07-07 21:26:14 +08:00
mock_allcoator.go
mock_global_id.go
remote_interface.go