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

About transactional operations on file system #78

Open
YemreGurses opened this issue Jul 13, 2023 · 1 comment
Open

About transactional operations on file system #78

YemreGurses opened this issue Jul 13, 2023 · 1 comment

Comments

@YemreGurses
Copy link
Collaborator

In some cases, there may be a need to update/delete operation for two different files in the same transaction. For example, when updating a terminolosy system file, job files using that terminology service should be updated as well.
Since we use file system as repository, we have to handle transactional operations and implement some kind of rollback mechanism ourselves.

@sinaci
Copy link
Member

sinaci commented Mar 26, 2024

When we implement a new backend mechanism for execution management, we can move this file-based database of ours to that persistent backend and implement the transactions there (possible within a relational database).

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

No branches or pull requests

2 participants