From 2d7f0ec7c5dfa7819a0ac1eb1cad9c94e8d8381c Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sat, 5 Feb 2005 00:26:57 +0000 Subject: This is a port of 'JE', or Berkeley DB Java Edition -- a pure Java implementation of "db". See: http://www.sleepycat.com/products/je.shtml for more information. --- java/berkeley-db/pkg-descr | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 java/berkeley-db/pkg-descr (limited to 'java/berkeley-db/pkg-descr') diff --git a/java/berkeley-db/pkg-descr b/java/berkeley-db/pkg-descr new file mode 100644 index 000000000000..3b67b510c7fa --- /dev/null +++ b/java/berkeley-db/pkg-descr @@ -0,0 +1,23 @@ +This is a pure-Java implementation of Berkeley DB. From the + +WWW: http://www.sleepycat.com/products/je.shtml + +"Berkeley DB JE was designed from the ground up in Java. It takes full + advantage of the Java environment. The Berkeley DB JE API provides a + Java Collections-style interface, as well as a programmatic interface + similar to the Berkeley DB API. + + Berkeley DB JE is different from all other Java databases available + today. Berkeley DB JE is not a relational engine built in Java. It + is a Berkeley DB-style embedded store, with an interface designed + for programmers, not DBAs. Berkeley DB JE's architecture employs a + log-based, no-overwrite storage system, enabling high concurrency and + speed while providing ACID transactions and record-level locking. + Berkeley DB JE efficiently caches most commonly used data in memory, + without exceeding application-specified limits. In this way Berkeley + DB JE works with an application to use available JVM resources while + providing access to very large data sets. + + The Berkeley DB JE architecture provides an underlying storage layer + for any Java application requiring high performance, transactional + integrity and recoverability." -- cgit v1.2.3