How to deal with high concurrency problems

Large data volume and high concurrency website processing

 

Background optimization:

  1. Use caching to reduce interaction with the database and improve performance.
  2. Database optimization, using views, sacrificing space for time, reducing the use of frame-based DB operation tools, and  improving query efficiency.
  3. For big data query, the corresponding sequence index can be established.

Platform optimization:

  1. For high-concurrency portals, use server clusters.
  2. Use pure static html pages to avoid a large number of database access requests




 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326355017&siteId=291194637