Live data from Hacker News

Viewing profile — 1egg0myegg0

1egg0myegg0

HN member
Joined
Fri, Oct 15, 2021, 4:22 PM UTC
HN karma
169
Public activity
73 items

About 1egg0myegg0

No profile information was provided.

Recent public activity

  1. comment
    Comment #45481019

    Whoever gets that magical -2,147,483,648 is going to be really surprised that things keep working

  2. comment
    Comment #43790078

    We support spatial calculations in the UI, but not spatial visualizations just yet. Thanks for the feedback!

  3. comment
    Comment #43788829

    Sorry you hit that! This is actually already working on version 1.2.2. Could you install that version? That should get you going for the moment! We will dig into what you ran into.…

  4. comment
    Comment #43783514

    It is already available in the local DuckDB UI! Let us know what you think! -Customer software engineer at MotherDuck

  5. comment
    Comment #42874193

    IN list filter predicate pushdown is much improved in DuckDB 1.2, coming in about a week! I am not sure if it applies to Arrow yet or not. Disclaimer: I work at MotherDuck and Duck…

  6. comment
    Comment #42571461

    That is very surprising to hear! If you can reproduce it, could you please file a bug report on GitHub? That would be a huge help!!

  7. comment
    Comment #41872847

    Are we in the Dune timeline?

  8. comment
    Comment #40890180

    Hello! I would recommend trying out DuckDB's SQLite attach feature! You can read or write data, and even make schema changes, all with DuckDB's engine and syntax. The storage then …

  9. comment
    Comment #40887739

    Extension downloads are validated using a signature check to prevent tampering! (I work for DuckDB Labs and MotherDuck)

  10. comment
    Comment #40764749

    Howdy! I work at MotherDuck and DuckDB Labs (part time as a blogger). At MotherDuck, we have both client side and server side compute! So the initial reduction from PB/TB to GB/MB …

  11. comment
    Comment #40564066

    Howdy! Thanks for your benchmarking! Your blog does a great job contrasting the two use cases. I don't think too much has changed on your main use case, however here are a few idea…

  12. comment
    Comment #39663760

    We heard your feedback! Backward compatibility was just implemented! Version 0.9 is actually fully readable by 0.10. With version 1.0 coming in a few months, this will be readable …

  13. comment
    Comment #37660676

    There are many! https://www.thespruce.com/duck-species-list-385436

  14. comment
    Comment #35984102

    No worries! Thanks for reading the docs!

  15. comment
    Comment #35984085

    Howdy! The docs reflect the latest dev branch. For a specific release, you can pick it from the version dropdown in the top right!

  16. comment
    Comment #35984059

    You could definitely run a pivot with the SQLite attach! All of the DuckDB syntax works!

  17. comment
    Comment #35983972

    Great question! For analytical queries, DuckDB is ~100x faster than SQLite. It also has great connectivity with Parquet, Pandas, Arrow, Postgres, and more! Plus, the syntax follows…

  18. comment
    Comment #35983960

    Sorry to hear that! (I work on docs for the DuckDB Foundation) Starting in this release, the DuckDB team invested significantly in adding memory safety throughout catalog operation…

  19. comment
    Comment #34785513

    DuckDB uses all of your cores! It just uses threads, not processes!

  20. comment
    Comment #33193943

    Let us know how you would improve our Modern Data Stack in a box!

  21. comment
  22. comment
    Comment #33046478

    Thank you for filing a bug, we will have a look at that I'm sure!

  23. comment
    Comment #33046472

    You can think of the attach operation as creating views in DuckDB with Postgres tables underneath! DuckDB will then query those Postgres rows (using the typical Postgres wire proto…

  24. comment
    Comment #33040044

    Yes, DuckDB supports writing lists and structs to Parquet! https://github.com/duckdb/duckdb/pull/2832 Does that help or do you have any other questions?

  25. comment
    Comment #33036991

    You can use the DuckDB FDW (linked in the blog post) for this! https://github.com/alitrack/duckdb_fdw