Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add drop_data field to api to drop data except schema and types. #53

Merged
merged 9 commits into from
Apr 17, 2019

Conversation

martinmr
Copy link
Contributor

@martinmr martinmr commented Apr 9, 2019

This change adds API support for a new operation called drop_data which
will drop all the data but not the schema nor the types. This is useful
when the schema will be resued after dropping the data and the schema is
large enough that recreating it might take more than a couple seconds.


This change is Reviewable

This change adds API support for a new operation called drop_data which
will drop all the data but not the schema nor the types. This is useful
when the schema will be resued after dropping the data and the schema is
large enough that recreating it might take more than a couple seconds.
@martinmr martinmr requested a review from a team April 9, 2019 00:30
Copy link
Contributor

@gitlw gitlw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 3 files reviewed, all discussions resolved

@martinmr martinmr merged commit 087e431 into master Apr 17, 2019
@martinmr martinmr deleted the martinmr/drop-data branch April 17, 2019 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants