[3. Advanced redis features]

Redis advanced features Slow query Many storage systems (such as MySQL) provide slow query logs to help developers and operation and maintenance personnel locate the slow operation of the system. The so-called slow query log is that the system calculates the execution time of each command before and after the command is executed. When it exce ...

Posted by Russia on Sun, 02 Jan 2022 15:22:13 +0100

mysql notes of dark horse programmer -- basic operation of index

Video link: https://www.bilibili.com/video/BV1iF411z7Pu 1.3. 1. Basic operation of index 1.3. 1.1. Index overview What is the index Index is to build a data model through some algorithm to quickly find the row with a specific value in a column. Without index, MySQL must read the whole table from the first record until the relevant row ...

Posted by jmosterb on Sun, 02 Jan 2022 14:10:32 +0100

Zero foundation of MySQL from introduction to mastery (constraint)

Zero foundation of MySQL from introduction to mastery (constraint) MySQL constraints concept constraint Constraints are actually constraints on the data in the table effect The purpose of adding constraints is to ensure the integrity and effectiveness of the records in the table. For example, the values of the column (mobile phone number) ...

Posted by tymlls05 on Sun, 02 Jan 2022 06:19:42 +0100

Detailed explanation of Redis data types: hash type and zset type

1. hash data type and structure 1.1 introduction to hash types Redis hash data structure is a key value pair (key value) set, which is a mapping table of field and value of string type. Redis itself is a key value database, so the hash data structure is equivalent to another layer of key value data in value. Therefore, the hash data structure ...

Posted by cricher on Sat, 01 Jan 2022 19:26:58 +0100

Full link online production database pressure tester: Apache ShardingSphere shadow library feature upgrade

Author introductionHou YangSphereEx middleware R & D Engineer, Apache ShardingSphere Contributor.At present, it focuses on the design and R & D of ShadowDB and full link voltage measurement.What is full link voltage measurementWith the rapid development of the Internet industry, the business has also entered a rapid expansion stage. It ...

Posted by langemarkdesign on Sat, 01 Jan 2022 11:38:21 +0100

Zabbix 4.0 upgrade 5.0 &&ES 6.1 upgrade 7.0

WeChat official account: operation and development story, author: wanger one Upgrade scheme 1 Scope of influence During the upgrade, the existing system will not be affected, and the system will maintain normal operation. After the upgrade, the availability test will be conducted for a period of time, and the production monitoring will b ...

Posted by WD.Gh0st on Sat, 01 Jan 2022 08:59:58 +0100

Computer information system

Computer information system Definition: data intensive, man-machine interactive computer system with the main purpose of providing information services Features: large quantity, lasting, sharing and providing a variety of services Structure: 1,Resource Management(DBMS and DB All on this layer) Various data information and resource manage ...

Posted by LeslieHart on Sat, 01 Jan 2022 08:38:57 +0100

Implementing Redis distributed lock from zero to one coding

Some students are so pissing. You can understand it. If you don't do it yourself, how can you understand it thoroughly? Let's do it together! Usage scenario and model selection The distributed multi node deployment mode makes it possible for shared variables to be operated at the same time. In case of data consistency requirements, global loc ...

Posted by oeb on Sat, 01 Jan 2022 03:03:06 +0100

Wan Da #3, the reference for the best configuration of MGR. Should the monitoring indicators in PFS be fully turned on? How to check if mysqld process occupies too much memory

The original content of GreatSQL community cannot be used without authorization. Please contact Xiaobian and indicate the source for reprint.Question 1, is there a recommended reference for the best configuration of MGR operationAt the sharing meeting of Guangzhou station of "3306 π" community on May 22, Lou Shuai, CTO of Wanli dat ...

Posted by troybtj on Fri, 31 Dec 2021 18:50:46 +0100

The master-slave synchronization configuration of Mysql is the same as slave IO running and Slave_SQL_Running is no problem

Master slave synchronization Note: the code in this article may involve misuse of Chinese characters, such as quotation marks and commas. Ask the paster to debug and modify the self code. Open the primary server mysql database configuration file Find my. In the mysql installation directory Ini configuration file, add under [mysqld] server-i ...

Posted by Royalmike on Fri, 31 Dec 2021 18:08:47 +0100