Skip to content

v2.3.0 - Powerslave

Compare
Choose a tag to compare
@sql-williamd sql-williamd released this 13 Mar 22:23
· 24 commits to master since this release

This release supersedes v2.2.0 which never got a full release, because we were too quick with this one (or too slow with Aces High).

  • Added a max size option to OQS (mirroring native Query Store functionality).

This defaults to 100 MB and can be configured in the collection_metadata table in the column oqs_maximum_size_mb.

When data collection fires, the entire size of the current OQS store (all tables) is checked against this maximum value. If it is above this threshold, no data is collected and a message is added to the activity_log table to reflect this fact.

  • Added the view oqs.object_catalog

This is used to identify all OQS objects inside a database. It includes the storage size of any tables that may be present. This is a more dynamic way of keeping track of OQS objects, rather than the previous hard-coded values in the code-base.

  • Modified the OQS SSMS Dashboard reports to use the new oqs.object_catalog view, removing hard-coded table references