Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Indexing service #77

Open
kirillt opened this issue Jul 19, 2023 · 1 comment
Open

Indexing service #77

kirillt opened this issue Jul 19, 2023 · 1 comment
Labels

Comments

@kirillt
Copy link
Member

kirillt commented Jul 19, 2023

We should externalize the processing stages: indexing, metadata extraction, and previews generation. By externalization, we mean an external system entity should undertake these activities for each root folder, with the results subsequently pulled by the applications (Navigator, Shelf, Memo, etc.).

@kirillt
Copy link
Member Author

kirillt commented Jan 24, 2024

Probably we can just protect index with new atomic files method from arklib.

This might cause excessive duplicates in index updates though. E.g. two apps update same index on same folder (one of them writes first, the other will write new version but big part of the update will be rejected because it's already written by the first app).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant