Обсуждение: Re: [HACKERS] WAL: parallel logging

Поиск
Список
Период
Сортировка

Re: [HACKERS] WAL: parallel logging

От
Vadim Mikheev
Дата:
Philip Warner wrote:
> 
> Did you ever make a decision about parrallel logging etc?

Yes. I decided to make first implementation without parallel 
logging and run tests to see how many log spinlock contentions 
will be there.
I finally found parallel logging in Oracle - he uses it
with parallel server option (for clusters).

I already began codding and hope to have something in
~ 3 weeks...

Thanks to all!

Vadim