Re: Let's make PostgreSQL multi-threaded - Mailing list pgsql-hackers

From Dave Cramer
Subject Re: Let's make PostgreSQL multi-threaded
Date
Msg-id CADK3HH+oqOTYTk9+29O3XFosueragbqv36RupC+mG34XWpX0iw@mail.gmail.com
Whole thread Raw
In response to Re: Let's make PostgreSQL multi-threaded  (Stephan Doliov <stephan.doliov@gmail.com>)
Responses Re: Let's make PostgreSQL multi-threaded  (Matthias van de Meent <boekewurm+postgres@gmail.com>)
Re: Let's make PostgreSQL multi-threaded  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
This is somewhat orthogonal to the topic of threading but relevant to the use of resources.

If we are going to undertake some hard problems perhaps we should be looking at other problems that solve other long term issues before we commit to spending resources on changing the process model.

One thing I can think of is upgrading. AFAIK dump and restore is the only way to change the on disk format. 
Presuming that eventually we will be forced to change the on disk format it would be nice to be able to do so in a manner which does not force long down times

 Dave

pgsql-hackers by date:

Previous
From: "Tristan Partin"
Date:
Subject: Re: Use COPY for populating all pgbench tables
Next
From: Matthias van de Meent
Date:
Subject: Re: Let's make PostgreSQL multi-threaded