Live data from Hacker News

Viewing profile — postila

postila

HN member
Joined
Sun, May 03, 2015, 6:01 PM UTC
HN karma
813
Public activity
165 items

About postila

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #17295703

    Better, automated tools for optimization are needed. Postgres ecosystem right now lacks a lot of things that enterprise systems have for decades.

  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #16624651

    things like superuser should be disabled by default (only DBA needs superuser access, not anybody else).

  11. comment
    Comment #16624634

    Also: 3. Ensure that you don't use or provide anybody superuser in Postgres. (Otherwise, there is much simpler way to download&run anything that explain in the article – just `copy…

  12. comment
    Comment #16492173

    This is one of the interesting optimizations that DBMS should do automatically but it doesn't. https://github.com/NikolayS/postgres_dba -- this toolset includes a version of report…

  13. comment
    Comment #16348621

    I mean, in more recent Postgres versions, more things related to window functions are available – like CUBE, GROUPING SETS, etc. 9.3 was released back in 2013.

  14. comment
    Comment #16348595

    ||'' is another way to do ::text ? :-)

  15. comment
    Comment #16348558

    select version(); PostgreSQL 9.3.20 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4, 64-bi I wonder why so old version is being used. I will be n…

  16. comment
  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #15942516

    Here is an example of ~$65 item merged with others https://www.amazon.com/gp/product/B076RS1WRZ/ref=oh_aui_deta... – a lot of five-star reviews (marked as verified ), but very bad …

  22. story
  23. comment
    Comment #15641908

    MS Azure also provides Postgres now [1]. And also does Alibaba Cloud [2]. They even have a special version of it – something for analytics/warehousing [3]. So at least 4 big cloud …

  24. story
  25. story