Difference between revisions of "Profiler Object:FAQ"

From Melissa Data Wiki
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 22: Line 22:
==I am unable to pass in a NULL in C#?==
==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 [[Profiler Object:Data Input#SetColumnNull|SetColumnNull(ColumnNameString)]] or simply not call the [[Profiler Object:Data Input#SetColumn|SetColumn]] funtion for that particular column and NULL will be automatically assigned.
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 [[Profiler Object:Data Input#SetColumnNull|SetColumnNull(ColumnNameString)]] or simply not call the [[Profiler Object:Data Input#SetColumn|SetColumn]] funtion for that particular column and NULL will be automatically assigned.
==What kind of throughput can I expect?==
{| class="alternate01 sortable"
!Records per Minute!!105,000!!115,000!!100,000!!46,800!!105,000!!81,000!!280!!91,000!!47,100!!34,000!!80,500!!1,100!!310!!33,333!!130
|-
|Sort Analysis||X|| || || ||X||X||X|| || || ||X||X||X|| ||X
|-
|MatchUp Analysis|| ||X|| || ||X|| || ||X||X|| ||X||X|| ||X||X
|-
|Rightfielder Analysis|| || ||X|| || ||X|| ||X|| ||X||X|| ||X||X||X
|-
|Data Aggregation|| || || ||X|| || ||X|| ||X||X|| ||X||X||X||X
|}
==What type of hardware do I need?==
The recommended hardware for Profiler Object is as follows:
{| class="alternate01"
!Processor
|Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz
|-
!SystemType
|64-bit
|-
!RAM
|8GB
|}




[[Category:FAQ]]
[[Category:FAQ]]
[[Category:Profiler Object]]
[[Category:Profiler Object]]

Revision as of 00:05, 26 April 2022

← Profiler Object


How To Set Your License Key?

Set Your Environment Variable For Windows

Set Your Environment Variable For Linux

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?

Records per Minute 105,000 115,000 100,000 46,800 105,000 81,000 280 91,000 47,100 34,000 80,500 1,100 310 33,333 130
Sort Analysis X X X X X X X X
MatchUp Analysis X X X X X X X X
Rightfielder Analysis X X X X X X X X
Data Aggregation X X X X X X X X

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
SystemType 64-bit
RAM 8GB