When to use DSE Graph compared to a relational database

Explains when to use DSE Graph.

DSE Graph is a good choice for the following cases:
High Data Complexity
If too many tables are required to represent the data in a relational database, and the data has a multiplicity of connections.
High Query Complexity
When multiple joins are required to query the data and depth of the joins is high.
Recommended use cases for DSE Graph encompass:
  • Fraud detection
  • Recommendation engines
  • IT network and device management
  • Inventory management
  • Master data management