-
Notifications
You must be signed in to change notification settings - Fork 0
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
Design table structure #1
Comments
Existing Bolt buckets:
Needed tables:
|
While we may only need one table. I want to separate out file info from the metrics. I also want to start capturing and parsing the file from gdrive so I can do more advanced things in the future. Table: local_file
Table: local_file_metric
Table: drive_file
Table: drive_file_metric
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to move from Bolt to an RDB structure. Key/Value is no longer useful and speed isn't an issue.
The text was updated successfully, but these errors were encountered: