Open chyezh opened 2 weeks ago
/assign
Is there an existing issue for this?
- [x] I have searched the existing issues
What would you like to be added?
- Found that insert and delete may be a long time cgo opeartion, so use async cgo for insert and delete opeartions.
Also see issue: #37413
Why is this needed?
No response
Anything else?
No response
Is there a big difference?
Is there a big difference?
Same like search and query, avoid long-time-cgo-call to hold on the go's threads.
I think we need to fix the cpp issue first becasue insert/delete is not designed to be long calls
Is there an existing issue for this?
What would you like to be added?
Also see issue: #37413
Why is this needed?
No response
Anything else?
No response