Dan Forsberg
Dan Forsberg
That was very helpful, thank you. I guess I need to play with some PRAGMA settings to get to the point where sqlite does not OOM when just transferring a...
Do you think it would make sense to launch a separate thread for deconpression to get more CPU power within multicore machines?
> BTW - this repo is largely inactive now. In fact, I see that you have a PR from a few months ago that I failed to notice :( >...
The issue was with using a UNION ALL VIEW over two Parquet files causing the whole VIEW to be materialised when accessed. Resolved the issue by not using the VIEW...
> interesting issue :) > I'm trying to think is there is a meaning of sinks and sources in undirected graph as they are equal right? What should `sources()` and...
> I think #475 is related. I personally think the first parameter to the `Database` constructor should behave identical to what SQLite does, including `:memory:` (which is now supported), empty...
I added permission for the Lambda for events.amazonaws.com principal in the same stack where the Lambda is created. Then the Rule specified in another started working. However, Lambda AWS Console...
```shell Welcome to Node.js v18.18.2. Type ".help" for more information. > Buffer.from('eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCIsImtpZCI6IlRhcFRva2VuIn0', 'base64').toString() '{"alg":"HS512","typ":"JWT","kid":"TapToken"}' ``` ```shell ./llrt -e 'Buffer.from("eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCIsImtpZCI6IlRhcFRva2VuIn0", "base64").toString()' Error: Base64Error at (eval_script:1:8) ``` ==> It seems I need...
You can download the file from here (zstd compressed): https://isecure.fi/demo.duckdb.zst I actually found more information about this issue. It seems to happen only when I first try to rely on...