With big data, you can do the following:
Reduce reads to the database, that is, reduce calls to the database,
Data caching,
Use the database's own optimization techniques, such as indexing
Precise query conditions, which is conducive to improving the speed of the search
.