A Logical Unit (LU) is a blueprint holding a set of definitions / instructions used to create and maintain the data of a business entity like a customer.
Fabric can use the Cassandra DB as a default Logical Unit's storage layer where each business entity's instance is saved as a MicroDB in an entity table (and in an entity_chunks table for big LUs) under the Cassandra k2view_[LU_name]_[cluster id if exists]
keyspace.
Below are described the additional storage types supported by Fabric.
The location of a Logical Unit's permanent storage depends on the settings of the LU Schema's Storage property. The following storage types exist:
To display an LU's storage type, use the Fabric LIST command.
Click for more information about the LIST command.
Note that Fabric uses the Cassandra DB as a default system management database. Therefore, changing the LU Storage from Cassandra DB to one of the above storage types doesn't replace the Fabric need for other persistent storage.
Click for more information about Fabric System Database.
Starting with Fabric 8.0, it is possible to store the business entities on PostgreSQL when the use case is mostly around querying cross-entities data; for further reading, click here.
A Logical Unit (LU) is a blueprint holding a set of definitions / instructions used to create and maintain the data of a business entity like a customer.
Fabric can use the Cassandra DB as a default Logical Unit's storage layer where each business entity's instance is saved as a MicroDB in an entity table (and in an entity_chunks table for big LUs) under the Cassandra k2view_[LU_name]_[cluster id if exists]
keyspace.
Below are described the additional storage types supported by Fabric.
The location of a Logical Unit's permanent storage depends on the settings of the LU Schema's Storage property. The following storage types exist:
To display an LU's storage type, use the Fabric LIST command.
Click for more information about the LIST command.
Note that Fabric uses the Cassandra DB as a default system management database. Therefore, changing the LU Storage from Cassandra DB to one of the above storage types doesn't replace the Fabric need for other persistent storage.
Click for more information about Fabric System Database.
Starting with Fabric 8.0, it is possible to store the business entities on PostgreSQL when the use case is mostly around querying cross-entities data; for further reading, click here.