DuckDB-Wasm: Efficient analytical SQL in the browser
1–10 of 62 posts
Re: DuckDB-Wasm: Efficient analytical SQL in the browser
#2Re: DuckDB-Wasm: Efficient analytical SQL in the browser
#3Does DuckDB support multi tab usage? How big is the wasm file that must be loaded?
Regarding multi-tab usage: Not today. The available filesystem apis make it difficult to implement this right now. We're looking into ways to make DuckDB-Wasm persistent but we can only read in this release.
Re: DuckDB-Wasm: Efficient analytical SQL in the browser
#4Does DuckDB support multi tab usage? How big is the wasm file that must be loaded?
The size probably makes it prohibitive to use DuckDB when your dataset is small and download size matters but we hope that future improvements in WebAssembly can get the size down.
Re: DuckDB-Wasm: Efficient analytical SQL in the browser
#5Re: DuckDB-Wasm: Efficient analytical SQL in the browser
#6Like, my workflow is either I query an exiting remote corporate DB and do my initial data munging there, or get givne a data dump that I either work on directly in Pandas, or add to a local DB and do a little more cleaning there. Not at all clear how Duck DB would hel
Re: DuckDB-Wasm: Efficient analytical SQL in the browser
#7I'm still not sure I "get" the use case for DuckDB. From what I understand, it's like a nifty, in-memory SQL, but why is that better than just running PostGRES or Microsoft SQL server locally, where your data structures and tables and stuff have a lot more permanence? Like, my workflow is either I query an exiting remote corporate DB and do my initial data munging there, or get givne a data dump that I either work on…
Re: DuckDB-Wasm: Efficient analytical SQL in the browser
#8I'm still not sure I "get" the use case for DuckDB. From what I understand, it's like a nifty, in-memory SQL, but why is that better than just running PostGRES or Microsoft SQL server locally, where your data structures and tables and stuff have a lot more permanence? Like, my workflow is either I query an exiting remote corporate DB and do my initial data munging there, or get givne a data dump that I either work on…