Live data from Hacker News

Viewing profile — xzilla

xzilla

HN member
Joined
Thu, Feb 12, 2009, 3:43 PM UTC
HN karma
10
Public activity
11 items

About xzilla

No profile information was provided.

Recent public activity

  1. comment
    Comment #23710323

    credativ U.S. | DBA/DBRE | Remote U.S.| Full-Time credativ U.S. provides Open Source support and consulting services focused on the WebOps space. At this time we are primarily look…

  2. comment
    Comment #10839326

    It is worth noting that while extremely rare, it is possible that we could encounter an issue during packaging which might necessitate a change, in which case that commit stamp mig…

  3. comment
    Comment #10394756

    There was an additional talk on this subject from Bryan Cantrill at Surge 2015 which should be available in video form soon. Interested parties might want to follow @OmniTI on twit…

  4. comment
    Comment #1546512

    "Both are equally valid", except that the former (a data type) is more equally valid than the latter (pseudo-version), since the SQL Standard defines it that way.

  5. comment
    Comment #849701

    Facebook also uses Postgres and one of the nosql variants (hadoop iirc). Also MySpace uses Aster Data's stuff, which is all built on top of Postgres. shrug

  6. comment
    Comment #532231

    According to the current ruby driver author, the latest driver should support back to Postgres 7.4. Any older version of postgres is unsupported by the postgres project itself, but…

  7. comment
    Comment #510004

    Yikes... didn't mean to make you so defensive! Let me retort and clarify (hopefully with understanding that this is not meant as criticism) :-) First, I know people doing rails+slo…

  8. comment
    Comment #507666

    Wow! For less than $5000 and a days work, you could have hired any number of postgres consultants to setup PITR warm standby for you (or Slony if you really thought you needed the …

  9. comment
    Comment #507662

    Just to clarify, hot standby wasn't backed out, because the changes were never "in". There was a working patch set against the 8.4 tree (which you could still get today) for hot st…

  10. comment
    Comment #507655

    Anyone who thinks you can scale writes by adding more masters is plain ignorant on the subject. The only way to scale writes is with better hardware or federation of application/da…

  11. comment
    Comment #478540

    Yes, but the other way around (Oracle's implementation of SQL lines up closer to Postgres). Also, Postgres has a procedural language based off Oracle's PL/SQL language called plpgs…