Live data from Hacker News

Viewing profile — amitlan

amitlan

HN member
Joined
Sun, Jan 20, 2013, 3:13 PM UTC
HN karma
366
Public activity
60 items

About amitlan

Software engineer involved in PostgreSQL development.

[ my public key: https://keybase.io/amitlan; my proof: https://keybase.io/amitlan/sigs/_oqgmGFW7Dsajc0IFYWgowGEIa9co9qiJU8vnMQO05c ]

Recent public activity

  1. comment
    Comment #30878033

    If I’m not wrong, I think this situation has changed with the latest Postgres release: https://www.postgresql.org/docs/current/libpq-pipeline-mode....

  2. comment
    Comment #23268379

    Postgres core hackers are working to ease the limit on max allowable concurrent connections, for example: https://www.postgresql.org/message-id/flat/20200301083601.ew... Maybe the …

  3. comment
    Comment #21146664

    Today's news is about PostgreSQL 12 GA release. The news you may have seen recently was about few Beta releases in last few months and an RC release last week.

  4. story
  5. comment
    Comment #18249640

    The documentation of creating partitions [1] says this: "When creating a hash partition, a modulus and remainder must be specified. The modulus must be a positive integer, and the …

  6. comment
    Comment #17966242

    There is: PostgreSQL 10 New Features With Examples https://h50146.www5.hpe.com/products/software/oe/linux/mains...

  7. comment
    Comment #14372731

    BTW, you can also create partitions as foreign tables: https://www.postgresql.org/docs/10.0/static/sql-createforeig...

  8. comment
    Comment #14068435

    Unfortunately, foreign keys won't be supported right away. Read about the new feature and its limitations here: https://www.postgresql.org/docs/devel/static/ddl-partitionin...

  9. story
  10. comment
    Comment #13183221

    Postgres is going in this direction starting with the next release: http://www.databasesoup.com/2016/05/changing-postgresql-vers...

  11. comment
    Comment #13136553

    Note that there is no shorthand syntax (yet), where you define a partitioned schema in just one line of DDL. As of now, you still need to create the root partitioned table as one c…

  12. comment
    Comment #13131027

    ...this is the beginning, not the end... https://www.postgresql.org/message-id/CA%2BTgmobTxn2%2B0x96h...

  13. comment
    Comment #13130894

    Yes, it is not possible to optimize (ie, prune useless partitions for quicker access) the query select * from tab where key = x. You'd need actual hash partitioning for that. The m…

  14. comment
    Comment #13130176

    Not natively, as in there is no PARTITION BY HASH ( ). What limitations do you face when trying to roll-your-own hash partitioning using check constraints (in 9.6)?

  15. comment
    Comment #12589722

    or read this chapter (the wiki page's content made into the official documentation): https://www.postgresql.org/docs/devel/static/parallel-query....

  16. story
  17. comment
    Comment #11360884

    Greenplum is a fork of Postgres codebase, Citus is not; it's an extension that leverages community Postgres's extensibilty APIs. This point seems to be highlighted in their post.

  18. comment
    Comment #11316925

    > What's worse is there's 0 indication of how long a vacuum is going to take, nor progress updates while it's going. Upcoming 9.6 will help with this to a certain degree: http://ww…

  19. story
  20. story
  21. story
  22. story
  23. comment
    Comment #10423980

    Not quite sure whether something like multixact data corruption is symptomatic of the kind of underlying issues in database system implementations that Jepsen is after. I may be wr…

  24. comment
    Comment #10095928

    'Clippings' looks really handy. Thanks!

  25. story