The redis and mysql double-write caches are not consistent: however, in terms of updating the cache, whether to update the cache or delete the cache...
Hello, I'm Larry Wang. Creating and using indexes correctly is the foundation of high-performance queries. We've already looked at the data structures associated with indexes,...
In most enterprise development or Web development, social data is stored and retrieved. There are two basic methods for storing data. File System Database File...
MariaDB is a separate community maintained version of MySQL that forks and is a perfect substitute for MySQL. This article explains how to install and...
Huawei Cloud GaussDB passes several rounds of rigorous test cases before each product is released. It was during this rigorous validation process that we discovered...
The article was first published on the public account (yuebanfeiyu), and then synchronized to the personal website: https://xiaoflyfish.cn/ wechat search: Yuebanfeiyu, make a friend, into...
Mysql with its good performance, easy to use, free and open source advantages by developers love. There are many excellent articles about Mysql on the...
The overview and principle of master-slave replication, the architecture of one master-slave replication and double master-slave replication, and the data consistency of master-slave synchronization are...
This is the fourth article illustrating MySQL. This article will give you a thorough understanding of the relationship between B+ trees and indexes. Thorough understanding...
The topic of "MySQL parallel replication" has been brought up again recently because some developers feel that "5.7 parallel replication has finally solved the problem...
The MySQL binary log is the basis for primary/secondary replication. It records all changes to the MySQL database, including additions, deletions, changes, searches, and table...
This paper mainly discusses the concurrency principle behind database transactions by connecting 9 kinds of locks, 3 kinds of reads and 4 kinds of isolation...
The native environment centos6.5 IP: 192.168.117.1291. Links to download the installation package: https://www.percona.com/downloads/XtraBackup/LATEST/2. Download completed
Redo log is a guarantee of transaction persistence, undo log is a guarantee of transaction atomicity. This article mainly introduces the function, storage structure and...
Environment Preparing database version: MySQL 5.7.20-log Creating a table SQL initializing data Preparing 769,063 items of data Background Service organizations sell products. One service organization...
Primary/secondary advantages Avoiding database single point of failure: The primary server replicates data to the secondary server in real time and asynchronously. When the primary...
Database design specification, including the first, two, three and four, five paradigms and their corresponding cases, as well as ER model and data table design...