Search for size: is it very slow?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
aborruso
Posts: 10
Joined: Mon Jun 01, 2009 8:34 pm

Search for size: is it very slow?

Post by aborruso »

Hi,
I have the latest search everything and my query is "size:>10mb "E:\"".

It's really slow and after 5 minutes I have no result. Is it normal? Is it a way to make Everything faster for this kind of search?

Thank you very much
void
Developer
Posts: 16690
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search for size: is it very slow?

Post by void »

Yes, it is slow.
Currently, Everything does not index this information.

The next release of Everything will support indexing file sizes, making size searches and sorting instant.
aborruso
Posts: 10
Joined: Mon Jun 01, 2009 8:34 pm

Re: Search for size: is it very slow?

Post by aborruso »

Hi void,
and where can I find the list of the indexed informations? What kind of "special" search are fast?

Thank you
void
Developer
Posts: 16690
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search for size: is it very slow?

Post by void »

Only filenames are indexed.
Functions that use the folder structure, filename, run history or recent changes should instant:
  • child:<filename>
  • daterun:<date>
  • dupe:
  • empty:
  • ext:<list>
  • fsi:<index>
  • len:<length>
  • parents:<count>
  • recentchange:<date>
  • root:
  • runcount:<count>
Functions that use extended file information, such as size will be slow.
It is best to limit the results as much as possible before using a slow function, for example:

Code: Select all

D: *.mkv size:>10gb
In the next release there will be an option to make these slow functions instant.
Post Reply