Live data from Hacker News

Viewing profile — rhaas

rhaas

HN member
Joined
Wed, Oct 20, 2010, 1:41 PM UTC
HN karma
116
Public activity
14 items

About rhaas

No profile information was provided.

Recent public activity

  1. comment
    Comment #47363252

    The infrastructure is intentionally pluggable to facilitate different viewpoints on questions like this. I hope we see various add-on modules pop up that fetch advice strings from …

  2. comment
    Comment #38967760

    I agree that for many use cases, standbys and in particular time-delayed standbys are a better option than backups. That said, having off-line backups in tamper-proof storage is a …

  3. comment
    Comment #28515942

    I have been a PostgreSQL hacker since 2008 and a PostgreSQL user for many years before that. The first mention of my name in the PostgreSQL commit log is in 2003, and the first ver…

  4. comment
    Comment #28515321

    The only name I can find on the "Fundación PostgreSQL" web site is yours. The PostgreSQL core team membership is listed on postgresql.org and includes 7 members from 4 different co…

  5. comment
    Comment #16279415

    I wrote a previous post on why MVCC is interesting, and how it relates to the topic at hand. It's the first link in the article. I don't think that it's accurate to say to say that…

  6. comment
    Comment #16085644

    Uh, indexes in postgres point to the tuple, not the page. Except for BRIN.

  7. comment
    Comment #15018154

    The first release of PostgreSQL that had synchronous replication was released in September 2011. https://www.postgresql.org/docs/9.1/static/release-9-1.html

  8. comment
    Comment #14067912

    The work that has been done on transition tables is intended to enable future work on automatically updated materialized views; the idea is that the system will automatically deriv…

  9. comment
    Comment #14067894

    I agree with you that stored procedures are superior to client-side logic, because it means that you can have multiple routes of access to the database and all of them enforce the …

  10. comment
    Comment #14067391

    Replication across major versions, for example to upgrade without downtime. Partial replication, to distribute shared data across a series of clusters, or for analytics and reporti…

  11. comment
    Comment #14067288

    I hope that it will have that effect. We need a few other features first: partitionwise join, partitionwise aggregate, asynchronous query, and ideally hash partitioning.

  12. comment
    Comment #3800742

    Yep, see http://rhaas.blogspot.com/2010/11/mysql-vs-postgresql-part-1...

  13. story
  14. story