In C #. net, batch processing is used to process big data and database interactions, improving performance and reducing memory pressure.

Source: Internet
Author: User
Int batchmax = 100; // set int curloc = 0; arraylist personlist = NULL; // batch processing while (true) {# region batch if (curloc + batchmax> arrpersonid. count) {personlist = arrpersonid. getrange (curloc, arrpersonid. count-curloc); curloc = arrpersonid. count;} else {personlist = arrpersonid. getrange (curloc, batchmax); curloc = curloc + batchmax;} If (personlist = NULL | personlist. count = 0) {break;} # endregion // use the new data set personlist to interact with the data, reducing the pressure on a query, at the same time, it also reduces the low performance of a single loop}

 

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.