Preferences

zX41ZdbW
Joined 2,429 karma
https://github.com/alexey-milovidov

  1. ClickHouse can do it. Examples:

        https://play.clickhouse.com/
    
        clickhouse-client --host play.clickhouse.com --user play --secure
    
        ssh play.clickhouse.com
  2. Let's add Spice to ClickBench: https://benchmark.clickhouse.com/
  3. I've implemented the same idea a few years ago: https://pastila.nl/
  4. This is typical for analytical databases, e.g., ClickHouse (which I'm the author of) uses immutable data parts, allowing table cloning: https://clickhouse.com/docs/sql-reference/statements/create/...
  5. > it breaks when your code goes to a newline. there's no way to keep context line to line...

    This is a blocker for my applications.

  6. ClickHouse is a tiny component - a single binary that runs on a laptop.
  7. Interesting how it compares with the ClickHouse implementation, which uses a lookup table: https://github.com/ClickHouse/ClickHouse/blob/master/src/Com...

    So that a day number can be directly mapped to year, month, and day, and the calendar date can be mapped back with a year-month LUT.

  8. This reminds me of an old bug in simdjson - any usage of it breaks std::unordered_map in unrelated parts of the code due to an unintentional modification of FPU flags: https://github.com/simdjson/simdjson/issues/169
  9. I think it should be not only in GROUP BY, but in every context, e.g., inside expressions in SELECT, WHERE, etc.
  10. This will be great! One of the things ClickHouse has had since 2016.
  11. I've edited my profile to provide a link to GitHub.

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal