Source code checked in, #51e1b716f791fca224db4b6a18e66463df9137c5
Add further parallelization by continuing immediately after querying trace cols in initial file now, instead of waiting to load the entire file before starting other threads.
View ArticleSource code checked in, #63665896c92b21fda9e4c155e09fa51929439cd4
Fixed formatting on status output to make it more readable.
View ArticleSource code checked in, #a8c0a7208545afbc7cc7c963af3749f1e40ad0a2
Change to match Profiler exported tables, removing extra starting row from each trace after first rollover trace in a series of rollover files...
View ArticleSource code checked in, #5362d89f5490006c9733b981ba3a1f9e1c400962
Additional parallelization to begin merging temp tables from rollover files immediately upon completion of the first file's write into the base table.
View ArticleSource code checked in, #a4b1468b341ad2aaf04f446625fb4b04c1052234
Correct status of merged files glitch on cancel...
View ArticleSource code checked in, #b1280b66d8073fe5f3fdeb882a6d6bb87e884dc3
Reduced parallelism after further testing - 1 thread per core is optimal. Minor ui tweaks.
View ArticleSource code checked in, #1c5d295eca6992b1b047f60d68163eae2b236ced
Added timing report in status text on completion.
View ArticleSource code checked in, #c72ee41b6461324b657d3d29b7d3dc0461af1a93
Got shell context menu Import option configured!
View ArticleSource code checked in, #b19da2d2dc4f2f3855eeaeef121ddfe4f1952401
Simplified code little bit to clean up...
View ArticleSource code checked in, #81bd2e7d3d701d6878322e8db5f97da2aa515e95
Significant change, added full connection dialog, corrected algorithm to infer rollover without having to actually process full traces to confirm rollover, which would break parallelism of loading....
View ArticleSource code checked in, #9d9f135aaebe299fa5a148381cd923d57e91e973
Change to import only files at or after the current selection within multiple rollover files, since sometimes it may be desireable only to import from a certain point in a large trace, and forward.
View ArticleSource code checked in, #b33ac16d9668fa1fa741020dd10aca3ad9a8bd0e
Wasn't joining all worker threads before continuing manager thread, was fine unless trace load was cancelled midway, since some threads might continue for a while one then. Added explicit join before...
View ArticleSource code checked in, #6b26d176844100823c469050f28d5fc7540e137c
Added check for existing table to avoid overwriting...
View ArticleSource code checked in, #3b578b185c57b5bb13d3568a29ce85f2a03aebd4
Update connection manager issue.
View ArticleSource code checked in, #31258a3a96b0d241e4bc359b75f320b1825f88f3
Added feature to include event class and subclass lookup tables and generate a view merging these, to make subsequent analysis easier.
View ArticleSource code checked in, #6600f30e9071a6e881781e4ed830b730a5613eac
Converted NTEXT TextData to more useable NVARCHAR in created view on top of raw profiler data...
View ArticleSource code checked in, #a1041a4c8572b9caf2583f811c5a517728ae662f
Added query statistics view, UI to enable or disable view creation and table replacement warning prompt.
View ArticleSource code checked in, #71e2354d213fe0e29af42cca9f894ad0fc04ca3a
Materialize event descriptions only if view was checked...
View ArticleSource code checked in, #b49e67741bdcb0a98587c70cd59f8a1a577f2749
Drop existing index if exists before creating...
View ArticleSource code checked in, #4acebe561abc97591271870ff698c0a607b7c6e5
Fixed bug that caused views to be created with initial Table name loaded from history instead of modified name.
View Article