-
Notifications
You must be signed in to change notification settings - Fork 22
Doradus Administration
[Table of Contents](https://github.com/dell-oss/Doradus/wiki/Doradus Administration: Table-of-Contents) | [Next](https://github.com/dell-oss/Doradus/wiki/Installing and Running Doradus)
This document provides configuration and operation guidelines for the Doradus database management system. It provides information on the following topics:
-
Deploying Doradus in a minimal environment.
-
Expanding the deployment to accommodate additional capacity.
-
Security considerations and configuration.
-
Cassandra and Doradus configuration options.
-
Monitoring Doradus and Cassandra via JMX.
The following documents are also available:
-
[Doradus OLAP Databases](https://github.com/dell-oss/Doradus/wiki/Doradus OLAP Databases): Describes the features, data model extensions, and REST commands specific to the Doradus OLAP service.
-
[Doradus Spider Databases](https://github.com/dell-oss/Doradus/wiki/Doradus Spider Databases): Describes the features, data model extensions, and REST commands specific to the Doradus Spider service.
The following changes were made to reflect new features for the v2.3 release:
- TLS is now supported for the CQL API.
- The
doradus.yaml
configuration optiondbauthenticator
and the correspondingSimpleAuthenticator
algorithm is no longer supported for authentication with Cassandra. - The Doradus server now supports a “memory” appender for log details. Configuring this option in the log4j.properties file and accessing memory-based log records is described.
- Documentation for downloading, compiling, and running Doradus in various modes has been updated.
- Doradus now supports multi-tenant operation using tenant-specific keyspaces. Documentation for this feature has been added.
- New OLAP performance options cam be configured in doradus.yaml:
olap_merge_threads
andolap_compression_threads
. These features can significantly improve OLAP shard merging performance.
Technical Documentation
[Doradus OLAP Databases](https://github.com/dell-oss/Doradus/wiki/Doradus OLAP Databases)
- Architecture
- OLAP Database Overview
- OLAP Data Model
- Doradus Query Language (DQL)
- OLAP Object Queries
- OLAP Aggregate Queries
- OLAP REST Commands
- Architecture
- Spider Database Overview
- Spider Data Model
- Doradus Query Language (DQL)
- Spider Object Queries
- Spider Aggregate Queries
- Spider REST Commands
- [Installing and Running Doradus](https://github.com/dell-oss/Doradus/wiki/Installing and Running Doradus)
- [Deployment Guidelines](https://github.com/dell-oss/Doradus/wiki/Deployment Guidelines)
- [Doradus Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Doradus Configuration and Operation)
- [Cassandra Configuration and Operation](https://github.com/dell-oss/Doradus/wiki/Cassandra Configuration and Operation)