You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a concurrent version of drop_chunks() that take locks similar to locking done by ALTER TABLE ... DETACH PARTITION (that is SHARE UPDATE EXCLUSIVE) would avoid blocking readers and writers of the hypertable.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What type of enhancement is this?
Performance
What subsystems and features will be improved?
Command processing
What does the enhancement do?
When dropping a chunk from a hypertable using
drop_chunks()
, it will take quite heavy locks to be able to drop the chunk:Locks taken are:
Having a concurrent version of
drop_chunks()
that take locks similar to locking done byALTER TABLE ... DETACH PARTITION
(that isSHARE UPDATE EXCLUSIVE
) would avoid blocking readers and writers of the hypertable.Implementation challenges
No response
The text was updated successfully, but these errors were encountered: