-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
it could be optimised by -
- not rescanning the full directory hierarchy to find new topics, but limiting that to once per 15 minutes (configurable).
- storing the actual file directories (partition=0, etc) to check for updates, instead of the one level above the file directory. Right now only the topic directory is stored.
- Keeping in memory the last object that was scanned. Then do not list all files but only newly added files using ListObjectsV2.start-after. Note that you will still want to do a full scan sometimes to avoid files being skipped that were added at a later time or not deemed complete by the cleaner.
Metadata
Metadata
Assignees
Labels
No labels