databaseOptions attribute
Specifies a number of database options.
Content Type
string
Parent
Remarks
In this attribute, you can enter the following values:
customDataIDs: If you specify this option, the default autoincrement feature will be overruled. Instead, DataMiner will be in charge of defining the record IDs.
partitionedTrending: If you specify this option, partitioning will be activated on the trending tables.
<Type relativeTimers="true with reset" databaseOptions="partitionedTrending">serial</Type>
Note
The partitionedTrending option only relates to an RDBMS database, so it has no influence on a Cassandra database.