Re: BUG #14917: process hang on create index - Mailing list pgsql-bugs

From Peter Geoghegan
Subject Re: BUG #14917: process hang on create index
Date
Msg-id 20171120181708.GA16834@marmot
Whole thread Raw
In response to Re: BUG #14917: process hang on create index  (Boris Sagadin <sagadin@gmail.com>)
Responses Re: BUG #14917: process hang on create index  (Boris Sagadin <sagadin@gmail.com>)
List pgsql-bugs
Boris Sagadin <sagadin@gmail.com> wrote:
>After a fresh DB start and CREATE INDEX idx_table123_fast ON table123 USING
>btree (k, n), strace looks normal to a point:

>brk(0x7f13d970a000)                     = 0x7f13d970a000
>mmap(NULL, 12587008, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,

Are these text strings individually very large?

-- 
Peter Geoghegan


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14917: process hang on create index
Next
From: Tanes Sriviroolchai
Date:
Subject: Re: BUG #14919: Invalid column in sub select is still a valid select