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

Roll back appendable CSV data #886

Open
danielballan opened this issue Feb 13, 2025 · 0 comments
Open

Roll back appendable CSV data #886

danielballan opened this issue Feb 13, 2025 · 0 comments

Comments

@danielballan
Copy link
Member

We made CSV data sources appendable to have a quick proof of concept, used with a single-process server to prototype flyscanning. But appending file-based storage is not safe/robust in a horizontally scaled deployment. #779 provides a better way. It includes support for single-process (DuckDB) or scaled (PostgreSQL) storage. I think therefore we should remove support for appendable CSVs.

This is blocked by releasing #779 and then releasing a version of TiledWriter in bluesky that uses SQL instead of CSV.

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

No branches or pull requests

1 participant