I'm running on Windows 10 Pro 22H2 19045.4529. It's on an AMD 5900X with 64gb of RAM, so it shouldn't be starved for resources (and wasn't before). EV and all of it's files are running from an SSD. The data being indexed is on a NAS on a 10Gbe network (that's not showing any other signs of speed issues using other software/tests). Both the PC and the NAS have been rebooted after noticing this indexing slowdown (and saw no improvements).
The only additional attributes I'm looking for are height, width and videoformat. I realize digging into the files for the attributes doesn't come without I/O costs. But it sure seems like 1338a (or prior?) was a lot faster at building the indexes.
Is there any documentation that explains some of the messages seen in the Tools->Debug->Console window?
I'm seeing a lot of these and don't believe I'm using files with streams. The volume is a network share on a linux-based NAS (using samba).
Code: Select all
RDC MODIFIED .streams
RDC MODIFIED .streams
RDC MODIFIED .streams
RDC MODIFIED .streams
RDC MODIFIED .streams
RDC MODIFIED .streams
RDC MODIFIED .streams
RDC MODIFIED .streams
getlongpathname 2 \\media\e2k\.streams
getlongpathname pathpart \\media\e2k
FindFirstFileW \\media\e2k\.streams 2
DB_WAIT: _db_monitor_finished_process_fd_update_events_event_proc waiting for _db_monitor_folder_process_fd_update_events_thread_proc...
DB_WAIT: _db_monitor_finished_process_fd_update_events_event_proc waited 0.000064 seconds
The verbose version of a similar stretch was about 800 lines of text. It's processing what looked to be about 8 files. This is how one file between the RDC MODIFIED lines appeared:
Code: Select all
2024-07-10 09:41:36.244: RDC MODIFIED \\media\e2k\.streams
2024-07-10 09:41:36.244: ReadDirectoryChangesW \\media\e2k 65536
2024-07-10 09:41:36.244: rdc wait 3 0
2024-07-10 09:41:36.264: get property 14 \\media\e2k\06\video1.mp4
2024-07-10 09:41:36.264: get property system property 14 \\media\e2k\06\video1.mp4
2024-07-10 09:41:36.278: get property 18 \\media\e2k\06\video1.mp4
2024-07-10 09:41:36.278: get property system property 18 \\media\e2k\06\video1.mp4
2024-07-10 09:41:36.284: get property 34 \\media\e2k\06\video1.mp4
2024-07-10 09:41:36.284: get property system property 34 \\media\e2k\06\video1.mp4
2024-07-10 09:41:36.289: MSG: 000000000009005e 0113 0000000000000003 0000000000000000
2024-07-10 09:41:36.289: TRAY 00000113 0000000000000003 0000000000000000
2024-07-10 09:41:36.289: MSG OK
2024-07-10 09:41:36.291: get property 13 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.291: get property system property 13 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.312: readdir 28
2024-07-10 09:41:36.313: RDC MODIFIED \\media\e2k\.streams
2024-07-10 09:41:36.313: ReadDirectoryChangesW \\media\e2k 65536
2024-07-10 09:41:36.313: rdc wait 3 0
2024-07-10 09:41:36.337: MSG: 0000000000000000 0113 00000000000047db 00007ff8a86cc460
2024-07-10 09:41:36.337: MSG OK
2024-07-10 09:41:36.337: MSG: 000000000009005e 0113 0000000000000002 0000000000000000
2024-07-10 09:41:36.337: TRAY 00000113 0000000000000002 0000000000000000
2024-07-10 09:41:36.337: statusbar proc 0000040c 0000000000000000 0000000000000000
2024-07-10 09:41:36.337: statusbar proc 0000040d 0000000000000000 00000000009fe9d8
2024-07-10 09:41:36.338: MSG OK
2024-07-10 09:41:36.344: get property 14 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.344: get property system property 14 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.361: get property 18 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.361: get property system property 18 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.370: get property 34 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.370: get property system property 34 \\media\e2k\06\video2.mp4
2024-07-10 09:41:36.379: get property 13 \\media\e2k\06\video3.mp4
2024-07-10 09:41:36.379: get property system property 13 \\media\e2k\06\video3.mp4
2024-07-10 09:41:36.407: readdir 28