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
{{ message }}
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
Currently when flushing a column family we iterate over its contents one-by-one
This is slow and maybe by using dropColumnFamily we can make this faster
Motivation
Accelerate the deletion phase in rescan/revalidate
Requirements
Fast delete column family
Notes
I initially wanted to implement this for #1482, but apparently it required more changes than I planned.
I believe we should implement this when we have a good idea about the persistence layer new design (#810)
The text was updated successfully, but these errors were encountered:
Description
Currently when flushing a column family we iterate over its contents one-by-one
This is slow and maybe by using
dropColumnFamily
we can make this fasterMotivation
Accelerate the deletion phase in
rescan
/revalidate
Requirements
Notes
I initially wanted to implement this for #1482, but apparently it required more changes than I planned.
I believe we should implement this when we have a good idea about the persistence layer new design (#810)
The text was updated successfully, but these errors were encountered: