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

Added operation index to support asynchronous replication and audits #94

Conversation

koculu
Copy link
Owner

@koculu koculu commented Sep 7, 2024

Replication:

The index can act as a logical clock to track changes in the database, ensuring that replicas receive updates in the correct order. Each server can apply operations based on the index, and lagging replicas can catch up by processing operations in sequential order.

Audit and Debugging:

The write operation index provides a way to audit database changes over time. It can help identify the exact sequence of operations that modified a record, which can be useful for troubleshooting or auditing.

@koculu koculu merged commit bbf27b3 into main Sep 7, 2024
1 check passed
@koculu koculu deleted the 93-enhancement-provide-operation-index-to-support-asynchronous-replication-and-audits branch September 7, 2024 20:55
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

Successfully merging this pull request may close these issues.

[Enhancement] Provide operation index to support asynchronous replication and audits
1 participant