Apache Derby is an embedded relational database management system, originally developed by IBM and called IBM Cloudscape.
N/A
HCL Zen Edge Data Management
Score 6.0 out of 10
Mid-Size Companies (51-1,000 employees)
HCL Zen Edge Data Management (formerly Actian Zen) is a NoSQL and SQL (fully ANSI compliant) embedded database that runs on Windows, Linux, Android, iOS, macOS, in VMs and Containers with AES 256-bit encryption. Version footprints range from 5MB (client only) to 50 MB (embedded client-server) to 200MB (client-server, SaaS-ready) and support up to 64TB tables. NoETL between versions. Use C/C++/C#, Java, JavaScript, Python, Delphi, or Basic and connect to any ODBC/JDBC, ASP.Net source or…
N/A
Pricing
Apache Derby
HCL Zen Edge Data Management
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache Derby
HCL Zen Edge Data Management
Free Trial
No
Yes
Free/Freemium Version
No
Yes
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
Optional
Additional Details
—
Visit store.actian.com or contact us at dbcic@actian.com.
More Pricing Information
Community Pulse
Apache Derby
HCL Zen Edge Data Management
Considered Both Products
Apache Derby
Verified User
Anonymous
Chose Apache Derby
SQLite is another open-source zero-cost file-based SQL-capable database solution and is a good alternative to Apache Derby, especially for non-Java-based solutions. We chose Apache Derby as it is Java-based, and so is the solution we embedded it in. However, SQLite has a …
For our particular use case, Apache was selected for its ease of use, in its ability to be installed, configured and embedded in our in-house application.
Derby is absolutely the best when it comes to needing a small, embeddable RDBMS in your applications. Certain jobs, like Risk Modeling, are perfect for a database that is small enough to fit into memory with no trouble then store data from various sources, and then allow a user to access those data sets quickly.
Not as well positioned in the market as the "big dogs" (Oracle, MSSQL)
Been around awhile, and not a lot of exposure. This I believe is primarily due to it's relation to the Apache Project (which is not bad, but they don't force big, lumbering corporate volume licensing on you), and thus people are a bit gun-shy about NOT throwing money at something
Java is still "slow" compared to C/C++, thus making Derby a bit slow too
SQLite is another open-source zero-cost file-based SQL-capable database solution and is a good alternative to Apache Derby, especially for non-Java-based solutions. We chose Apache Derby as it is Java-based, and so is the solution we embedded it in. However, SQLite has a similar feature set and is widely used in the industry to serve the same purposes for native solutions such as C or C++-based products.