- biGENIUS-X Knowledge Base
- Generators
- Load control environment
Configure Load Control
Configure Load Control
biGENIUS-X generated artifacts include all the necessary code to configure the Load Control:
- Create a load configuration
- Add all the executable Target Objects to the load configuration
- Create the dependencies between the Target Objects
All these steps are done during the deployment of your data solution.
It is possible to create several Load Control configurations manually.
The default one(s) generated by biGENIUS-X contains all the Target Objects.
The LoadControl Options Property allows you to select how the loads will be orchestrated.
Example
As an example, in a Microsoft SQL Server Generator with a native Load Control, the Load Control configuration is stored in the following tables:
- LoadConfig: the configuration itself identified by an ID that will be used in the other tables
- LoadConfig_LoadObject: the list of executable Target Objects of the load configuration(s)
- LoadConfig_LoadObject_Dependency: the dependencies between the executable Target Objects
As your Load Control is now configured, you can plan it.