Closed atroyn closed 1 year ago
I don't know how do you plan to solve this but a partial solution would involve:
df_parquet
)df_parquet
and df_db
This is a partial solution as there are some tricky cases to consider:
df_parquet
and df_db
. Which one do you keep? The latest?I guess one option would be to try to implement this into some kind of thread-safe singleton class for the persistance i.e. forcing to use a single instance of an object to perform the persists will ensure consistency.
This was an issue in the duckdb regime, we have tests for this sort of thing now!
Multiple Chroma clients can stomp each other's persistence.