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

    Azure SQL Database

    Score8.5 out of 10
    N/AAzure SQL Database is Microsoft's relational database as a service (DBaaS).

    $0.50

    Per Hour

    Pricing
    Apache DerbyAzure SQL Database
    Editions & Modules
    No answers on this topic
    2 vCORE
    $0.5044
    Per Hour
    6 vCORE
    $1.5131
    Per Hour
    10 vCORE
    $2.52
    Per Hour
    Offerings
    Pricing Offerings
    Apache DerbyAzure SQL Database
    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
    Community Pulse
    Apache DerbyAzure SQL Database
    Considered Both Products
    Apache
    No answer on this topic
    Microsoft
    No answer on this topic
    Key User Insights
    Would buy again
    No answers on this topic
    100%
    Would buy again
    17 Answers
    Delivers good value for the price
    No answers on this topic
    100%
    Delivers good value for the price
    16 Answers
    Happy with the feature set
    No answers on this topic
    94%
    Happy with the feature set
    16 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    No answers on this topic
    94%
    Implementation went as expected
    16 Answers
    Features
    Apache DerbyAzure SQL Database
    Database-as-a-Service
    Comparison of Database-as-a-Service features of Apache Derby and Azure SQL Database
    Feature
    Apache Derby
    -
    Ratings
    Azure SQL Database
    7.2
    32 Ratings
    16% below category average
    Automatic software patching00 Ratings6.330 Ratings
    Database scalability00 Ratings7.832 Ratings
    Automated backups00 Ratings7.832 Ratings
    Database security provisions00 Ratings8.832 Ratings
    Monitoring and metrics00 Ratings6.831 Ratings
    Automatic host deployment00 Ratings6.127 Ratings
    Best Alternatives
    Apache DerbyAzure SQL Database
    Small Businesses
    No answers on this topic
    MongoDB Atlas
    Score7.8 out of 10
    Medium-sized Companies
    No answers on this topic
    Azure Database
    Score8.8 out of 10
    Enterprises
    No answers on this topic
    Google Cloud SQL
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Apache DerbyAzure SQL Database
    Likelihood to Recommend
    7.0
    (3 ratings)
    8.0
    (32 ratings)
    Likelihood to Renew
    -
    (0 ratings)
    8.0
    (1 ratings)
    Usability
    -
    (0 ratings)
    8.5
    (5 ratings)
    Support Rating
    -
    (0 ratings)
    9.0
    (5 ratings)
    User Testimonials
    Apache DerbyAzure SQL Database
    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
    Microsoft
    We have found it's a great alternative for making older legacy applications work with online databases instead of only on-premises databases. We've converted over a dozen applications this way, and it has allowed our clients to have a distributed workforce using their applications without incurring the expense of a complete application rewrite.
    Incentivized
    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
    Microsoft
    • Maintenance is always an issue, so using a cloud solution saves a lot of trouble.
    • On premise solutions always suffer from fragmented implementations here and there, where several "dba's" keep track of security and maintenance. With a cloud database it's much easier to keep a central overview.
    • Security options in SQL database are next level... data masking, hiding sensitive data where always neglected on premise, whereas you'll get this automatically in the cloud.
    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
    Microsoft
    • One needs to be aware that some T-SQL features are simply not available.
    • The programmatic access to server, trace flags, hardware from within Azure SQL Database is taken away (for a good reason).
    • No SQL Agent so your jobs need to be orchestrated differently.
    • The maximum concurrent logins maybe an unexpected problem.
    • Sudden disconnects.
    • The developers and admin must study the capacity and tier usage limits https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits otherwise some errors or even transaction aborts never seen before can occur.
    • Only one Latin Collation choice.
    • There is no way to debug T-SQL ( a big drawback in my point of view).
    Incentivized
    Read full review
    Likelihood to Renew
    Apache
    No answers on this topic
    Microsoft
    This is best solution as a DBA one could expect from a service provider and as a cloud service, it removes all your hassles.
    Incentivized
    Read full review
    Usability
    Apache
    No answers on this topic
    Microsoft
    The interfaces are intuitive once you are familiar with all the functions. The ability to use different tools to interact with the platform, such as directly via a browser or code editors such as VS Code or Visual Studio is a great option and allows for integrating withn the project and other testing and developing tools.
    Incentivized
    Read full review
    Support Rating
    Apache
    No answers on this topic
    Microsoft
    We give the support a high rating simply because every time we've had issues or questions, representatives were in contact with us quickly. Without fail, our issues/questions were handled in a timely matter. That kind of response is integral when client data integrity and availability is in question. There is also a wealth of documentation for resolving issues on your own.
    Incentivized
    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
    Microsoft
    We moved away from Oracle and NoSQL because we had been so reliant on them for the last 25 years, the pricing was too much and we were looking for a way to cut the cord. Snowflake is just too up in the air, feels like it is soon to be just another line item to add to your Azure subscription. Azure was just priced right, easy to migrate to and plenty of resources to hire to support/maintain it. Very easy to learn, too.
    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
    Microsoft
    • Perfect for small and medium databases, being very cost effective.
    • As a Platform as a Service, there is no concern about patches, upgrades and end of life.
    • Be aware of security and network capabilities. The service cannot run in the VNET as Azure Virtual Machines do.
    Read full review
    ScreenShots