"Kevin Grittner" <[EMAIL PROTECTED]> writes: > Tom Lane <[EMAIL PROTECTED]> wrote: >> Now, *why* it is a mistake is interesting to speculate about, but >> let's confirm the theory first. > Could this be related to hint bit rewrites during indexing?
If so, changing maintenance_work_mem won't improve the situation. What I personally suspect is that Jeff's index build is swapping like crazy, or else there's just some problem in the sort code for such a large sort arena. But let's get some evidence about how the index build time varies with maintenance_work_mem before jumping to conclusions. > Would a vacuum between creation and indexing be a good way to tell? Yeah, that might be a useful experiment to try too. It wouldn't improve the overall time AFAICS, but it would give us some idea how much of the indexing time was really spent on hintbits. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers