IBM solidDB vs MariaDB vs Oracle Database comparison

Cancel
You must select at least 2 products to compare!
IBM Logo
256 views|167 comparisons
100% willing to recommend
MariaDB Logo
10,650 views|9,340 comparisons
96% willing to recommend
Oracle Logo
25,652 views|17,747 comparisons
92% willing to recommend
Comparison Buyer's Guide
Executive Summary

We performed a comparison between IBM solidDB, MariaDB, and Oracle Database based on real PeerSpot user reviews.

Find out what your peers are saying about Microsoft, Oracle, SAP and others in Relational Databases Tools.
To learn more, read our detailed Relational Databases Tools Report (Updated: April 2024).
768,578 professionals have used our research since 2012.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pricing and Cost Advice
Information Not Available
  • "The price of this solution represents a very good compromise between the cost and what it offers."
  • "It's an open-source solution."
  • "The licensing cost is approximately $4000.00 per year and the licensing is based on the software and the number of posts that you make."
  • "I used the open-source version, which is available free of charge."
  • "This is an open-source product, which can be used free of charge."
  • "This is an open source solution with no licensing fees."
  • "MariaDB is open-source and self-hosted."
  • "When it comes to MariaDB, it should have a more cost-effective license."
  • More MariaDB Pricing and Cost Advice →

  • "Be prepared to pay for consulting services, and do not underestimate the time required to find and hire good quality database administrators."
  • "​The license cost need to be optimized. The licensing cost is very high compared to other RDBMS."
  • "The main issue where I feel that Oracle still has a problem is with the licensing. Licensing is still expensive and the reason why today most startups use other, cheaper databases. Those other databases are much less sophisticated than Oracle."
  • "The price is very expensive for the support."
  • "It is an excellent product, as long as the organization can afford the price tag."
  • "Our licensing costs are between $40,000 and $50,000 per year. Those are the costs that cover maintenance and licensing."
  • "The pricing is something that Oracle should work on to make the product more affordable, especially to businesses in third-world countries."
  • "It is very expensive. We pay in dollars, so the inflation and conversion cost is also there for us. They charge on a yearly basis for the license."
  • More Oracle Database Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Relational Databases Tools solutions are best for your needs.
    768,578 professionals have used our research since 2012.
    Questions from the Community
    Top Answer:Your concern as a mainframe engineer is understandable, and the decision by Fujitsu to give up its mainframe business is… more »
    Top Answer:There is the need for a robust IDE for MongoDB. The existing PHP admin console doesn't meet the client's requirements… more »
    Top Answer:Price-wise, the product is affordable. The product is not expensive.
    Top Answer:There is the need for a robust IDE for MongoDB. The existing PHP admin console doesn't meet the client's requirements… more »
    Top Answer:My company has been using Oracle Exadata Database Service for some years now, and we are happy with it. I will allow… more »
    Top Answer:Undoubtedly, Oracle Database is a top product in its category. But it does have its disadvantages, and for me and my… more »
    Top Answer:Oracle Database is flexible and can be used for many things. My company's main use case for this product is for storing… more »
    Ranking
    Views
    256
    Comparisons
    167
    Reviews
    0
    Average Words per Review
    0
    Rating
    N/A
    Views
    10,650
    Comparisons
    9,340
    Reviews
    28
    Average Words per Review
    438
    Rating
    8.0
    Views
    25,652
    Comparisons
    17,747
    Reviews
    19
    Average Words per Review
    355
    Rating
    8.4
    Comparisons
    SQL Server logo
    Compared 37% of the time.
    PostgreSQL logo
    Compared 12% of the time.
    Firebird SQL logo
    Compared 11% of the time.
    MySQL logo
    Compared 11% of the time.
    Percona Server logo
    Compared 5% of the time.
    Also Known As
    solidDB
    Oracle 12c, RDBMS
    Learn More
    MariaDB
    Video Not Available
    Overview

    IBM solidDB is a relational database server that combines the high performance of in-memory tables with the nearly unlimited capacity of disk-based tables.

    Pure in-memory databases are fast, but strictly limited by the size of memory. Pure disk-based databases allow nearly unlimited amounts of storage, but their performance is dominated by disk access. Even if the computer has enough memory to store the entire database in memory buffers, database servers that are designed for disk-based tables can be slow because the data structures that are optimal for disk-based tables are far from being optimal for in-memory tables. The solidDB solution is to provide a single hybrid database server that contains two optimized engines inside it:

    • The main-memory engine (MME) is optimized for in-memory access.
    • The disk-based engine (DBE) is optimized for disk-based access.

    Both engines coexist inside the same server process, and a single SQL statement can access data from both engines.

    MariaDB is an open source relational database created by the original founders of MySQL. It is considered one of the most popular and trusted database servers throughout the world. MariaDB is a valued component found in most cloud offerings and is the default in many Linux tools. It is also widely used by Wikipedia, WordPress, and Google, among other well-known sites. Maria DB easily melds data into concise information from a vast array of applications, such as banking, online shopping, websites, and more.

    MariaDB was originally created to improve MySQL performance. It is the most widely chosen database server due to the solution being super fast, robust, user-friendly, and easily scalable. MariaDB also offers a substantial ecosystem of plugins, storage engines, and numerous other valuable tools that make it very attractive for a significant offering of use cases.

    The solution’s newest functionalities include compatibility with Oracle Database and Temporal Data Tables, and advanced clustering with Galera Cluster 4, which make it easier for users to research data history from any point in the past. Additionally, the most recent versions include JSON and GIS features. MariaDB is committed to staying an open source solution.

    MariaDB Features

    • More storage: MariaDB works with more storage engines than MySQL and most other database servers available. Some storage options include, but are not limited to ARCHIVE, MERGE, CSV, MEMORY, BLACKHOLE, MyISAM, ColumnStore, MyRocks, and Cassandra.

    • Super fast: MariaDB offers faster authentication checks. The FlushSSL permits SSL certificates to be reloaded without a server restart, resulting in huge time savings.

    • Improved testing: MariaDB offers an extending testing suite that runs faster and can test more than ever before. Bugs can be easily fixed and invalid tests removed.

    • Genuinely open source: Every code in MariaDB is GPL, LGPL, or BSD. Client libraries [for Windows (ODBC), Java (JDBC), or C] allow linking to closed source software. All fixed bug cases and development plans are completely public. MariaDB is a community-developed solution representing the true spirit of open source products.

    Reviews from Real Users

    Faustine C., Engineering Supervisor- Corporate Data Solutions and Services at TZ Telecoms Corporation, shares, “The software provides a lot of information on what is happening inside the database. For most performance parameters it is easy to know if something is not right in the configuration or optimization which helps engineers take remedial fine-tuning measures. For example, if the database is underperforming it is easy to know which performance parameter can be adjusted to handle the workload. It is difficult to troubleshoot database issues if many performance parameters can not be monitored or debugged which is the case with some database management systems. It provides great monitoring of data storage, processing, and performance stability which is really important for real-time data storage and processing. It's a user-friendly product.”

    A PeerSpot user who is a Senior Engineer at a tech services company relates, “ The solution's high availability is its most valuable aspect. We have found the product to be stable and the initial setup is pretty simple. I'd rate the solution at a ten out of ten. I'm very happy with it overall. I would recommend the solution to others. It's easy to find details about the product online and to learn about it.”

    Oracle Database is a top-ranking multi-model database management system by Oracle Corporation. Through Oracle database services and products, clients receive cost-optimized and high-performing versions of Oracle Database, as well as in-memory, NoSQL, and MySQL databases. The solution is available by several service providers on premises, in the cloud, or as a hybrid installation. It can be run on vendor servers as well as on Oracle hardware, including Exadata on-premise, Oracle Cloud, or Cloud at Customer.

    Users can select from various types of Oracle Database solutions, depending on what they aim to do with this product. Based on their specific needs, they can choose among options that include:

    • Autonomously managed Oracle databases: This type of database eliminates the complexity of operating and securing Oracle Database, while simultaneously ensuring high levels of performance, scalability, and availability for users.

    • Oracle Database on Exadata: Users who seek particularly fast platforms can select this type of running solution. Exadata is a computing platform that is optimized for running Oracle Databases and it serves as the fastest platform for Oracle Database.

    • Oracle Database on-premises deployment: The product allows for deployment on-premises for clients who have data residency and network latency concerns. This option also offers customers the benefit of updated Oracle Cloud technology, including Exadata and Autonomous Database.

    • Oracle Database in the cloud: Organizations can use a specific version of this tool in the cloud, benefiting from complete control over the versions they run and when these versions change.

    Part of this product is a fully automated database service called Oracle Autonomous Database, which facilitates the development and deployment of application workloads for organizations. It is built on Oracle Database as well as on Oracle Exadata. This service supports various data types and simplifies application development and deployment from modeling and coding to extract, transform, load process (ETL), data analysis, and database optimization. The service achieves high results in:

    • Performance
    • Availability
    • Security for online transaction processing (OLTP)
    • Analytics
    • Batch
    • Internet of Things (IoT) workloads

    Oracle Database Features

    Oracle Database has various features which users can utilize in their work with the solution. Among these features are the following:

    • Backup and recovery: Oracle Database ensures the integrity of users' data in system failure situations. This feature utilizes a tool named Recovery Manager (RMAN), which allows administrators to perform cold, hot, and incremental database backups, as well as point-in-time recoveries.

    • Clustering: This feature enables high availability of systems in order to run without interruption of services on occasions when one or more servers in a cluster fail. Included is a tool called Oracle Real Application Clusters.

    • Data dictionary: Through this set of internal tables and views, Oracle Database can be administered more efficiently.

    • Logical data structure: Through its feature for logical data structure, Oracle Database stores data in a way that allows users to interact with the database without knowing where the physical storage of the data is located.

    • Memory catching: Through the memory caching architecture feature, users can scale up very large databases and still perform at a considerably high speed.

    • Partitioning: This feature allows users to divide large tables into different pieces and store the pieces across storage devices.

    Oracle Database Benefits

    Oracle Database offers its users various benefits. Some of these include:

    • The solution decreases costs for organizations and provides a high return on investment (ROI) through the multiple services and features it offers.

    • Oracle Database has high-security protection which includes encryption, key management, data masking, and activity monitoring, that secures organizations' data within the tool.

    • The tool offers users the ability to use a single database for all data types, simplifying the process for them.

    • Oracle Database can be deployed in multiple places, including data centers and public and private clouds, which allows great flexibility for users.

    • The product allows applications from different platforms to communicate with the database through its networking stack.

    • Oracle Database is ACID-compliant, which helps maintain data reliability and integrity.

    Reviews from Real Users

    Paul S., president at Advance Consulting Enterprise, likes Oracle Database because it gets the job done, doesn't fail, and suitable for massively scalable applications.

    An Oracle DBA at a computer software company describes Oracle Database as reliable with good performance and very good stability.

    Sample Customers
    Iskratel
    Google, Wikipedia, Tencent, Verizon, DBS Bank, Deutsche Bank, Telefónica, Huatai Securities
    Agncia Nacional de guas, Anbima, Aria Systems, Asiana Airlines, Astelit LLC, Australian Finance Group, Banco Occidental de Descuento, Bharat Petroleum Corporation Limited, BT, Caja de Seguros S.A., Casas GEO S.A.B. de C.V., Comic Relief UK, Corsair Components Inc., CSAM Health AS, CSOB Group, Datacraft Solutions, DenizBank A.S., Department of Treasury and Finance WA, Office of State Revenue, Deutsche B_rse AG, Deutsche Lufthansa AG, Deutsche Messe AG, Digicel Haiti, DPR COSEA, Essar Group, Essatto Software Pty Ltd, Farmšcia e Drogaria Nissei Ltda., Fomento Econ‹mico Mexicano S.A.B. de C.V. (FEMSA), FundaÊo Petrobras de Seguridade Social, Future Group, GFKL Financial Services AG, Grupo Posadas S.A.B. de C.V., Grupo Sinosserra, Guerra S.A. Implementos Rodovišrios, Hanatour International Service, Hays plc, Henan Mobile Co. Ltd, Hochschule Hof, Hong Kong and China Technology (Wuhan) Co. Ltd (Towngas Technology), Industries Corpa_al C.A., Infrastructure Development Finance Company Limited, Instituto Brasileiro de Geografia e Estatstica, Instituto Mexicano de la Propiedad Industrial, Kcell, LinkShare Corporation, MercadoLibre Inc., MetLife Inc., Nextgen Distribution, €BB-IKT GmbH, Octagon Research Solutions, Pacific Lutheran University, Paragon Data GmbH, Ping ltd., PJSC Trustbank, Prodaub _ Processamento de Dados de Uberl_ndia, Purdue University, Redknee Inc., Robi Axiata Limited, Shanghai Infoservice Technology Co. Ltd, Shanghai Sihua Technologies Co. Ltd, Sistema de Aguas de la Ciudad de M_xico, Solihull Metropolitan Borough Council, Suddenlink Communications, Suprajit Engineering Limited, Tallink Grupp, Terminales Ro de la Plata S.A., Therap Services LLC, Think Passenger Inc., Trafigura, Transmed S.A.L Lebanon, ValeShop, VelQuest Corporation, Vodafone Group plc, West Virginia Network, WIND Hellas Telecommunications S.A
    Top Industries
    VISITORS READING REVIEWS
    Educational Organization20%
    Comms Service Provider9%
    Computer Software Company9%
    Retailer7%
    REVIEWERS
    Computer Software Company19%
    Manufacturing Company16%
    Financial Services Firm13%
    Comms Service Provider13%
    VISITORS READING REVIEWS
    Computer Software Company15%
    Comms Service Provider12%
    Financial Services Firm8%
    Educational Organization8%
    REVIEWERS
    Financial Services Firm17%
    Computer Software Company14%
    Government8%
    Comms Service Provider7%
    VISITORS READING REVIEWS
    Financial Services Firm20%
    Computer Software Company12%
    Manufacturing Company8%
    Government8%
    Company Size
    VISITORS READING REVIEWS
    Small Business8%
    Midsize Enterprise19%
    Large Enterprise74%
    REVIEWERS
    Small Business39%
    Midsize Enterprise22%
    Large Enterprise39%
    VISITORS READING REVIEWS
    Small Business26%
    Midsize Enterprise16%
    Large Enterprise57%
    REVIEWERS
    Small Business26%
    Midsize Enterprise19%
    Large Enterprise54%
    VISITORS READING REVIEWS
    Small Business17%
    Midsize Enterprise12%
    Large Enterprise71%
    Buyer's Guide
    Relational Databases Tools
    April 2024
    Find out what your peers are saying about Microsoft, Oracle, SAP and others in Relational Databases Tools. Updated: April 2024.
    768,578 professionals have used our research since 2012.