1. Try to implement group grouping in SQL. Although the database needs grouping operation, there is index in the database, so the operation speed is fast, and the number of records fetched to the report server side is greatly reduced, and the fetching speed is greatly accelerated. Therefore, when grouping operation is carried out on the report side, only a small number of records are needed, and the operation speed of the report is greatly accelerated.
2. To modify the expression of background color, use row () as little as possible. For example, calculate the line number in a grid of each line, and then judge the background color expression. The odd and even line judgment of background color, such as: if (row ()% 2 = = 0, – 3342337), is mainly row (), because this function can not optimize the calculation, and the number of expressions must be calculated as many times, and the calculation must be delayed after the expansion. In this way, if you expand more, it will have a greater impact on performance.
3. For cross grouping, the number of data sets should be reduced as much as possible, and single data set should be used as much as possible.
Read More:
- circuit_breaking_exception,“reason“:“[parent] Data too large, data for [<http_request>]
- Kibana access error: data too large [How to Solve]
- On the use of cnzz statistics advertising research note
- Summary of database
- Inconsistency between adapter data and UI data after dragging recyclerview (data disorder)
- Summary of MySQL error code
- Appium step pit summary — solution
- Summary of common runtimeException exceptions
- Python memoryerror (initializing a large matrix)
- Django + jQuery get data in the form + Ajax send data
- Failed to load response data:No data found for resource with given identifie
- mysql5.7.26:[ERR] 1118 – Row size too large (> 8126)
- Error: The size of the connection buffer (131072) was not large enough
- Summary of errors in installing texlive2017
- Summary of OpenGL simple solar system simulation
- OpenGL learning summary (1)
- Solving windows error: [error 87] classification: problem summary
- JavaScript summary: the difference between typeof and instanceof, and Object.prototype.toString() method
- Data analysis to obtain Yahoo stock data: some problems are encountered when using panda datareader (cannot import name ‘is_ list_ Like ‘problem)
- No data: data: get host by name failed in TCP_ Connect() error resolution