WIPACrepo / file_catalog

Store file metadata information in a file catalog
MIT License
1 stars 4 forks source link

increase indexer performance for indexing all of /data/exp/ #56

Closed ric-evans closed 4 years ago

ric-evans commented 4 years ago

Overview:

indexer.py

directory_scanner.py

indexer_make_dag.py

ric-evans commented 4 years ago

It mostly looks good. Just some small suggestions.

As for the future, this is starting to get large enough we may want to place it into the actual file catalog code, maybe as a client.

Noted.

dsschult commented 4 years ago

looks good to me