Skip to content

Feature: TimestampedStore #841

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

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

Conversation

gwaramadze
Copy link
Contributor

@gwaramadze gwaramadze commented Apr 15, 2025

This PR introduces a TimestampedStore built on RocksDB.

It allows storing key-value pairs associated with timestamps, querying values based on time (e.g., getting the latest value before a specific timestamp), and includes logic for data expiration based on a retention period.

@gwaramadze gwaramadze changed the title Feature/timestamped state store Feature: TimestampedStore Apr 16, 2025
@gwaramadze gwaramadze force-pushed the feature/timestamped-state-store branch 2 times, most recently from cf78def to bdf4c19 Compare April 16, 2025 11:40
@gwaramadze gwaramadze marked this pull request as ready for review April 16, 2025 12:25
@gwaramadze gwaramadze force-pushed the feature/timestamped-state-store branch 3 times, most recently from 37a2341 to 8a70e1f Compare April 23, 2025 11:35
@gwaramadze gwaramadze marked this pull request as draft April 25, 2025 07:55
@gwaramadze gwaramadze force-pushed the feature/timestamped-state-store branch from 8cf1beb to 5fbeda8 Compare April 25, 2025 13:21
@gwaramadze gwaramadze marked this pull request as ready for review April 25, 2025 14:09
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.

1 participant