Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Dashboard Block Global Settings.

Dashboard Block Global Settings

From MoodleDocs
Revision as of 17:14, 13 September 2012 by Valery Fremaux (talk | contribs) (Created page with "==PostGre Accessory Connexion Scheme== These connection settings allow providing an accessory external connection to graph data from. This feature might be exteneded to MySQL sc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PostGre Accessory Connexion Scheme

These connection settings allow providing an accessory external connection to graph data from. This feature might be exteneded to MySQL scehem if Moodle administrator uses accessory platforms in complement with Moodle that do not support high level data reports.

Extra database hostname

The host name for an accessory extra database the dashboard block can choose to query rather than internal Moodle db.

Extra database port

Accessory database port

Extra database name

Name of the database to connect to

Extra database login

Login of a user having read access to accessory database

Extra database password

Password for a user having read access to accessory database

Performance features

"Big Result" security trap threshold (experimental)

When processing a very lot of data, you may stuck your db connection and faildown your db server on low powered hostings. If this case occurs, it might be difficult to fix the query as having no more access to the configuration panel of the Dashboard block. If you ae not a Moodle dtabase expert and knows how to rip off the damaged block instance configuration, this settign could prevent big results from being otput without paging.

F.e , setting 300 as threshold will force any query ouptuting more than 300 lines of result to enter the paged display mode.