-
-
Notifications
You must be signed in to change notification settings - Fork 90
Comparing changes
Open a pull request
base repository: trimble-oss/dba-dash
base: 4.0.1
head repository: trimble-oss/dba-dash
compare: 4.1.0
- 17 commits
- 80 files changed
- 3 contributors
Commits on Dec 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 754561d - Browse repository at this point
Copy the full SHA 754561dView commit details -
Slow Queries tab Object Execution link
Add a link to Object Execution stats on the Object Name column in the Slow Queries tab.
Configuration menu - View commit details
-
Copy full SHA for 62a9612 - Browse repository at this point
Copy the full SHA 62a9612View commit details -
RunningQueries - performance improvement
Improve performance of RunningQueries collection by adding a HASH join hint. The hint is to avoid a nested loops join which results in multiple executions of the DMV. This can be a problem when the DMVs return a large number of rows. #1663
Configuration menu - View commit details
-
Copy full SHA for 1319f40 - Browse repository at this point
Copy the full SHA 1319f40View commit details -
JobHistory_Upd - performance fix
The performance optimization for MAX(instance_id) is subject to plan variation. Changing the OUTER APPLY to use TOP(1) instead of MAX should allow us to get the query plan we want more reliably.
Configuration menu - View commit details
-
Copy full SHA for ac97a9b - Browse repository at this point
Copy the full SHA ac97a9bView commit details
Commits on Dec 5, 2025
-
Waits tab - Add option to show bar chart
Add option to show waits bar chart (previously available only on the performance tab). Bar chart can be toggled on/off and wait line chart can now be closed after opening.
Configuration menu - View commit details
-
Copy full SHA for 9205932 - Browse repository at this point
Copy the full SHA 9205932View commit details -
Add max, avg & min values in addition to current values. This can make it easier to identify if a memory clerk had high or low usage within the selected date range. Added column descriptions.
Configuration menu - View commit details
-
Copy full SHA for 0696cf5 - Browse repository at this point
Copy the full SHA 0696cf5View commit details
Commits on Dec 6, 2025
-
Insert settings into table variable before comparison to improve performance. Simplify DatabaseSettingsUnpivot_Get
Configuration menu - View commit details
-
Copy full SHA for 65395b8 - Browse repository at this point
Copy the full SHA 65395b8View commit details -
Update to use new URL Update code to handle redirects. #1672
Configuration menu - View commit details
-
Copy full SHA for 3845173 - Browse repository at this point
Copy the full SHA 3845173View commit details -
Update build reference url in workflows
Redirect is working in workflows, but update to the new URL anyway.
Configuration menu - View commit details
-
Copy full SHA for 38b9021 - Browse repository at this point
Copy the full SHA 38b9021View commit details -
Apply suggestions from code review & additional optimizations
Configuration menu - View commit details
-
Copy full SHA for 752a87a - Browse repository at this point
Copy the full SHA 752a87aView commit details -
FileStatus view - performance fix
Replace OUTER APPLY with JOINs. This can improve performance when there are a large number of databases. Improves the performance of updating summary.
Configuration menu - View commit details
-
Copy full SHA for dfcf6f7 - Browse repository at this point
Copy the full SHA dfcf6f7View commit details -
Object Execution Tab - Context fix
Only supply ObjectName parameter when applicable.
Configuration menu - View commit details
-
Copy full SHA for 278ffca - Browse repository at this point
Copy the full SHA 278ffcaView commit details
Commits on Dec 8, 2025
-
Add links to query store on forced plans tab. e.g. Click Query Id, Plan Id etc to quickly check on the performance of forced query plans. x x Update QueryStoreForcedPlans.cs Update QueryStoreViewer.cs
Configuration menu - View commit details
-
Copy full SHA for f22f5f6 - Browse repository at this point
Copy the full SHA f22f5f6View commit details -
Use new single instance method ShowSingleInstance in most places. Option to change the single instance preference on toolbar. Option to close all Windows on the toolbar.
Configuration menu - View commit details
-
Copy full SHA for 10f3bf8 - Browse repository at this point
Copy the full SHA 10f3bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca3dc70 - Browse repository at this point
Copy the full SHA ca3dc70View commit details -
Running Queries - Group By options
Add Text, Batch Text, DOP & Command to the list of available group by options. Fix issue where group by option wasn't available.
Configuration menu - View commit details
-
Copy full SHA for 1516698 - Browse repository at this point
Copy the full SHA 1516698View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea7780e - Browse repository at this point
Copy the full SHA ea7780eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.1...4.1.0