5 comments

  • fzumstein1 hour ago
    DuckDB also runs in Excel, by the way, via the free xlwings Lite add-in that you can install from the add-in store. It’s using the Python package and allows to write scripts, custom functions, as well as use a Jupyter-like notebook workflow.
    • goerch50 minutes ago
      If you start with Excel, I&#x27;ll counter with Postgres: <a href="https:&#x2F;&#x2F;github.com&#x2F;duckdb&#x2F;pg_duckdb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;duckdb&#x2F;pg_duckdb</a>. I haven&#x27;t found the time to check this on one of our installation, though.
  • ramraj076 minutes ago
    Did they finally enable full SIMD or keep insisting its okay not to have it?
  • uwemaurer1 hour ago
    I benchmarked DuckDB 1.5.2 with the latest Java JDBC driver which now supports user defined functions. This allows very fast modifications <a href="https:&#x2F;&#x2F;sqg.dev&#x2F;blog&#x2F;java-duckdb-benchmark&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sqg.dev&#x2F;blog&#x2F;java-duckdb-benchmark&#x2F;</a>
  • whalesalad2 hours ago
    duckdb is a generational technology innovation. insanely good ergonomics, great performance, it&#x27;s awesome.
    • goerch1 hour ago
      Can confirm: together with `dbt` and `rill` I&#x27;m able do to [this](<a href="https:&#x2F;&#x2F;github.com&#x2F;idesis-gmbh&#x2F;GitHubExperiments&#x2F;blob&#x2F;master&#x2F;explore.gif" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;idesis-gmbh&#x2F;GitHubExperiments&#x2F;blob&#x2F;master...</a>) on my laptop.
      • steve_adams_861 hour ago
        Whoa, nice! I could see this being useful to people I work with. Do you think it would be a good setup for people who are technical but not great software developers? People who use basic R and Python for ETL and analysis, mostly.
        • goerch1 hour ago
          I&#x27;m using DuckDB in another project (on my laptop) where `NetworkX` fails due to the memory limit of 32 GB. So yes, as soon as you are doing out of core work I&#x27;d assume the combination to be quite powerful. Knowledge in SQL would be a plus, though.
      • rick129020 minutes ago
        is rill open source?
      • esafak1 hour ago
        Why did you pick rill?
        • goerch26 minutes ago
          It is a educational&#x2F;R&amp;D type project. We are more of backend developers and `rill` worked fine as a rapid visualization frontend with low learning curve for us.<p>Edit: still realizing that I can&#x27;t use markdown on HN...
    • steve_adams_861 hour ago
      I use it almost daily. Any time I benchmark changes or analyze logs, I collect the data I need as CSV and analyze it with duckdb. The flexibility and ease makes it so I find so much more interesting information. It&#x27;s indispensable to me now
  • esafak2 hours ago
    Any opinions on DuckLake?
    • denom1 hour ago
      Seems stable enough, they patched a bunch of things.