spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
232 stars 52 forks source link

Create Listeners for trace and xel files (using localdb) #87

Open spaghettidba opened 4 years ago

spaghettidba commented 4 years ago

In the beginning, SqlWorkload used to read trace files using an API that works only in x86. While WorkloadTools can work in x86, using x64 builds is highly recommended, due to the possible high memory usage when capturing intensive workloads. Using a x86 API would have excluded the functionality from the x64 builds, hence using an external tool to convert trace files seems much more appropriate.

Now ConvertWorkload itself uses LocalDB to read trace and XE data, so it is not unreasonable to expect the same from SqlWorkload