Apache Derby
![]() | |
Original author(s) | Cloudscape Inc (Later IBM) |
---|---|
Developer(s) | Apache Software Foundation |
Stable release | 10.6.2.1
/ October 6, 2010 |
Repository | |
Written in | Java |
Operating system | Cross-platform |
Type | Relational Database Management System |
License | Apache License 2.0 |
Website | http://db.apache.org/derby/ |
Apache Derby is a Java relational database management system that can be embedded in Java programs and used for online transaction processing. It has a 2 MB disk-space footprint.[1] Apache Derby is developed as an open source project under the Apache 2.0 licence. Derby was previously distributed as IBM Cloudscape. Sun distributes the same binaries as Java DB[2].
Derby technologies
Derby Embedded Database Engine
The core of the technology, Derby's database engine is a full functioned relational embedded database engine. JDBC and SQL are the programming APIs. It has IBM DB2 SQL syntax.
Derby Network Server
The Derby network server increases the reach of the Derby database engine by providing traditional client server functionality. The network server allows clients to connect over TCP/IP using the standard DRDA protocol. The network server allows the Derby engine to support networked JDBC, ODBC/CLI, Perl and PHP.
Embedded Network Server
An embedded database can be configured to act as a hybrid server/embedded RDBMS; to also accept TCP/IP connections from other clients in addition to clients in the same JVM.[3]
Database Utilities
- ij – a tool that allows SQL scripts to be executed against any JDBC database.
- dblook – Schema extraction tool for a Derby database.
- sysinfo – Utility to display version numbers and class path.
History
Apache Derby originated at Cloudscape Inc, an Oakland, California, start-up founded in 1996 by Nat Wyatt and Howard Torf to develop Java database technology. The first release of the database engine, then called JBMS, was in 1997. Subsequently the product was renamed Cloudscape and releases were made about every six months.
In 1999 Informix Software, Inc., acquired Cloudscape, Inc. In 2001 IBM acquired the database assets of Informix Software, including Cloudscape. The database engine was re-branded to IBM Cloudscape and releases continued, mainly focusing on embedded use with IBM's Java products and middleware.
In August 2004 IBM contributed the code to the Apache Software Foundation as Derby, an incubator project sponsored by the Apache DB project.[4] In July 2005 the Derby project graduated from the Apache incubator and is now being developed as a sub-project of the DB Top Level Project at Apache. Prior to Derby's graduation from incubation, Sun joined the Derby project with an intent to use Derby as a component in their own products,[5] and with the release of Java 6 in December 2006, Sun started packaging Derby in the JDK branded as Java DB.
In March 2007 IBM announced that they would withdraw marketing and support for the Cloudscape product, but would continue to contribute to the Apache Derby project.[6]
Comparison to other embedded SQL Java databases
In terms of execution speed, Derby has not performed well in some comparisons to other embedded SQL databases such as the also free and open source H2 database.[7][8][9]
Derby does not support Multiversion concurrency control (MVCC) while its main competitors HyperSQL and H2 support it.
See also
- List of relational database management systems
- Comparison of relational database management systems
- HSQLDB
- H2
- Dbclient
References
- ^ "The Apache DB Project". Apache.org.
- ^ Java DB - FAQs: "Is Java DB a fork of Apache Derby?"
- ^ see Embedded Server Example in http://db.apache.org/derby/docs/10.4/adminguide/
- ^ "Why IBM is open sourcing Cloudscape as Derby". IBM.
- ^ "Apache Derby graduates with Sun onboard". CNET news.com.
- ^ "Changes in Cloudscape Availability and Support". IBM.
- ^ "Hsqldb vs Derby". Ignacio Coloma.
- ^ "H2 Database Performance". H2 Database.
- ^ "Benchmark for h2, hypersonic, derby". H2 Database.
Bibliography
- Zikopoulo, Paul C.; Baklarz, George; Scott, Dan (November 6, 2005). "Apache Derby -- Off to the Races: Includes Details of IBM Cloudscape" ([dead link]) (Document) (First ed.). IBM Press. p. 600. ISBN 0131855255.
{{cite document}}
: Unknown parameter|edition=
ignored (help); Unknown parameter|format=
ignored (help); Unknown parameter|isbn=
ignored (help); Unknown parameter|url=
ignored (help)
External links
- Apache Derby Project
- IBM Cloudscape Site
- Internals of Derby, An Open Source Pure Java Relational Database Engine deployable in an embedded OSGi environment
- Sun Microsystems Java DB Site
- Why IBM is open sourcing Cloudscape as Derby, IBM developerWorks site
- Apache Derby SMP scalability
- Apache Derby performance results in the JPA Benchmark
- Apache Derby Software Design Blueprint