Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for indexing growing files (e.g. live log files) #2

Open
messa opened this issue May 25, 2023 · 0 comments
Open

Add support for indexing growing files (e.g. live log files) #2

messa opened this issue May 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@messa
Copy link
Owner

messa commented May 25, 2023

Currently the file size and mtime is a part of cache key. Therefore if a file is modified, its size and mtime changes and the whole file is indexed again.

The proposal is that when file size increase is detected, only the newly added data would be read and added to the index (the bloom filter bitmask).

@messa messa added the enhancement New feature or request label May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant