Skip to content

Commit a0e33ec

Browse files
authored
1 parent b6c4091 commit a0e33ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Analyses your database queries and schema and suggests indices improvements. You can use `index-digest` as **your database linter**. The goal is to **provide the user with actionable reports** instead of just a list of statistics and schema details. Inspired by [Percona's `pt-index-usage`](https://www.percona.com/doc/percona-toolkit/LATEST/pt-index-usage.html).
66

7+
**NEW** You can also [use `index-digest` as GitHub's Action](https://github.com/marketplace/actions/index-digest).
8+
79
`index-digest` does the following:
810

911
* it checks the schema of all tables in a given database and suggests improvements (e.g. removal of redundant indices, adding a primary key to ease replication, dropping tables with just a single column or no rows)

0 commit comments

Comments
 (0)