Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
SCOTT MELNICK
3 discussion posts
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..

Code

(?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?

Cheers
Jul 18, 2018  • #1
Jon Tackabury (BFS)'s profile on WallpaperFusion.com
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.
Jul 18, 2018  • #2
User Image
SCOTT MELNICK
3 discussion posts
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.
Jul 18, 2018 (modified Jul 18, 2018)  • #3
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Just checking in to see if the search ever finished, or how far it ended up getting?
Jul 20, 2018  • #4
User Image
SCOTT MELNICK
3 discussion posts
It's still going. Only 1396 files (4.837 GB) searched. I'm pretty sure my SAN isn't that slow. I am doing this directly from our file server.
Jul 24, 2018  • #5
Keith Lammers (BFS)'s profile on WallpaperFusion.com
Yeah, that definitely seems too slow to be normal. If you do normal non-RegEx query, is it any faster?
Jul 26, 2018  • #6
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(-)  Login to Vote(-)