MG wrote
what doesthis database hold
|
I'll have a go at this.
The dotnetnuke database, like any database, is a flexible storage tool. It holds all of the website's dynamic information, such as configuration settings, logs, and user profiles. It also contains procedural steps for doing things. Conversely, most of the static site information, such as images and code, but also some procedural code and application files, is held in the file system.
When a person joins a Dotnetnuke site and posts a thread in a forum, then the database grows in size. When a person uploads an image or a document to the site, the file system grows in size. There are exceptions, but this is the general idea.
Or perhaps something was missing from the original question?
Rob