A doubt w.r.t WAL

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема A doubt w.r.t WAL
Дата
Msg-id 200307212002.27444.shridhar_daithankar@nospam.persistent.co.in
обсуждение исходный текст
Ответы Re: A doubt w.r.t WAL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,

I have a doubt regarding WAL.

Let's say I have only one wAL segment of 16MB and in a single transaction I
put 20MB of data, say a text file dump inside a transaction.

How does WAL handles this situation from POV of using/reusing WAL space and
ensuring consistency of data in table?

Does it record committed/uncommitted transaction id in clog and safely start
pushing data into data files?

 Shridhar



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

Предыдущее
От: nolan@celery.tssi.com
Дата:
Сообщение: psql and toggles
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Checkpoint question