What is the paging Method for large data volumes? Low LIMIT efficiency

Source: Internet
Author: User
What is the paging Method for large data volumes? What is the paging Method for a large amount of data with low LIMIT efficiency? Low LIMIT efficiency

Reply content:

What is the paging Method for large data volumes? Low LIMIT efficiency

$ SQL = "select * from user where id> {$ id} limit 10"; $ id indicates the maximum value of the previous page.

Cache the data. Maybe we should consider restructuring the database structure.

On the sphexample...

I don't know what database you are using. Does it support streaming )? If the data volume is large, it is suitable to use the streaming mode, so that data can be returned while being executed, instead of caching all data in the memory, thus reducing the pressure on the server.

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.