Live data from Hacker News

Viewing profile — chrstr

chrstr

HN member
Joined
Tue, Oct 23, 2018, 5:47 PM UTC
HN karma
178
Public activity
16 items

About chrstr

No profile information was provided.

Recent public activity

  1. comment
    Comment #41861234

    Well, Rust is great and everything... but calling DuckDB "the previous generation of data engineering" seems a bit funny. And if anything, DuckDB will probably have more impact tha…

  2. comment
    Comment #41809098

    I've built a similar board some time ago, focus was also mostly amateur level. It does include some of the mentioned features, i.e. it has a timeline to save different formations a…

  3. comment
    Comment #41076812

    But curating such a list of experts to follow takes quite some effort. It would be great to have a tool that helps with that. And sure, ideally you wouldn't need such a list of tru…

  4. comment
    Comment #35059984

    CREATE TABLE data_a AS (SELECT 'a' AS test_case, 1 AS value); CREATE TABLE data_b AS (SELECT 'b' AS test_case, 2 AS value); CREATE VIEW data AS (SELECT * FROM data_a UNION ALL SELE…

  5. story
  6. comment
    Comment #35059239

    create table x as (select * from person); select name from x where ...; there you go, just configure your editor to display "create table x" as "declare x = " ;) or even a version …

  7. comment
    Comment #33192873

    Thanks! May be helpful to include this in the documentation, since I guess it will then often depend on the numDistinctRows estimate [1] if the parallel plan is used. [1] https://g…

  8. comment
    Comment #33191314

    > Queries using SELECT DISTINCT can now be executed in parallel. This sounds quite interesting, but I would assume it does not always work? I didn't see this mentioned in the linke…

  9. story
  10. comment
    Comment #32484166

    > However, the term "Data engineer" was specifically created by/for ML folks to get rid of unpleasant repetitive work that has to be done but nobody looks forward to it. This may i…

  11. comment
    Comment #27741949

    Indeed, it is generally good for analytics to have a conceptual data model that is reasonably efficient both on the technical side (to quickly get answers for queries), and also on…

  12. comment
    Comment #22477793

    similar for Redshift: https://crst.github.io/vrqp/vrqp.html

  13. story
  14. story
  15. story
  16. story