Initializing help system before first use

Data Management and Scalability

Each loaded scenario holds an independent (compressed) copy of the input data, and each executed scenario holds an independent copy of the results. For very large models, performance can be improved by removing any entities from the schema that do not strictly need to be persisted. The Insight type hint for the corresponding entity element should be removed from the class definition.
For the input data, this would include input data that does not change from scenario to scenario. Such input data could be loaded from a model resource or a data source during the RUN mode of model execution. The Insight type hints for the entities in this fixed data should be removed from the class definition.
Note: Class attributes without Insight type hints are not persisted or made available to a client through the server API. This drawback can be remedied by calculating in the model useful aggregated metrics from the fixed data and recording these in the results data.

Depending on the requirements of the application, it may be possible to improve the performance for handling large volumes of results data by persisting calculated metrics rather than the results data in its entirety. It is possible to engineer the model to make the selection between persisting metrics or the full results data based on a runtime parameter that could be set per scenario.

Optionally, the actual results attributes could be excluded from the result data by initializing the corresponding result entities as empty data structures, or they could be included by copying them to the corresponding result entities. If the copy step is skipped, then the empty entities will occupy negligible space for most scenarios.

For execution modes that operate on only a subset of the data, you might also be able to improve performance by loading only the required input entities, or capturing only certain result entities. For more information, see Loading and Capturing Partial Data Sets.

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.