Server is running Windows Server 2019 with IIS running.
I have a standard spindle enterprise 8TB HHD with about 30 million JPEG image files on it. The amount of images grows daily. Each file is less than 100K in size.
These files are accessed and viewed only via direct URL links and uploaded/overwritten by a PHP script accessed from our web service URL.
Should I turn the indexing of this entire hard drive on or off? Will that make direct access of the files, via both IIS and the PHP script, slower or faster?
Is indexing ONLY used for File Explorer search, or used within Windows as a deeper method to speeding up file access no matter which method is used?