CSQL Embedded In Memory Database
CSQL, by its inherent memory architecture manages database in memory, data structures and access algorithms are optimized for memory access to attain maximum efficiency, achieving dramatic gains in responsiveness and throughput, even compared to a fully cached disk resident database.Features
Full ACID SupportAtomicity
Consistency
Isolation
Durability
Indexes
Hash Index
Tree Index
Trie Index
Recovery
Automatic uses checkpoint & redo log
Archive/Restore
Fault Tolerant
Isolation Level Support
Read uncommitted
Read committed
Read repeatable
Constraints
Primary Key
Unique
Not Null
Referential Integrity
Data Type support
All primitive types, Char, Varchar, Binary
Date, Time and Timestamp
Connection Mode
In-process
Standard Compliance
SQL 92 Entry Level
ODBC Level 2
JDBC 3.0