Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldDescription
Thread Pool SizeThe number of threads that can be in the pool at any time. This is an advanced option which should not be updated without advice from the PhixFlow support team. This is generally a small multiple of the number of CPU cores on your machine.
Write Processes Per Stream SetThis is an advanced tuning feature which enables PhixFlow to multi-thread the process of writing Stream Data to the database. The value of this parameter is dependent upon machine versus database performance.
Database Flush SizeDefines how frequently objects are written to disc. This is an advanced option which should not be updated without advice from the PhixFlow support team.
Delete Batch SizeDefines the default number of rows to be deleted from a Stream in a single transaction when Archiving or Rolling back data. This is an advanced option which should not be updated without advice from the PhixFlow support team.
Default Page Size

Defines the default number of rows to be loaded into to a grid when displayed in PhixFlow. This is an advanced option which should not be updated without advice from the PhixFlow support team.

After changing this field you will need to restart the browser or reload the application (User → Reload Application) to apply the new default page size.

Maximum Page/Chart SizeThis value defines the largest number of records that can be downloaded from a chart in a single file. Downloads with more than this number of records will be split into multiple files which are zipped together.
Default Buffer SizeWhen reading in data from a collector, this defines how many rows are held in memory before passing them on for processing. This means that if PhixFlow is reading in 10,000,000 records, it doesn't have to wait until all have been loaded before it begins to process them, but can begin processing after the first 2000 have been read. This is an advanced option which should not be updated without advice from the PhixFlow support team.

Anchor
enforcePipeCacheSize
enforcePipeCacheSize
Enforce Pipe Cache Size

If checked, the Pipe Cache sizes below, and per Pipe, are strictly enforced; a pipe lookup which tries to cache too many records will fail and an error will be reported.

If not checked, exceeding the cache size on a pipe will result in a warning message.

Default Pipe Cache SizeThis value is used when a pipe's cache size has not been set.
Max Pipe Cache SizeThis value is the maximum value that Cache Size can be set to on any pipe; a pipe with a Cache Size greater than this will generate a run-time error.
Result Expiry Time (sec)The length of time the PhixFlow front end application will wait for a result from an asynchronous query before abandoning it. This is an advanced option which should not be updated without advice from the PhixFlow support team.
Maximum File Size Attachment (MB)

Outgoing Email's will only attach files (zipped or unzipped) that do not exceed this configuration limit. An extra message will appear in the email's message subject/body indicating to the recipient that a file attachment has been removed due to this size restriction.

PhixFlow will not impose any upper limit to the size of the attached files if this field is left blank, hence in this case the underlying email servers will determine if the message is sent/received correctly or not.

Maximum Exporters ErrorsIf required, you can set the maximum number of errors found, before exporters will stop attempting to export records.
This is useful where you process large number of records and do not want to wait until all records are processed in case of errors occurred. This value can be overridden in Exporters.
Generate Performance StatsIf checked, PhixFlow will generate performance statistics whilst the analysis engine is running.
Log Statistics to FileIf checked, logging is enabled and Processing Statistics are written to file.
Stats File Logging SecondsA period in seconds controlling how often statistical data is written to file.
Log Statistics to DBIf checked, logging is enabled and Processing Statistics are written to the database. See Processing Statistics for further detail.
Stats DB Logging SecondsA period in seconds controlling how often statistical data is written to the database.

...