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

warning or some kind of status indication for DuckDB conversions into duckdb/parquet #35

Closed
e-kotov opened this issue Aug 14, 2024 · 1 comment
Assignees

Comments

@e-kotov
Copy link
Member

e-kotov commented Aug 14, 2024

Until progress bar is implemented for the R client for DuckDB (issue here duckdb/duckdb-r#199), provide some indication of how long the conversion might take. Without progress bar, the only way for the user to see the data conversion progress is to go to the output folder and update the file size of the duckdb file or folder with parquet files.

@e-kotov
Copy link
Member Author

e-kotov commented Dec 13, 2024

Kind of addressed for now with in the spod_convert():

message(glue::glue("Converting v{ver} {type} data for {zones} to {save_format}: {save_path} \n... This may take some time. You can see if the process is still running by going to the {save_dir} folder and refreshing the folder content and checking if the file/folder size of {basename(save_path)} is increasing after each refresh. The conversion speed depends on your processor speed, number of cores and the speed of your disk storage."))

This is the best we can do until progress bar is implemented in the {duckdb} for R duckdb/duckdb-r#199

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