Current location - Loan Platform Complete Network - Big data management - Big data slows down
Big data slows down
In the process of using quick search, it will be slower and slower to create indexes or slower to rebuild indexes smoothly. This is because data is loaded by referencing restricted segments when creating indexes, which is actually no problem. However, in the statement, limit 10000,20 will scan 10020 lines, throw away the previous1000 lines and only return 20 lines.

Solution:

When encountering big data, pause the quick search to create an index, cache it first, and then slowly add it to the xunsearch data. Let's take a look at the following methods.

First, enter the installation path of Xunsou.

For example, my xunsearch directory here is

First, enter the installation path of Xunsou.

All right, that's all. You can create an index to see if it is effective.