Live data from Hacker News

Viewing profile — laurenz_albe

laurenz_albe

HN member
Joined
Thu, Apr 11, 2019, 9:24 AM UTC
HN karma
38
Public activity
3 items

About laurenz_albe

No profile information was provided.

Recent public activity

  1. comment
    Comment #36444060

    PostgreSQL itself doesn't hire anyone. The trade mark is owned by the "PostgreSQL Community Association of Canada" ( https://www.postgres.ca/ ), which does not hire people or engag…

  2. comment
    Comment #25916423

    This seems to be unfounded criticism. When statistics are gathered, PostgreSQL samples a certain percentage of the table, so that obviously scales. The number of "most common value…

  3. comment
    Comment #19632402

    That is not what "they" are saying. count(1) and count(*) are equally fast because they are doing the same thing.