Viewing profile — postila
postila
HN member- Joined
- Sun, May 03, 2015, 6:01 PM UTC
- HN karma
- 813
- Public activity
- 165 items
- HN profile
- View on Hacker News ↗
About postila
No profile information was provided.
Recent public activity
- story
- story
-
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.
- story
- story
- story
- story
- story
- story
-
comment
Comment #16624651
things like superuser should be disabled by default (only DBA needs superuser access, not anybody else).
-
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…
-
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…
-
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.
-
comment
Comment #16348595
||'' is another way to do ::text ? :-)
-
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…
-
comment
Comment #16287777
postgreS
- story
- story
- story
- story
-
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 …
- story
-
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 …
- story
- story