Not sure if I am doing this correctly. I am searching a file server that is probably over 10TB of files for files containing one of these phrases. I am using a large but simple RegEx expression such as this one..
(?i)(?<= |^)Big Cats|Flaming Dog|Win Dog|Jupiter Moon|Mr. Guts|Blacke Orange|Asian Buttergly|Missing Jacks|Gold Card Account|Jinxed Minx WIP|Trapezoidal Tacos|Handful of Tamale|Go for the Silver|Additional Buritto|Cursed 33|Monolith Jungle (?= |$)
After an hour or so the file count at the bottom is 62 files searched so far...
I've tried both Match Query options (not sure the performance Difference there)
What am I possibly doing wrong or is there a way to maxamize the performance?
Are you searching inside every file on the server or just certain ones? That 62 file count would only be the files it has looked inside, not the total number of files discovered.
Every file. I know it's going to take a long time. But seeing the progress is so slow it doesn't look right to me. It's at 66 now.
I imagine this would take a few years at this rate.