InnoDB and the clustered primary key: why your PK choice matters
In MySQL's InnoDB, the table is the primary key index. That single fact shapes insert speed, index size and how you should pick primary keys.
#indexing#internals#schema-design

Relational database
The popular open-source database behind much of the web.
A widely deployed relational database whose default InnoDB storage engine provides ACID transactions, row-level locking and clustered primary keys. Available as Community and Enterprise editions.
In MySQL's InnoDB, the table is the primary key index. That single fact shapes insert speed, index size and how you should pick primary keys.
#indexing#internals#schema-design
Oracle has announced the availability of the first release candidate of MySQL 8.0.
#news
MySQL Connector/Net 7.0.4 is the first developer release which expands cross-platform supporting Linux and OS X while using Microsoft’s .NET Core framework.
#linux#microsoft#news
In SQL Server 2016, Microsoft introduced several new Query Optimizer improvements.
#microsoft#news#sql-server-2016
In this article we will learn about null values in MySQL.
Learn what MySQL Enterprise has to offer to developers and enterprises to build and manage scalable, reliable, and highly available database.
In this video, Mike Zinner, Sr. Software Developer Director at Oracle, introduces the recently-announced MySQL Document Store.
#news
In this article we learn how to create and drop a table in MySQL.
In this article you will learn how to create and use database in MySQL.
#mysql-5.7
MySQL 5.7 is the latest release of the most popular open source database. Here is a list of new and improved features in this release.
#mysql-5.7