|
Database |
Top Previous Next |
|
AggreGate Server uses a relational database to store persistent data, such as:
AggreGate Server communicates with the database engine using a JDBC driver, so it can work with most modern Relational Database Management Systems.
The AggreGate Server distribution package includes an embedded database engine (Hypersonic SQL, also known as HSQL) that is used by default. It is ideal for small installations with less than 20-30 devices. See switching to another database engine for more information on how to change the database used by the server. A separate group of server global configuration settings controls how AggreGate Server interacts with the database engine. The embedded database's data is located in /db subfolder of AggreGate Server installation folder. Some distributions of AggreGate Server include pre-configured MySQL bundle. MySQL is a well-known powerful free database server that can serve AggreGate installations with thousands of devices. If the bundled MySQL package is selected during installation, will be downloaded from Tibbo website and installed in /mysql subfolder of AggreGate Server installation folder. It is already fine-tuned to be used with the AggreGate Server, so no additional configuration should be necessary in most cases. |