Skip to content

Instantly share code, notes, and snippets.

@v0112358
Created February 6, 2020 08:39
Show Gist options
  • Save v0112358/41b7d9319e3583e7090c99c49008a21c to your computer and use it in GitHub Desktop.
Save v0112358/41b7d9319e3583e7090c99c49008a21c to your computer and use it in GitHub Desktop.
Ask yourself as an DBA
- How many transaction does the database handle per table, per hour?
- Which table has the most inserts?
- Do we delete data from this table?
- Which hour has the highest peak of updates, and on which tables?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment