The DataBee Set Extractor Rule Statistics Tab
The primary function of the Set Extractor Rule Statistics tab is to provide a record of the status of individual extraction rules as the extraction set is executed. The current execution state and statistics are presented for each rule individually. Aggregate statistics for the extraction set as a whole and specific statistics for those extraction rules currently executing, can be found on the Set Extractor Run Statistics tab.
The panel on the Rule Statistics tab lists all rules in the current extraction set. There are eight vertical columns in the extraction rule statistics display. These columns provide specific information on various components of the rule. All of the statistics fields are "live" and will constantly update as the rule is executing. The columns can be sorted by clicking in the column header above each type of statistic.
For some rules, a modifier is applied to the icon to indicate how the rule was created. For example, here is the icon for an All Rows rule which was created in bulk:
. Rules like this are usually created by the Bulk Rule Generator or other tools found on the Rule Tools tab of the Set Designer application.
The rule block and ID number are displayed as a sequence of digits in the form XX-YYYY. The XX value is the rule block and the YYYY component is the rule ID. The ID of the rule is not particularly significant and serves only to provide a unique identification number for the rule. The rule block, however, is of considerable significance since it controls the execution order of the rule. The DataBee Set Extractor software is multi-threaded and can run up to eight rules in parallel. It is almost always the case within a extraction set that most rules cannot run simultaneously and must run sequentially one after the other as a chain. The rule block value controls the execution sequence. Please see the discussion of Rule Blocks in the extraction set overview help page and view the Creating a New Loader Set tutorial [(local) (internet)] in order to understand how to explicitly control the execution order of the extraction rules. Note that the extraction rules can be sorted in any order by clicking on the column headers. The presentation order on the display will not change the execution order in any way since the execution order is totally dependent on the rule block configuration. The rule block and the rule ID can be modified in the Set Designer application (not in the Set Extractor) by clicking it with the mouse and editing the value as appropriate.
Only Table-To-Table rules can be used as stage 2 rules and in that case a rule block of fk means the rule was derived from a foreign key and a rule block of tt indicates the rule was manually added to enforce a logical relationship. The Table-To-Table rules in stage 2 execute as required according to an internal scheduling algorythm and the rule block value cannot be adjusted for them.