Click or drag to resize

OrchestratorConfigIntakeBufferFactor Property

Ratio between sizes of the intake buffer and the transformer's input buffer (the latter is defined by the BufferSize setting). This advanced setting allows fine-tuning of memory consumption by Data Conveyer. For example, if an average cluster on intake is expected to be created from 4 intake records, then it may be sensible to set intake buffer size to 400 records and transformer's input buffer size to 100 clusters. In this case, BufferSize = 100 and IntakeBufferFactor = 4.0. Default value for IntakeBufferFactor is 1.5. This setting is respected only if BufferSize is set to a positive value (i.e. ignored in case of BufferSize's default value of -1 (Unlimited)).

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public double IntakeBufferFactor { get; set; }

Property Value

Type: Double
See Also