FAQs#
Capabilities of Profiler#
What type of support do you offer?#
Technical support is always free, as are the frequent updates, and many online resources found on our website.
How many tables can I process at the same time?#
The Profiler will take one table at time but you can merge tables or call multiple instances of the Profile object to process multiple files.
How can I incrementally profile records?#
When you call AddRecord() the result codes will be immediately available for evaluation which allows you to make decisions at the point of entry.
Do you offer any frequencies analysis?#
Yes, take a look at the Iterators section.
I am unable to pass in a NULL in C#?#
The NULL will be lost before in the wrapper before it gets to the Profiler library. If you want a null for a particular value, you may call SetColumnNull(ColumnNameString) or simply not call the SetColumn funtion for that particular column and NULL will be automatically assigned.
What kind of throughput can I expect?#
Append Mode Combination |
Records per Minute |
---|---|
Data Aggregation |
46,800 |
MatchUp Analysis |
115,000 |
Rightfielder Analysis |
100,000 |
Sort Analysis |
105,000 |
Data Aggregation, MatchUp Analysis |
47,100 |
Data Aggregation, Rightfielder Analysis |
34,000 |
Data Aggregation, Sort Analysis |
280 |
MatchUp Analysis, Rightfielder Analysis |
91,000 |
MatchUp Analysis, Sort Analysis |
105,000 |
RightFielder Analysis, Sort Analysis |
81,000 |
Data Aggregation, MatchUp Analysis, Rightfielder Analysis |
33,333 |
Data Aggregation, MatchUp Analysis, Sort Analysis |
1,100 |
Data Aggregation, RightFielder Analysis, Sort Analysis |
310 |
Matchup Analysis, RightFielder Analysis, Sort Analysis |
80,500 |
Data Aggregation, Matchup Analysis, RightFielder Analysis, Sort Analysis |
130 |
What type of hardware do I need?#
The recommended hardware for Profiler Object is as follows:
Processor |
Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz |
System Type |
64-bit |
RAM |
8GB |