Live data from Hacker News

Viewing profile — olluk

olluk

HN member
Joined
Sat, Jul 24, 2021, 9:13 PM UTC
HN karma
10
Public activity
15 items

About olluk

No profile information was provided.

Recent public activity

  1. comment
    Comment #48804116

    It's pretty good, my 16 y.o. son will be stuck in it for many hours. I like that you can select a train and see its stops. It would be equally awesome to select a station and see t…

  2. comment
    Comment #48673271

    I agree. It's a sarcasm of the new reality. What is copying vs writing from scratch? The line is blurred now, non-existent. You can ask an LLM to re-write any open source to a degr…

  3. comment
    Comment #48672834

    Close your source if you don't want it to be read by LLM

  4. comment
    Comment #48588489

    Hot! Back to the 80s with these memory prices

  5. comment
    Comment #46045873

    I'd call managed C#, Java, Go, Pythhon, JS, etc. Something with GC e.g., managed memory

  6. comment
    Comment #37169468

    That all true but at some point the combinations of paths explode. It is not possible to write tests for all the combinations then it possible to cover them eventually with some pr…

  7. comment
    Comment #35607133

    Perhaps the multi-master approach is the example of system where incoherent does not mean terminal illnesses.

  8. comment
    Comment #35607040

    We write to WAL and then register the transaction in the transaction sequence registry. If a concurrent transaction registered between the start and the end of the transaction, we …

  9. comment
  10. comment
    Comment #31771917

    Comparison with old version is actually in the article for the patient reader. It could go to the top but I don't think it will make a difference. At the end of the day it is the a…

  11. comment
    Comment #31770803

    There were 2 queries in the QuestDB benchmark over the same table. ClickHouse didn't even try to match both of them choosing one as a victim. I guess that's what happens when you o…

  12. comment
    Comment #31770750

    My personal view is that having fast queries without indexes is quite general outcome.

  13. comment
    Comment #31770257

    No, there are no indexes in QuestDB in the article. None. Zero. That's bold mistake in the ClickHouse article. Should be named Yes, QuestDb is Faster.

  14. comment
    Comment #31770145

    Looks like QuestDB is faster if you don't optimize your table storage for 1 query. But if you are okay that only limited number of columns to be scanned faster than others ClickHou…

  15. comment
    Comment #31770109

    What if the purpose of the article is to compare queries without indexes?