everything indexes the content but is slow to provide results

Found a bug in "Everything"? report it here
Post Reply
Andresdk12
Posts: 5
Joined: Tue Jan 17, 2023 7:04 pm

everything indexes the content but is slow to provide results

Post by Andresdk12 »

after indexing the content of the files everythin 1.5.0.1333 freezes in file search showing the querying legend at the bottom, taking a lot of time
Attachments
Capture.PNG
Capture.PNG (95.89 KiB) Viewed 8324 times
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: everything indexes the content but is slow to provide results

Post by void »

My guess is Everything is indexing too much information.

Some of that information might be getting stored in your pagefile, defeating the purpose of content indexing in Everything.

Please try reducing the number of files your are content indexing under Tools -> Options -> Content



Could you please send some information about your database:
  • In Everything, from the Tools menu, under the Debug submenu, click Statistics.
  • What is shown under the Database header?
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: everything indexes the content but is slow to provide results

Post by raccoon »

Before searching for the content of files, be sure to specify what directory you want to search within, otherwise it will search all of your files.

If it takes an hour to copy 100 gigs of files, then it will take an hour to content search 100 gigs of files, for example. Everything isn't magic. All of the files still have to be read into memory and scanned through.
nesedenyana
Posts: 58
Joined: Mon Sep 19, 2022 10:38 am

Re: everything indexes the content but is slow to provide results

Post by nesedenyana »

It's definitely something new.
Andresdk12
Posts: 5
Joined: Tue Jan 17, 2023 7:04 pm

Re: everything indexes the content but is slow to provide results

Post by Andresdk12 »

Best regard.
I relate the statistics file, additionally I have a clone of my pc, with which I do not present the problem, it only happens with the pc on which I work at the moment
Attachments
Capture 1.PNG
Capture 1.PNG (40.7 KiB) Viewed 8199 times
Capture 2.PNG
Capture 2.PNG (25.45 KiB) Viewed 8199 times
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: everything indexes the content but is slow to provide results

Post by void »

Everything stores file content in RAM.



8 GB of file data is a lot..

Everything is only really designed to index up to 1 GB of text.



There might be an issue with Everything reading some files as text/plain.
This might cause Everything to use massive amounts of memory for small files.



The next alpha update will never treat PDF files and office documents as text/plain when content indexing.



Could you please check the largest indexed content size for some files:
Copy and paste the following into your Everything search box:
addcol:col1 col1:=len($content:) sort:col1-descending

This will list all files by indexed-content size from largest to smallest.
Please compare the size shown in the Column 1 column with the size of the file.
The column 1 size should be much smaller than the size of the file.



Please make sure Everything is installed correctly and running as a standard user:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check Store settings and data in %APPDATA%\Everything.
  • Uncheck Run as administrator.
  • Check Everything Service. (Please make sure this is tick-checked and not square-checked)
  • Click OK.
  • Exit Everything (right click the Everything tray icon and click Exit).
  • Restart Everything.
Andresdk12
Posts: 5
Joined: Tue Jan 17, 2023 7:04 pm

Re: everything indexes the content but is slow to provide results

Post by Andresdk12 »

I have done what you suggested without any improvement in the novelty
Attachments
Capture1.PNG
Capture1.PNG (212.65 KiB) Viewed 8114 times
Capture2.PNG
Capture2.PNG (21.75 KiB) Viewed 8114 times
Capture3.PNG
Capture3.PNG (21.29 KiB) Viewed 8114 times
Andresdk12
Posts: 5
Joined: Tue Jan 17, 2023 7:04 pm

Re: everything indexes the content but is slow to provide results

Post by Andresdk12 »

When checking the used memory size, I realize that it uses an excessive amount of memory for the PDF files.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: everything indexes the content but is slow to provide results

Post by void »

Thank you for the information Andresdk12 ,

There's something going on recently with the PDF iFilter.

Everything is currently treating PDFs as text/plain because there's no PDF iFilter.

It should be fixed in the next alpha update.
I'll have more information soon.
horst.epp
Posts: 1345
Joined: Fri Apr 04, 2014 3:24 pm

Re: everything indexes the content but is slow to provide results

Post by horst.epp »

void wrote: Sat Jan 21, 2023 11:10 pm Thank you for the information Andresdk12 ,

There's something going on recently with the PDF iFilter.

Everything is currently treating PDFs as text/plain because there's no PDF iFilter.

It should be fixed in the next alpha update.
I'll have more information soon.
I don't fully understand this.
This thread doesn't tell us what IFilter the poster has installed ?
The current Everything version has no problems to index PDF content
using my installed PDF iFilter (PDFlib TET PDF IFilter 64-bit).
______________________________________________________
Windows 11 Home x64 Version 22H2 (OS Build 22621.1105)
Everything 1.5.0.1335a (x64)
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: everything indexes the content but is slow to provide results

Post by void »

What PDF viewer are you using Andresdk12?

Similar issue here.
Andresdk12
Posts: 5
Joined: Tue Jan 17, 2023 7:04 pm

Re: everything indexes the content but is slow to provide results

Post by Andresdk12 »

cordial greeting, I am using adobe acrobat reader
Attachments
Capture1.PNG
Capture1.PNG (21.55 KiB) Viewed 8027 times
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: everything indexes the content but is slow to provide results

Post by void »

Thank you for the PDF viewer information.

Everything 1.5.0.1336a fixes an issue with Everything treating PDF files as text/plain when no iFilter is installed.

Please try reinstalling Adobe Acrobat Reader to ensure your PDF iFilter is installed correctly.
Post Reply