but if index all files , it will be very slow ,
so i want to only index files with ADS count >0 , aka "alternate-data-stream-count:>0"
In other words, how to exclude those file with ADS count ==0 when index?
thanks! thanks! thanks!
Yes, 1 byte is stored in the database to indicate the file has no alternate-data-stream.will everything write something into database no matter whether the file has ADS count >0 ?
No, in fact it would likely make it slower.if everything write database only when the file has ADS count >0, will it save time ?
Yes.is everything incremental indexing ? later indexing will only check new/modified file ?
What would like to know?i am curious EV's index process, would you give me some documents for reference?