Processing of large data volumes

Source: Internet
Author: User

In fact, this question is always mentioned during the interview.

 

1. Create a special summary table (this table is usually used for statistics processing every night) and index creation (index insertion and modification will be slow, which is also one of the only statistical reasons) for query, if the volume is very large, the table sharding is still large. Database sharding is the concept of a data warehouse.

2. Join Table query (Multi-table joint query) of big data, first is 1 (multiple tables are made into one statistical table, or multiple tables are processed as statistical tables ), no matter whether the association is closed or not, make a statistical table. If you have to operate the table for processing, it is a good way to make a view.

3. database solution: a partition table divides the data of a large table into many small subsets called partitions.

I don't understand other related DBA query Optimizations

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.