• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • abofh 3 hours

    Do they have SSL updates yet? Signing is great, but using https means not fighting firewalls to start a job

  • myshapeprotocol 1 hours

    Brilliant deep dive into asynchronous I/O and execution thread models. Essential reading for high-performance data engineering.

  • pjot 3 hours

    I wonder how this would work in trying to parallelize the worker threads (multiple duckdb instances) coordinating them via Quack.

    Ducks all the way down!

  • mansi1010 5 hours

    This is such a long waited feature!

  • myshapeprotocol 5 hours

    Deep dive into asynchronous I/O architectures like this is pure engineering gold for high-performance data processing. Excellent breakdown.

  • datadrivenangel 3 hours

    DuckDB is trending towards becoming a query engine, specifically the fastest analytical query engine. This is very good.

  • bburnett44 3 hours

    Using 512gb of ram for a 22gb remote file does feel a bit weird for a benchmark but maybe they couldn’t get a large number of cores without lots of memory?

    otterley 3 hours

    Most cloud providers start with a 2:1 ratio of memory in GiB to CPU cores and go up from there. Databases also are the most common workload for large-memory systems because they benefit so much from large buffer caches.