DBmarlin 5.6.0 with Object statistic and insights

We are pleased to announce the release of DBmarlin 5.6. This month we have been busy added an brand new Object browser screen where you can see table and index statistics.
🔍 New Object Browser for Tables, Indexes & Columns
We’ve introduced a brand new Object Browser screen where you can view details for tables, indexes, and columns—including key statistics like:
- Row counts
- Distinct column values
- Object sizes
The Insights tab also provides information on things like:
- Unused indexes
- Tables with missing Primary key
- Foreign key columns with indexes
You can now navigate directly from elements in execution plans to the Object Browser, making it much easier to investigate performance.
To enable the collection of object statistics, head to Advanced settings, there’s now a toggle to control whether Object Statistics are collected.
Available now for both PostgreSQL and MySQL.
đź› Many other enhancements
As usual we’ve also crammed in several other updates and fixes into this release.
- MySQL JDBC driver has been updated for better compatibility and performance.
- Data retention for recommendations has been optimised to reduce storage use.
- SQL literal detection has been added to catch excessive use in recommendations.
- CockroachDB SQL stats aggregation has been refined for accuracy.
- Event History granularity is now consistent across the product—most events are collected once per minute.
See the release notes for a full list of changes. https://docs.dbmarlin.com/docs/Release-notes/v5.5.0