Search Postgresql Archives

Re: WAL Log Size

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 29, 2008 at 1:08 AM, Greg Smith <gsmith@xxxxxxxxxxxxx> wrote:
> On Fri, 29 Feb 2008, Sam Mason wrote:
>
>  > Just out of interest, why doesn't it do the following?
>  >
>  >  BEGIN;
>  >  create table xlog_switch as
>  >    select '0123456789ABCDE' from generate_series(1,1000000);
>  >  ROLLBACK;
>
>  I'm not 100% sure here what happens when you do the above, and it depends
>  on version, but there are cases where creating a new or empty table in a
>  transaction is optimized to not create any WAL as a performance
>  improvement.  This has become a common idiom for that reason:

That's why the create table statement up there had the from
generate_series bit...

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux