Home > Database > Mysql Tutorial > body text

What are the effects of horizontal splits?

hzc
Release: 2020-06-29 13:57:53
Original
1646 people have browsed it

The effects of horizontal splitting are: 1. The splitting rules are well abstracted, and the join operation can basically be done in the database; 2. There is no single database big data, high concurrency performance bottleneck; 3. The splitting rules are difficult to abstract ; 4. The consistency of sharded transactions is difficult to solve.

What are the effects of horizontal splits?

The advantages are:

  • The splitting rules are well abstracted, and the join operation can basically be done in the database.

  • There is no single database big data or high concurrency performance bottleneck.

  • There are less modifications on the application side.

  • Improves the stability and load capacity of the system.

Disadvantages are:

  • Splitting rules are difficult to abstract.

  • The consistency of sharded transactions is difficult to solve.

  • Multiple data expansions are difficult and require great maintenance.

  • Cross-database join performance is poor.

Recommended tutorial: "mysql tutorial"

The above is the detailed content of What are the effects of horizontal splits?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!