Robert Richter

Results 24 comments of Robert Richter

This one (under [Initializing](https://duckdb.org/docs/api/nodejs/overview#initializing)): ![Bildschirmfoto 2024-05-06 um 16 36 12](https://github.com/duckdb/duckdb-web/assets/50635122/8d4f0acd-e2ab-4afd-b160-62d00fee9c8a)

Same here ... but not just with S3

I fear it is not fixed. ![memory und timestamp](https://github.com/duckdb/duckdb-node/assets/50635122/09559cda-d951-4f68-ac99-77cac9faeeed)

@carlopi Sure, I reduced my code to a minimal example here: [Memory Leak Demonstration](https://github.com/rrcomtech/duckdb-node-memory-leak) It creates 128 workers that create random data and send it to the main thread that...

No, sadly not. What I did was to instead write to a PostgreSQL and then sync both DBs periodically.

Currently, the setup experiences some compilation issues. Commands ran: ```bash nix-shell mkdir cmake-build-debug && cd cmake-build-debug cmake ``` CMake Log ``` -- The C compiler identification is Clang 14.0.6 --...

Concerning the CI, there should be no problem right now. Nix can be used by those who are willing to do so, but it is just an abstraction layer on...

> Most brew users tend to always the latest LLVM installed. But testing an alpine nix run and a further nix run on both MacOS systems should cover pretty much...

I just spotted the following when running ```bash nix-shell env ``` You'll find the following entry `NIX_HARDENING_ENABLE`: ``` NIX_HARDENING_ENABLE=fortify fortify3 stackprotector pic strictoverflow format relro bindnow ```

Current GCC setup worked in NixOS docker image ✅ ```bash docker run -it --rm nixos/nix git clone --recursive https://github.com/rrcomtech/hyrise-histograms.git --branch nixsetup hyrise && cd hyrise nix-shell cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=gcc...