Re: Auto-tuning work_mem and maintenance_work_mem - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Auto-tuning work_mem and maintenance_work_mem
Date
Msg-id 5256DCFB.1060903@dunslane.net
Whole thread Raw
In response to Re: Auto-tuning work_mem and maintenance_work_mem  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Auto-tuning work_mem and maintenance_work_mem  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 10/10/2013 12:45 PM, Bruce Momjian wrote:
> On Thu, Oct 10, 2013 at 12:39:04PM -0400, Andrew Dunstan wrote:
>> On 10/10/2013 12:28 PM, Bruce Momjian wrote:
>>> How do we handle the Python dependency, or is this all to be done in
>>> some other language?  I certainly am not ready to take on that job.
>>
>> Without considering any wider question here, let me just note this:
>>
>> Anything that can be done in this area in Python should be doable in
>> Perl fairly simply. I don't think we should be adding any Python
>> dependencies. For good or ill Perl has been used for pretty much all
>> our complex scripting (pgindent, MSVC build system etc.)
> Yes, but this is a run-time requirement, not build-time, and we have not
> used Perl in that regard.
>


Nor Python. If we want to avoid added dependencies, we would need to use C.

cheers

andrew



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Re: [BUGS] BUG #7873: pg_restore --clean tries to drop tables that don't exist
Next
From: Fujii Masao
Date:
Subject: Re: pg_stat_statements: calls under-estimation propagation