Home > database > Oracle of fuzzy query like '% %' walk without the index, how to optimize
Oracle of fuzzy query like '% %' walk without the index, how to optimize
Time:10-13
As title, turn to the great god answer, thank you!
CodePudding user response:
It is best not to use the database to solve this kind of demand, If you use a database, at least need to control the amount of data after each fuzzy matching, otherwise the control performance is bad, but this is almost impossible
CodePudding user response:
Agree with upstairs point of view, and at the same time in the fuzzy matching, had better take a date, number and so on to narrow the scope of the data
CodePudding user response:
To specific host the problem so that demand, in particular SQL, still there is room to optimize,
CodePudding user response:
If only in a database to run, to consider the where, in the conditions of other fields is available on the index, in short, narrow down the result set access, Is only a full table scan, can consider to add parallel query, give full play to the ability of multi-core CPU, according to the number of CPU cores, and load,