Labels: index

43 results found

transfer

Larravel 10 Chinese Document data base

brief introduction Migration is like database versioning, which allows teams to define and share database schema definitions for applications. If you ever told a teammate that after pulling your changes from source control

Published by Xueyuan Jun 9 months ago    Number of views: 2061    Number of likes: 0

Basic Implementation Series of Redis Common Data Structures (V): Ordered Collection

High performance Redis practice Basic Principles

Because the hash table is unordered, while the underlying layer of the regular Redis collection (not the IntSet implementation) is based on the hash table, it is also unordered. In order to make the collection elements become

Published by Xueyuan Jun 3 years ago    Number of views: 409    Number of likes: 0

View the underlying architecture and basic implementation of Redis through the lifecycle of Redis instruction execution

High performance Redis practice Basic Principles

Primer The previous college introduced the data structure and practical application of Redis through the system of more than 20 tutorials. Starting from today's tutorial, let's go deep into Redi

Published by Xueyuan Jun 3 years ago    Number of views: 1314    Number of likes: 0

Larave Database Performance Optimization Practice (7): One to one and many to one associative query sorting implementation and performance optimization

High performance MySQL Practical Optimization

Review of basic theories In the previous tutorials, Xuejun has successively demonstrated the performance optimization of single table query, statistical query, associative query and fuzzy matching in Larave database

Published by Xueyuan Jun 3 years ago    Number of views: 4387    Number of likes: 0

Laravel Database Performance Optimization Practice (5): Optimizing Fuzzy Matching Queries Using Functional Indexes and Virtual Generated Columns

High performance MySQL Practical Optimization

Next, let's look at an example of fuzzy matching query optimization. The so-called fuzzy matching is LIKE query. The basic principles of LIKE query optimization are as follows:

Published by Xueyuan Jun 3 years ago    Views: 3849    Number of likes: 1

Larave Database Performance Optimization Practice (I): Measuring Database Performance Indicators

High performance MySQL Practical Optimization

In front of you, I will give you an overall introduction from the overall architecture of the server side to InnoDB index, transaction and database high availability through 32 tutorials

Published by Xueyuan Jun 3 years ago    Number of views: 5923    Number of likes: 1

Solution to Online Database Burst Performance Problem Caused by Slow Query

High performance MySQL High availability

What are the unexpected problems online In the daily maintenance of websites or applications, you may encounter some MySQL sudden performance problems: for example, a slow query will drag down the entire database, leading to the core

Published by Xueyuan Jun 3 years ago    Number of views: 1181    Number of likes: 1

The underlying execution strategy of subqueries and how to use indexes for optimization

High performance MySQL Index

In the previous tutorials, Xuejun has introduced how to optimize based on indexes in MySQL for full value matching, range matching, paging, sorting, grouping, and join queries

Published by Xueyuan Jun 3 years ago    Number of views: 901    Number of likes: 1

The underlying principle of internal and external join queries and how to use indexes to optimize performance

High performance MySQL Index

Basic usage of connection query MySQL is called relational database because the association between data tables can be established through foreign keys. In the actual project development, the number in the database

Published by Xueyuan Jun 3 years ago    Number of views: 1005    Number of likes: 1

How to use indexes to optimize queries with paging, sorting, and grouping statistics

High performance MySQL Index

When we perform daily SQL queries, we often use additional constraints such as LIMIT and ORDER BY to filter the result set, so that the returned results meet our expectations

Published by Xueyuan Jun 3 years ago    Number of views: 1433    Number of likes: 2

Index usage and explain result field resolution in range matching query

High performance MySQL Index

In the last tutorial, you introduced the use of database indexes in full value matching queries, as well as the underlying principle and practical application of the leftmost prefix principle. Today, let's continue to look at another common database query

Published by Xueyuan Jun 3 years ago    Number of views: 1493    Number of likes: 1

The use of indexes in full value matching queries and the underlying principle of leftmost prefix principle

High performance MySQL Index

In the last tutorial, you will show us two data table initialization methods. Because the use of stored procedures is faster, this method is recommended for data filling. Next, let's analyze different types of

Published by Xueyuan Jun 3 years ago    Number of views: 1474    Number of likes: 2

Provide full-text search solution based on Larravel Scout

Larravel 8 Chinese Document Official expansion pack

brief introduction Larravel Scout provides a simple, driver based solution for the implementation of Eloquent model full-text search. By using model observers, Sc

Published by Xueyuan Jun 3 years ago    Number of views: 4032    Number of likes: 0

transfer

Larravel 8 Chinese Document Database operation

brief introduction Migration is like database version control. This mechanism allows teams to easily edit and share the database table structure of applications. Migration is usually the same as Laravel's Sc

Published by Xueyuan Jun 3 years ago    Views: 15373    Number of likes: 1

Gags: summary of B+index tree and quick filling of test data in data table

High performance MySQL Index

Review of B+Index Tree In the last tutorial, Mr. Xuejun introduced how to maintain the B+tree corresponding to different types of database indexes, which is actually the bottom layer when updating database table records

Published by Xueyuan Jun 3 years ago    Views: 1320    Number of likes: 1