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
I have a .parquet file incoming to my web server and I want to analyze it using duckdb. How do I save the .parquet file to the duckdb without saving the file to the disk first as I am quite limited in disk usage? Basically I am looking for the :memory: usage of duckdb and loading the data from memory too.
The text was updated successfully, but these errors were encountered:
I have a .parquet file incoming to my web server and I want to analyze it using duckdb. How do I save the .parquet file to the duckdb without saving the file to the disk first as I am quite limited in disk usage? Basically I am looking for the
:memory:
usage of duckdb and loading the data from memory too.The text was updated successfully, but these errors were encountered: