How to upload a .parquet file that to in memory DB?
Open
- Dominant language
- C++
- Stars
- 91
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.