Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ed6c4-0003as-Gc for pgsql-docs@arkaria.postgresql.org; Sun, 21 Jan 2018 03:48:08 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ed6c2-0000ld-4a for pgsql-docs@arkaria.postgresql.org; Sun, 21 Jan 2018 03:48:06 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ed6c1-0000lT-VD for pgsql-docs@lists.postgresql.org; Sun, 21 Jan 2018 03:48:06 +0000 Received: from smtprelay0046.b.hostedemail.com ([64.98.42.46] helo=smtprelay.b.hostedemail.com) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1ed6bt-00028h-E0 for pgsql-docs@lists.postgresql.org; Sun, 21 Jan 2018 03:48:05 +0000 Received: from filter.hostedemail.com (10.5.19.248.rfc1918.com [10.5.19.248]) by smtprelay01.b.hostedemail.com (Postfix) with ESMTP id D0E2D2D2A12; Sun, 21 Jan 2018 03:47:53 +0000 (UTC) X-Session-Marker: 616C76686572726540616C76682E6E6F2D69702E6F7267 X-Spam-Summary: 50,0,0,,d41d8cd98f00b204,alvherre@alvh.no-ip.org,:::::::,RULES_HIT:41:355:379:599:967:973:988:989:1260:1277:1311:1312:1313:1314:1345:1359:1437:1515:1516:1518:1519:1534:1539:1593:1594:1595:1596:1711:1730:1747:1777:1792:2393:2525:2553:2560:2563:2682:2685:2739:2828:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3352:3865:3866:3867:3868:3870:3872:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4605:5007:6261:9025:9121:10004:10400:10848:11232:11658:11914:12740:12895:13069:13311:13357:13439:13894:13895:14721:14764:21080:21088:21433:21627:30054:30070:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:1,LUA_SUMMARY:none X-HE-Tag: rain64_44dda9cc7302d X-Filterd-Recvd-Size: 1663 Received: from alvin.alvh.no-ip.org (unknown [179.56.52.112]) (Authenticated sender: alvherre@alvh.no-ip.org) by omf05.b.hostedemail.com (Postfix) with ESMTPA; Sun, 21 Jan 2018 03:47:53 +0000 (UTC) Received: by alvin.alvh.no-ip.org (Postfix, from userid 1000) id D5A0A6C0; Sun, 21 Jan 2018 00:47:50 -0300 (-03) Date: Sun, 21 Jan 2018 00:47:50 -0300 From: Alvaro Herrera To: Michael Paquier Cc: Tom Lane , ilsa@ilsadee.com, pgsql-docs@lists.postgresql.org Subject: Re: What does "Table rewrite" mean? Message-ID: <20180121034750.cgfugcqbgnxxm3lg@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180120101807.GB1311@paquier.xyz> User-Agent: NeoMutt/20170306-137-4415bd-dirty (1.8.0) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Michael Paquier wrote: > On Fri, Jan 19, 2018 at 11:33:43AM -0500, Tom Lane wrote: > > It means reading the whole table and writing it out in some modified > > form (for instance, with some column transformed into a new datatype). > > It's not "dangerous" in any way ... but if you've got many GB of data in > > the table and you can't afford to have the table locked for a long time, > > then it's something to avoid. > > Yeah that can be costly. Note that WAL corresponding to this data needs > to be generated as well. Maybe we need to document this somewhere, particularly now that we have a "table_rewrite" event item. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services