View “pg_stat_activity” contains new useful or updated existing columns which can help us to better track what is going on in the database: wait_event_type – has now interesting values “Activity”, “Extension”,...
How to check if table is partition or to find existing partitions – there is a new column “relispartition” in pg_class table: select * from pg_class where relispartition is true Table “pg_class” contains also new column...
PostgreSQL 10 comes with nice new native partitioning. This new partitioning does not need any triggers. It distributes inserted records automatically to the proper partitions. Here are some first impressions from tests: Create parent table: create table public.test...
Installation from source is described in documentation. I tested on GCE instance with Debian 8. Here is just quick summary: download tar with source: wget https://ftp.postgresql.org/pub/source/v10beta1/postgresql-10beta1.tar.gz untar it: tar xvfz...
Here is one fair warning about new PostgreSQL 9.6 (written 2016/12 for pg 9.6.1) – parallel processing of a query works only for a plain select. But if you embed the same query into CREATE TABLE or CREATE MATERIALIZED VIEW command processing is NEVER parallel...
Many companies use in these days cloud instances which allows them to live without stress from maintaining their own infrastructure. On the other hand it gives them new kinds of stress when internet connection is not working etc. I have now (2016/11) 8 month...
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptRejectRead More
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.