Re: [pgsql-hackers] Daily digest v1.9418 (15 messages)

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: [pgsql-hackers] Daily digest v1.9418 (15 messages)
Дата
Msg-id 20090829090242.GA3541@svana.org
обсуждение исходный текст
Ответ на Re: [pgsql-hackers] Daily digest v1.9418 (15 messages)  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Thu, Aug 27, 2009 at 01:12:20PM -0400, Robert Haas wrote:
> This is pretty cool, IMO.  Admittedly, it does seem hard to bottle it,
> but you managed it, so it's not completely impossible.  What you could
> for this kind of thing is a series of patches and driver scripts, so
> you build PostgreSQL with the patch, then run the driver script
> against it.  Probably we'd want to standardize some kind of framework
> for the driver scripts, once we had a list of ideas for testing and
> some idea what it should look like.

Another similar idea I've had in the back of my head for a while is to
setup postgres so it is the only process in a VM. Subsequently after
every single write() syscall, snapshot the filesystem and then run the
recovery process over each one.

It would likely take an unbeleivably long time to run, and maybe
there's some trick to speed it up, but together with code coverage
results it could give you good results as to the reliability of the
recovery process.

Probably more a research project than anything else though.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: WIP: remove use of flat auth file for client authentication
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: WIP: remove use of flat auth file for client authentication