Doco example to help people line up their ducks #71
Replies: 1 comment 1 reply
-
I haven’t written any documentation yet for standard library features, but yes, this would be a good thing to add when we do. 👍 For what it’s worth, I recommend using the DuckDB (native) database connector (added in 1.1.0) instead of DuckDB-Wasm unless you specifically need interactive querying (e.g., brushing) when sharing a notebook. DuckDB-Wasm is a large download (35 MB Wasm file, plus a few hundred KB of supporting JavaScript), meaning there is often a noticeable delay before it loads; so you can greatly improve performance by precomputing the results. Also, the native DuckDB connector can handle much larger files (gigabytes) by reading from the local file system rather than putting everything in memory. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It took me a while to work out how to line up my ducks, so to speak, and get a DuckDB WASM query working. I think adding an example in the doco might be a good idea.
I got a steer from this:
#57
Beta Was this translation helpful? Give feedback.
All reactions