QED's pure Java engine provides very high performance, since database accesses can be performed locally, without the necessity of a network round trip for every operation.
Conventional JDBC drivers, no matter how fast the back-end database, incur network overhead -- frequently the bottleneck in a database application. A configurable in-memory cache also helps boost performance by reducing disk operations.
|