TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Apache Derby

    Score7 out of 10
    N/AApache Derby is an embedded relational database management system, originally developed by IBM and called IBM Cloudscape.N/A

    Riak

    Score10 out of 10
    N/ARiak is a NoSQL database from Basho Technologies in Bellevue, Washington.N/A
    Pricing
    Apache DerbyRiak
    Editions & Modules
    No answers on this topic
    No answers on this topic
    Offerings
    Pricing Offerings
    Apache DerbyRiak
    Free Trial
    NoNo
    Free/Freemium Version
    NoNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    User Ratings
    Apache DerbyRiak
    Likelihood to Recommend
    7.0
    (3 ratings)
    10.0
    (6 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    9.0
    (5 ratings)
    Support Rating
    -
    (0 ratings)
    9.0
    (1 ratings)
    User Testimonials
    Apache DerbyRiak
    Likelihood to Recommend
    Apache
    If you need a SQL-capable database-like solution that is file-based and embeddable in your existing Java Virtual Machine processes, Apache Derby is an open-source, zero cost, robust and performant option. You can use it to store structured relational data but in small files that can be deployed right alongside with your solution, such as storing a set of relational master data or configuration settings inside your binary package that is deployed/installed on servers or client machines.
    Incentivized
    Read full review
    Basho Technologies
    Riak is well suited to applications such as:
    Transaction logging e.g. financial transactions and/or exchange rates.
    Storing time series data, especially IoT.
    Storing massive amounts of data e.g. corporation wide backups, data lakes etc.
    A fully s3 compatible replacement for Amazon s3 ensuring data privacy.
    Riak is not as well suited to:
    Traditional RDBMS functions, especially those that join the outputs of one or more queries together to produce the desired result.
    Read full review
    Pros
    Apache
    • Apache Derby is SMALL. Compared to an enterprise scale system such as MSSQL, it's footprint is very tiny, and it works well as a local database.
    • The SPEED. I have found that Apache Derby is very fast, given the environment I was developing in.
    • Based in JAVA (I know that's an obvious thing to say), but Java allows you to write some elegant Object Oriented structures, thus allowing for fast, Agile test cases against the database.
    • Derby is EASY to implement and can be accessed from a console with little difficulty. Making it appropriate for everything from small embedded systems (i.e. just a bash shell and a little bit of supporting libraries) to massive workstations.
    Incentivized
    Read full review
    Basho Technologies
    • Highly available: If nodes go offline for any reason, the system still operates.
    • Highly scalable: There is a minimum of 5 nodes, which can handle a lot by themselves. When scaling is required, it can be done easily, with minimal to no downtime on large scales.
    • Very fast searching: Riak has SOLR indexing built-into the core product, which makes querying for data very fast.
    Incentivized
    Read full review
    Cons
    Apache
    • It may not scale as well as some more mature database products.
    • Used it primarily from the command line with openjpa and jdbc, and from third-party clients such as Squirrel.
    • May benefit by providing more sophisticated tools to optimize query performance.
    Incentivized
    Read full review
    Basho Technologies
    • Deletes!!! We've seen on numerous occasions where Riak has "resurrected" deleted data. We've worked with Basho numerous times and tried multiple changes to the way we interact with Riak to prevent the problem but it still remains. The deletes seem to reappear weeks, even months, after the delete was issued. We've had to work around this issue by providing a "deleted" flag for all data objects stored in Riak. Thus, we do no delete but simply flip the flag. Excess baggage we would really like to not have to worry about.
    • Search. Currently there's no way to tell what data you have in Riak without already knowing a particular bucket/key. There is a way to list the keys for a given bucket but due to performance implications, this is not a viable method to lookup data. Especially when you have a large amount of keys in the bucket.
    Incentivized
    Read full review
    Likelihood to Renew
    Apache
    No answers on this topic
    Basho Technologies
    Right now, I'm on a project where we need databases that can run on embedded systems. Riak isn't necessarily the best fit for that scenario. But when we need a clustered database, that's where we'd start considering Riak.
    Incentivized
    Read full review
    Support Rating
    Apache
    No answers on this topic
    Basho Technologies
    Despite Basho going bankrupt and the project becoming fully open-source, community support is reasonably good, albeit a little slow at times. Paid enterprise-grade support is also available from former Basho engineers but the same company also contributes to the community support for free for basic questions or specific knowledge areas.
    Read full review
    Alternatives Considered
    Apache
    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.
    Incentivized
    Read full review
    Basho Technologies
    Because of the RESTful HTTP interface, the consistency model, and because of the catalog-driven data model, Riak was an easy win over Redis and Memcached.
    Incentivized
    Read full review
    Return on Investment
    Apache
    • Being Open source, the resources spent on the purchase of the product are ZERO.
    • Contrary to popular belief, open source software CAN provide support, provided that the developers/contributors are willing to answer your emails.
    • Overall, the ROI was positive: being able to experiment with an open source technology that could perform on par with the corporate products was promising, and gave us much information about how to proceed in the future.
    Incentivized
    Read full review
    Basho Technologies
    • Riak has been a key part of our company's build process for our client's search backend. It is valuable for is in that it provides a reliable way to view the current search index.
    Incentivized
    Read full review
    ScreenShots