Releases: spaghettidba/WorkloadTools
1.7.4
1.7.3
- Fixed countless synchronization bugs
- Improved replay progress messages
1.7.2
- Enables Streaming events from Azure Sql Database
- Resolves long standing bug with incomplete replay
1.7.1
What's Changed
- Fix #115 WorkloadViewer shows queries twice by @Silent1984 in #147
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- Performance Improvement by @a-teece in #142
- Fix #139 - Incorrect application name in replays by @a-teece in #143
- Fix #144 StreamXEventDataReader should never stop reading Events unle… by @Silent1984 in #145
New Contributors
- @Silent1984 made their first contribution in #145
Full Changelog: v.1.6.5...v1.7.0
v1.6.5
Regex are sorcery
Bug in a regex in SqlNormalizer
The future is flawed
- Whoops! Corrected a bug in WorkloadSummary
Back to the Future
Incorporating many changes from @mcflyamorim (thanks man!)
-
Use
sp_reset_connectionRPC events to control connection pooling -
Login event is also captured by default to be able to identify physical (non-pooled) connections and properly close/refresh the connection.
This improvement should reduce the number of failed events in a replay. -
Capture
sql_batch_startingandrpc_startingcommands to be able to run the commands in the correct order and preserve executions that may take more time than the workload record. -
Some commands may not be possible to replay, hence they are skipped. An example is the insert bulk command.
-
Adds the ability to record a WorkloadSummary in addition to WorkloadDetails. Writing data to each table can be controlled with the properties
WriteDetailandWriteSummaryinAnalysisConsumer
Long time no see
Pre release 1.5.18