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

Move the last cache implementation to the influxdb3_cache crate #25579

Open
Tracked by #25091
hiltontj opened this issue Nov 22, 2024 · 0 comments
Open
Tracked by #25091

Move the last cache implementation to the influxdb3_cache crate #25579

hiltontj opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@hiltontj
Copy link
Contributor

hiltontj commented Nov 22, 2024

Problem

The code that implements the last cache is currently in the influxdb3_write crate. Since the influxdb3_write crate is contains a lot of code, and should be focused on the write buffer, the last cache does not need to be there.

Proposed solution

Move the code for the last cache to the influxdb3_cache crate, which was created for the metadata cache.

Alternatives

N/A

Additional context

N/A

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

No branches or pull requests

1 participant