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

add a way to get schema metadata from the database #47

Closed
3 tasks done
ssube opened this issue Dec 21, 2019 · 0 comments
Closed
3 tasks done

add a way to get schema metadata from the database #47

ssube opened this issue Dec 21, 2019 · 0 comments
Assignees
Labels
scope/schema status/fixed issues that have been fixed and confirmed type/feature new features

Comments

@ssube
Copy link
Owner

ssube commented Dec 21, 2019

Summary

Knowing what version of the schema is currently deployed is useful for debugging, migrations, and probably other things.

Use Case

Necessary for bug tickets and migrations.

Scope

  • a way to get schema version
  • a way to get schema sizes
    • database size size (total, table, index)
    • labels size (rows, bytes)
    • samples size (rows, chunks, bytes)
  • a debug script to get all of that and write it to a file for tickets
@ssube ssube added scope/schema status/new Issues that have not been confirmed or planned type/feature new features labels Dec 21, 2019
@ssube ssube added this to the test everything milestone Dec 21, 2019
@ssube ssube self-assigned this Dec 21, 2019
@ssube ssube closed this as completed in c2fa435 Dec 21, 2019
@ssube ssube added status/fixed issues that have been fixed and confirmed and removed status/new Issues that have not been confirmed or planned labels Dec 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope/schema status/fixed issues that have been fixed and confirmed type/feature new features
Projects
None yet
Development

No branches or pull requests

1 participant