Created
February 6, 2020 08:39
-
-
Save v0112358/41b7d9319e3583e7090c99c49008a21c to your computer and use it in GitHub Desktop.
Ask yourself as an DBA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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