Live data from Hacker News

Viewing profile — danolivo

danolivo

HN member
Joined
Sun, Apr 14, 2024, 3:35 PM UTC
HN karma
10
Public activity
6 items

About danolivo

PostgreSQL contributor, Scientist

Recent public activity

  1. comment
    Comment #49155821

    A while back, I noticed that using Claude all day left me feeling mentally tired. After thinking it over, I realised the problem was Claude’s complex language. I’ve used English da…

  2. comment
    Comment #41794853

    For me, the key idea of this paper was that relational model & SQL are successful because of the key feature: 'compact and accessible form' of a query.

  3. comment
    Comment #41794834

    Hmm, I found it quite debatable. IMO, they are too bonded to the opinion that everything will remain almost the same in database UI and use cases. Looking around at how eagerly ana…

  4. comment
    Comment #40894443

    The big problem of serials is their monotonic grow. Each time adding new record you go beyond statistics boundaries and challenge PostgreSQL to guess..

  5. comment
    Comment #40031943

    Having creation advice, the extension obviously must provide candidates to delete and, less obvious, candidates to merge some indexes.

  6. comment
    Comment #40031902

    The term ‘slow’ is too relational and not strong. I guess, we should look up for queries, which can be potentially faster - see into estimation errors or number of data pages invol…