|
H2 is only supported for non-production instances because they do not support large amount of data.
|
|
As of version 8.5.0 of ThingWorx Platform, DSE is no longer for sale and will not be supported in a future release. Reference the End of Sale article for more information.
|
|
Persistence providers enable the connection to a data store and the ability to perform a CRUD operation on that data. Persistence providers are an entity type in ThingWorx. For more information about Persistence providers, see ThingWorx Model and Data Best Practices guide.
|
Data Store Option
|
Type of Data
|
||
---|---|---|---|
Relational Database
|
• Data that uses complex SQL such as joins, cursors, temporary tables, and so on.
• For large data sets of non-time series data that has a loose relationship between the data that needs to be used and executed on the database server.
|
||
ThingWorx Platform data storage, such as PostgreSQL, MS SQL, or SAP HANA
|
Simple historical data, time series data, or data that does not require compounding or recursive calculations.
|
||
DataStax Enterprise
|
For large data sets of non-time series data that has sequential data and does not need the data to be executed on the database server.
|
|
It is recommended that you archive historical data that is not frequently accessed.
|
|
As of version 8.5.0 of ThingWorx Platform, DSE is no longer for sale and will not be supported in a future release. Reference the End of Sale article for more information.
|