Framework:Dynamic loading: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Activating this function means that you can define the "dynamic loading" mode for each table. This effects that data will be load data on demand from SQL-Server. Therefore CoPlanner Server will be disburdened managing big data. There is no difference to CoPlanner end-user in regard of data entry and analysis. | Activating this function means that you can define the "dynamic loading" mode for each [[Framework:Tables|table]]. This effects that data will be load data on demand from SQL-Server. Therefore CoPlanner Server will be disburdened managing big data. There is no difference to CoPlanner end-user in regard of data entry and analysis. | ||
You can activate "Dynamic loading" by setting property "DynamicMode=true" in [[Technics:CoPlanner-Server#SvrConfig.xml|SvrConfig.xml]]. | You can activate "Dynamic loading" by setting property "DynamicMode=true" in [[Technics:CoPlanner-Server#SvrConfig.xml|SvrConfig.xml]]. | ||
Revision as of 12:22, 19 December 2012
Activating this function means that you can define the "dynamic loading" mode for each table. This effects that data will be load data on demand from SQL-Server. Therefore CoPlanner Server will be disburdened managing big data. There is no difference to CoPlanner end-user in regard of data entry and analysis.
You can activate "Dynamic loading" by setting property "DynamicMode=true" in SvrConfig.xml.
Specifics:
- Setting MaxRows in SvrConfig.xml has effects on this mode.
- At least one filter has to be activated - otherwise no data will be loaded.