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

Management tool for stored data #12

Closed
tac0x2a opened this issue Jul 25, 2020 · 2 comments
Closed

Management tool for stored data #12

tac0x2a opened this issue Jul 25, 2020 · 2 comments
Labels
enhancement Feature improvement request
Projects

Comments

@tac0x2a
Copy link
Owner

tac0x2a commented Jul 25, 2020

Motivation

Easily manage the data stored in DB(Clickhouse) and Grebe.

Key-features

  • Table renaming: Grebe schema and table name update simultaneously.

  • Removing Unnecessary Tables

  • Merging into tables: if the data type is changed in unexpected data is messy, Grebe will split the tables into separate ones. This feature will provide to merge tables into a table.

  • Data storage status: storage usage, pace of storage, last storage date, etc.

@tac0x2a tac0x2a added the enhancement Feature improvement request label Jul 25, 2020
@tac0x2a tac0x2a added this to Todo in nayco via automation Jul 25, 2020
@tac0x2a
Copy link
Owner Author

tac0x2a commented Aug 10, 2020

RENAME TABLE long_random10ms_001 TO long_random10ms_rename

ALTER TABLE schema_table UPDATE table_name = 'long_random10ms_rename' WHERE table_name = 'long_random10ms_001'

@tac0x2a tac0x2a closed this as completed Aug 10, 2020
nayco automation moved this from Todo to Done Aug 10, 2020
@tac0x2a tac0x2a reopened this Aug 10, 2020
nayco automation moved this from Done to Doing Aug 10, 2020
@tac0x2a tac0x2a moved this from Doing to Todo in nayco Aug 10, 2020
@tac0x2a tac0x2a moved this from Todo to Doing in nayco Aug 10, 2020
@tac0x2a
Copy link
Owner Author

tac0x2a commented Aug 13, 2020

Merging into tables: if the data type is changed in unexpected data is messy, Grebe will split the tables into separate ones. This feature will provide to merge tables into a table.

This feature should be isolatd issue.

Other features are implemented at #18

@tac0x2a tac0x2a closed this as completed Aug 13, 2020
nayco automation moved this from Doing to Done Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature improvement request
Projects
nayco
  
Done
Development

No branches or pull requests

1 participant