Jk_rush: summary of some indexes.

Source: Internet
Author: User

Jk_rush is a summary person. This is a good habit. Take the essence of it and go to its dregs. Stand on the shoulders of giants to see it further and gain a deeper understanding. After reading some summaries of jk_rush's blog index, I feel helpful to myself, jk_rush has a deeper understanding of indexes than I do and is worth learning.

Summary of Indexes

If we want to optimize the database, we can optimize the database system using the following five methods.

1. Computer hardware optimization

2. ApplicationProgramOptimization

3. Database INDEX OPTIMIZATION

4. SQL statement Optimization

5. Transaction Processing Optimization

In this blog post, we will want to talk about the index types and application scenarios in databases. This article takes SQL Server as an example and provides reference value for other technical platforms, as long as the correspondingCodeThat's it!

Indexing allows the database engine to perform faster and targeted data retrieval, rather than simply full table scan ).

To use valid indexes, we must have an understanding of the index structure, and we know that adding an index to a data table requires the creation and maintenance of an index table, therefore, we need to globally determine whether adding an index can improve the query performance of the database system.

Http://www.cnblogs.com/rush/archive/2012/04/22/2465683.html

Jk_rush also has some other wonderful blog posts that may be helpful to you. You can select and share the articles that will help you...

 

Related Article

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.