I have query which uses like with "%search_pattern%"
which is taking high CPU utilization if i hit 5-6 parallel request, my table has data around 30 Million.
Can any alternative methods or algorithm be used to optimize that?
Ex:
SELECT * FROM USER_DETAILS U WHERE U.NAME LIKE %JOHN%';
CPU Utilization is going to 700%