Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Fast column flush for rescan #1683

Open
GalRogozinski opened this issue Dec 9, 2019 · 0 comments
Open

Fast column flush for rescan #1683

GalRogozinski opened this issue Dec 9, 2019 · 0 comments

Comments

@GalRogozinski
Copy link
Contributor

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 faster

Motivation

Accelerate the deletion phase in rescan/revalidate

Requirements

  1. 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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant