Skip to content

Add concurrent insert in performence case#741

Merged
XuanYang-cn merged 1 commit intozilliztech:mainfrom
XuanYang-cn:concurrent-insert
Apr 1, 2026
Merged

Add concurrent insert in performence case#741
XuanYang-cn merged 1 commit intozilliztech:mainfrom
XuanYang-cn:concurrent-insert

Conversation

@XuanYang-cn
Copy link
Copy Markdown
Collaborator

  1. Fix concurrent insert memory and process cleanup
  2. Add configurable load concurrency for performance cases
  3. Make CLI Ctrl+C work by polling has_running() instead of blocking on concurrent.futures.wait(), which swallows SIGINT.
  4. Remove perf-case insert from SerialInsertRunner
  5. Ignore S608 lint rule and fix formatting

@sre-ci-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: XuanYang-cn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1. Fix concurrent insert memory and process cleanup
2. Add configurable load concurrency for performance cases
3. Make CLI Ctrl+C work by polling has_running() instead of blocking
  on concurrent.futures.wait(), which swallows SIGINT.
4. Remove perf-case insert from SerialInsertRunner
5. Ignore S608 lint rule and fix formatting

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
@XuanYang-cn XuanYang-cn merged commit 7e251b6 into zilliztech:main Apr 1, 2026
4 checks passed
@XuanYang-cn XuanYang-cn deleted the concurrent-insert branch April 1, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants