postgres: improve upload ID notification precision #36

Closed
opened 2023-09-04 03:15:34 +00:00 by asonix · 1 comment
Owner

currently in the postgres branch, any completed upload will notify all waiters. this will degrade performance significantly when scaled up

potential fix is a structure that manages a Weak entry in a DashMap with an Arc, removing the entry on the Arc's final drop, and using that entry to signal individual upload readiness

currently in the postgres branch, any completed upload will notify all waiters. this will degrade performance significantly when scaled up potential fix is a structure that manages a Weak entry in a DashMap with an Arc, removing the entry on the Arc's final drop, and using that entry to signal individual upload readiness
asonix added this to the 0.5.0 milestone 2023-09-04 03:15:48 +00:00
Author
Owner

implemented in postgres branch

implemented in postgres branch
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: asonix/pict-rs#36
No description provided.