IBM solidDB vs MySQL vs SQL Server comparison

Cancel
You must select at least 2 products to compare!
IBM Logo
257 views|170 comparisons
Oracle Logo
Read 140 MySQL reviews
14,155 views|11,529 comparisons
Microsoft Logo
33,485 views|25,100 comparisons
Comparison Buyer's Guide
Executive Summary

We performed a comparison between IBM solidDB, MySQL, and SQL Server 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: March 2024).
765,234 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
  • "When you know the setup will continue to grow, make sure you have the paid support."
  • "​Enterprise editions and support are definitely needed for the heavy users who need direct support. ​"
  • "MySQL Enterprise Support is not cheap, though might still be cheaper than Oracle or SQL Server. They may not have local support depending on where you’re based, but there are many smaller agencies out there that will readily provide support. You’ll need to spend some time looking around."
  • "Can range from free to quite expensive, depending on the environments and requirements, so better to really set goals ahead of setting it up."
  • "I am using the Community Edition, which is available free of charge."
  • "This is an open-source product that can be used free of charge."
  • "It's an open-source database management system that can be used free of charge."
  • "Microsoft licensing for SQL Server is probably ten times more expensive. I used to work for the government, and I remember when we were looking into upgrading to the enterprise version of SQL Server 2019, the licensing was going to cost 350,000. To get the equivalent in the cloud, it was going to be about four grand to get the same processing power and everything else. With MySQL, it was going to be about 300 for the same licensing. Cost-wise, for sure, there is a huge difference. Would you prefer to pay 300 a month or 3,000 to have the same amount of data resources? You might lose a few options that you need, but it isn't worth the price difference."
  • More MySQL Pricing and Cost Advice →

  • "The free version is cumbersome to use and maintain. But $5000 for a licence is more expense than the benefit I would get from a licensed version. A licence might be worth the price to simplify management and speed up searches."
  • "​We are a Microsoft shop, so we use Active Directory. That integrates well with this product, but we did look at Oracle. We also looked at IBM. This was the best price point for us for what we were getting.​"
  • "​It has the easiest licensing."
  • "This is a downside of enterprise Microsoft products."
  • "Currently, almost all of my machines are in Azure and I think it is the best way of licensing now (VM+software)."
  • "The price has been going higher and higher. The market is quite price sensitive."
  • "My advice is quite straightforward. If you know the number of users who really and truly need access to the Server then it is a no-brainer. If you do not know, then get the basic package and minimum licenses and start from there. Needless to say, users can develop/use data structures outside and then deploy onto the Server."
  • "The setup cost is high, but it will return every penny."
  • More SQL Server Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Relational Databases Tools solutions are best for your needs.
    765,234 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:MySQL encrypts connections to protect your data and the biggest benefit from this is that nobody can corrupt it. If you… more »
    Top Answer:I may be considered a MySQL veteran since I have been using it since before Oracle bought it and created paid versions… more »
    Top Answer:One thing I would improve related to MySQL is not within the product itself, but with the guides to it. Before, when it… more »
    Top Answer:SQL Server is fairly priced because it has various editions, depending on the number of users, servers, or core packs… more »
    Top Answer:SQL Server has helped my organization through partitioning to distribute the workload, as it splits them up into smaller… more »
    Top Answer:My company connects through SQL Server authentication. We have company Windows accounts, but we do not want to connect… more »
    Ranking
    Views
    257
    Comparisons
    170
    Reviews
    0
    Average Words per Review
    0
    Rating
    N/A
    Views
    14,155
    Comparisons
    11,529
    Reviews
    26
    Average Words per Review
    423
    Rating
    8.5
    Views
    33,485
    Comparisons
    25,100
    Reviews
    26
    Average Words per Review
    361
    Rating
    8.6
    Comparisons
    Firebird SQL logo
    Compared 25% of the time.
    PostgreSQL logo
    Compared 10% of the time.
    MariaDB logo
    Compared 10% of the time.
    Teradata logo
    Compared 7% of the time.
    Oracle Database logo
    Compared 7% of the time.
    MariaDB logo
    Compared 19% of the time.
    SAP HANA logo
    Compared 14% of the time.
    Oracle Database logo
    Compared 13% of the time.
    IBM Db2 Database logo
    Compared 9% of the time.
    Vertica logo
    Compared 3% of the time.
    Also Known As
    solidDB
    Microsoft SQL Server, MSSQL, MS SQL
    Learn More
    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.

    MySQL is an open-source relational database management system (RDBMS) owned by Oracle. Before Oracle acquired the product, it was completely free for users. After the merge, the solution started offering paid services with more features, alongside a free version. MySQL can easily integrate with a wide variety of programming languages, which makes it one of the most flexible and reliable products among its competitors. This cost-effective solution helps users deliver high-performance and scalable database applications through several products. They include:

    • MySQL HeatWave: This is an in-memory query accelerator for MySQL. It is a parallel, columnar, hybrid query-processing engine with algorithms for distributed query processing. This database service is used for transactions, analytics, and machine learning (ML). It offers simplified, secure real-time analytics. It can be deployed on Oracle Cloud Infrastructure (OCI), Amazon AWS, Azure, and users' data centers.

    • My SQL Enterprise Edition: This edition of the solution includes the most comprehensive set of advanced features, technical support, and management tools. The combination functions achieves security, scalability, reliability, and uptime, while reducing risk, cost, and complexity, in managing MySQL applications.

    • MySQL Standard Edition: This edition utilizes industrial-strength performance and reliability to help users deliver high-performance and scalable Open Transaction Processing (OLTP) applications.

    • MySQL Classic Edition: This is an embedded database for independent software vendors (ISVs), original equipment manufacturers (OEMs), and value-added resellers (VARs), that are developing applications using the MyISAM storage engine.

    • MySQL Community Edition: This is the free version of the product, which is supported by a large active community of open-source developers.

    • MySQL Cluster CGE: This is a distributed database that combines linear scalability and high availability. It offers in-memory real-time access across partitioned and distributed databases.

    • MySQL Embedded: This product offers MySQL as an embedded database and is most widely used by ISVs, OEMs, and VARs. It is utilized for making applications, hardware, and appliances more competitive by bringing them to market faster while lowering their cost of goods sold (COGs).

    My SQL Features

    The characteristics of each MySQL edition differ depending on what it offers and what clients it is catered towards. But the main features of the product include the following:

    • Internals and portability: These capabilities allow MySQL to work on multiple platforms and provide transactional and non-transactional storage engines. This set of features is tested with Purify, Vilgrind, and a broad range of different compilers.

    • Data types: Due to the flexibility of the data types feature of MySQL, the product is compatible with a very wide variety of data types, including fixed-length and variable-length string types.

    • Statements and functions: This feature allows MySQL full operator and function support. It supports a wide variety of functions and allows users to refer to tables from different databases in the same statement.

    • Security: The security features of MySQL provide users with a flexible privileged password system that enables host-based verification. The product offers encryption of all password traffic when users connect to a server.

    • Scalability and limits: MySQL supports large databases with up to approximately 50 million records and up to 64 indexes per table.

    • Connectivity: The connectivity features of the product allow clients to connect to MySQL using several protocols, providing them with freedom of choice in terms of which ones to use.

    • Localization: Through this feature, the product offers availability to users in many languages. The server time zone can be changed dynamically and allows clients to specify their own time zone for their convenience.

    • Clients and tools: The product includes several client and utility programs among its capabilities.

    MySQL Benefits

    MySQL brings many benefits to organizations that use it for their data. The most common ones include:

    • Due to its initial open-source nature, MySQL is an easy to understand and beginner-friendly product.

    • The solution still supports an open-source version as well, which means users can download, use, and modify it based on their requirements.

    • MySQL ensures the consistency of data by storing it efficiently and minimizing redundancy.

    • This is considered one of the fastest solutions on the market, a fact which is backed by many benchmark tests.

    • MySQL is very flexible and supports a large number of embedded applications.

    • The solution is compatible with many operating systems.

    • This product offers clients the option to roll back transactions, as well as commit, and crash recovery.

    Reviews from Real Users

    According to a database engineer at a retailer with more than 10,000 employees, MySQL is a great open-source product that offers great scalability and compatibility.

    Yong S., a solutions specialist, system integration, appreciates this product because it has different licensing options and is easy to set up.

    SQL Server is a relational database management system (RDBMS) by Microsoft. The product's main purposes are to store data and retrieve it as requested by other software applications - on the same computer or on another computer across a shared network. The solution is built on top of Structured Query Language (SQL), which is a standardized programming language used for relational database management.

    The product is tied to Transact-SQL (T-SQL), which is an implementation of SQL from Microsoft that adds several proprietary programming extensions to the standard language. SQL Server is built similarly to other RDBMS products, as its structure is a row-based table that connects related data elements in different tables to one another. One of its most important components is the SQL Server Database Engine, as it controls data processing, storage, and security. Beneath the Database Engine is the SQL Server Operating System, which is used for memory and I/O management, locking data to avoid unneeded upgrades, and job scheduling.

    The solution has four editions with different sets of services and tools. They include:

    • SQL Server Developer
    • SQL Server Expression
    • SQL Server Standard 
    • SQL Server Enterprise

    The first two are available for free and are typically utilized by smaller companies, as they work with fewer functions and storage. The second two editions are generally used by bigger organizations and enterprises and offer more features.

    The solution has several functions through which users can facilitate different data-related processes. These include:

    • Aggregate functions: These functions are used to calculate one or more values and return a single value.

    • Window functions: Window functions calculate an aggregate value based on a group of rows and return multiple rows for each involved group.

    • Date functions: These functions allow clients to handle data and time data efficiently.

    • String functions: Through the string functions, SQL Server processes an input string and returns a string or numeric value.

    • System functions: The system functions of the product return objects, values, and settings.

    SQL Server Services

    SQL Server has a wide range of add-on services that provide additional benefits beyond database management. These services include:

    • Machine learning: SQL Server machine learning services allow users to do machine learning and data analytics within the product.
       
    • Service broker: This feature is a part of the database engine and offers messaging and message queuing for applications on the platform.

    • Replication: This feature consists of transaction replication, merge replication, and snapshot replication. 

    • Analysis: SQL Server Analysis Services (SSAS) adds online analytical processing (OLAP) and data mining capabilities to SQL Server databases.

    • Reporting: This feature supports the development of custom reporting applications.

    • Notifications: This feature generates data-driven notifications which are sent to subscribers of Notification Services.

    • Integration: This SQL Server feature provides capabilities for data integration, data import, and data warehousing.

    • Full-text search: Through this feature, users can utilize specialized indexing and query for unstructured text stored in the solution.

    • Visual studio: This feature supports data programming with SQL Server.

    • Azure Data Studio: This is a cross-platform query editor that can be downloaded and used alongside SQL Server.

    SQL Server Benefits

    The solution has many benefits for users. These include the following:

    • The platform ensures a consistent experience across other platforms while being fast and agile.

    • Through the built-in intelligence features, users can understand their data better.

    • The solution has enterprise-level security, which ensures the smooth and safe performance of users' data.

    • SQL Server offers the ability to retrieve large amounts of data quickly and efficiently.

    • The product installation process is fairly easy, and it offers a user-friendly interface.

    • SQL Server offers improved data storage and retrieval functions through frequent upgrades.

    • The solution reduces the risk of database server attacks, since it is not an open-source database.

    Reviews from Real Users

    A president at a consultancy evaluates SQL Server as a veteran solution with critical log shipping feature

    Harkamal S., a user at a manufacturing company, rates SQL Server with a high mark because it is a stable, scalable, and easy-to-deploy solution that pretty much covers everything.

    Sample Customers
    Iskratel
    Facebook, Tumblr, Scholastic, MTV Networks, Wikipedia, Verizon Wireless, Sage Group, Glassfish Open Message Queue, and RightNow Technologies.
    Microsoft SQL Server is used by businesses in every industry, including Great Western Bank, Aviva, the Volvo Car Corporation, BMW, Samsung, Principality Building Society, Wellmark Blue Cross and Blue Shield, and the Catholic District School Board of Eastern Ontario.
    Top Industries
    VISITORS READING REVIEWS
    Educational Organization21%
    Manufacturing Company9%
    Comms Service Provider9%
    Computer Software Company9%
    REVIEWERS
    Computer Software Company21%
    Financial Services Firm11%
    University10%
    Comms Service Provider9%
    VISITORS READING REVIEWS
    Computer Software Company16%
    Comms Service Provider10%
    Financial Services Firm10%
    Manufacturing Company6%
    REVIEWERS
    Financial Services Firm18%
    Computer Software Company12%
    Manufacturing Company10%
    Comms Service Provider5%
    VISITORS READING REVIEWS
    Educational Organization42%
    Financial Services Firm9%
    Computer Software Company8%
    Manufacturing Company5%
    Company Size
    VISITORS READING REVIEWS
    Small Business9%
    Midsize Enterprise18%
    Large Enterprise73%
    REVIEWERS
    Small Business45%
    Midsize Enterprise18%
    Large Enterprise37%
    VISITORS READING REVIEWS
    Small Business26%
    Midsize Enterprise15%
    Large Enterprise59%
    REVIEWERS
    Small Business41%
    Midsize Enterprise21%
    Large Enterprise39%
    VISITORS READING REVIEWS
    Small Business13%
    Midsize Enterprise48%
    Large Enterprise39%
    Buyer's Guide
    Relational Databases Tools
    March 2024
    Find out what your peers are saying about Microsoft, Oracle, SAP and others in Relational Databases Tools. Updated: March 2024.
    765,234 professionals have used our research since 2012.