Re: Idea about better configuration options for sort memory

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Idea about better configuration options for sort memory
Date: 2004-02-12 16:18:53
Message-ID: Pine.LNX.4.33.0402120917550.4792-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12 Feb 2004, Greg Stark wrote:

> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>
> > > Hmmm ... maybe query_work_mem and maintenance_work_mem, or something
> > > similar?
> >
> > I'll go with these unless someone has another proposal ...
>
> dml_sort_mem and ddl_sort_mem ?

I like those. Are they an accurte representation of what's going on? If
so, I'd go with these, as they are more easily recognizable by folks
who've worked with dbs for a while. On the other hand, they're probably
less recognizable to the newbies.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-02-12 16:36:21 Re: pg_dump and CHECK constraints
Previous Message Bruce Momjian 2004-02-12 16:05:18 Re: implemented missing bitSetBit() and bitGetBit()