Framework:Dynamic loading: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
Activating this function means that you can define | Activating this function means that you can define "dynamic loading" mode for each [[Framework:Tables|table]]. This effects that data will be loaded 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]]. | ||
Latest revision as of 12:26, 19 December 2012
Activating this function means that you can define "dynamic loading" mode for each table. This effects that data will be loaded 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.