You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Problem
The code that implements the last cache is currently in the
influxdb3_write
crate. Since theinfluxdb3_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
The text was updated successfully, but these errors were encountered: