File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212## Concepts & features
1313
1414- supports Base JPA annotations
15- - supports distributed SQL queries
15+ - supports local & distributed SQL queries
1616- supports transactions
17+ - supports unique constraints
18+ - supports persistent indexes
1719- runs in the same JVM with local application
1820- can be used as a local or distributed SQL database
1921- can be used as persistent layer for a distributed application
2527 the launch of any additional coordinators. All cluster nodes are equivalent.
2628- supports complex event processing and streaming SQL (in next release)
2729
30+ ## NOTE:
31+ nterference is not a RDBMS in the classical sense, and it does
32+ not contain ddl operations (the table structure is created on the basis
33+ of @Entity class JPA-compatible annotations), foreign keys. Standard
34+ dml operations, like UPDATE, DELETE for bulk changes and check constraints
35+ are planned to be implemented in future versions.
2836
2937## Quick Start Application
3038
You can’t perform that action at this time.
0 commit comments