Is there an audit table in Moodle?

Is there an audit table in Moodle?

by Andrew Leer -
Number of replies: 2

Is there an audit table in Moodle?

We have another application at work that runs on a database and when the audit table was purged, the application ran alot faster because the database wasn't as large.

The database for this application was MS-Access (a file based database).  I realize MySQL and Postgresql are server-based, but it still made me wonder if there was a similar audit table in Moodle.

Average of ratings: -
In reply to Andrew Leer

Re: Is there an audit table in Moodle?

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

I'm not sure what you mean - there's a log table (well tables). It is worth keeping their size limited. There are options for that in the site administration. 

In reply to Andrew Leer

Re: Is there an audit table in Moodle?

by David Richards -
Andrew
Both the Moodle logs and Grade history tables can become inflated and cause slowness on the server. Both have settings at the following url: http://yoursite//admin/settings.php?section=cleanup

Set it according to your organization's policies and needs.

Additionally, clearing the Moodle cache can help with performance.