Oracle TimesTen favicon

Oracle TimesTen

TimesTen is a memory-optimized, relational database management system with persistence and recoverability. Originally designed and implemented at Hewlett-Packard labs in Palo Alto, California, TimesTen was spun out into a separate startup in 1996 and acquired by Oracle Corporation in 2005.All data within a TimesTen database is located in physical memory (RAM), which means no disk I/O is required for any data operation. This is unlike traditional disk-optimized relational databases such as the Oracle Database, DB2, Informix orSQL Server, whose designs must contain algorithms that attempt to minimize disk accesses. TimesTen provides applications with short, consistent response times and very high throughput required by applications with database-intensive workloads.As memory is far faster than hard disk, TimesTen is heavily used in applications where service level agreements require very low and predictable response times, such as telecommunication, real-time financial services trading applications, network equipment, and large web applications. Also, unlike other memory caching systems that utilize key-value pairs such as Memcached or Cassandra, TimesTen is a full-featured relational database that can be accessed with standard APIs like ODBC, JDBC, OCI, Pro*C/C++ and ODP.NET, and provides the rich functionality of the SQL query language.

VoltDB

VoltDB

VoltDB is a blazingly fast NewSQL database system. It is specifically designed to run on modern scale-out architectures - fast ...

H2 Database Engine

H2 Database Engine

H2 is a relational database management system written in Java. It can be embedded in Java applications or run in the client-se ...

HSQLDB

HSQLDB

HSQLDB (Hyper Structured Query Language Database) is a relational database management system written in Java. It has a JDBC dr ...