Ответ: [HACKERS] Otvet: WAL and indexes (Re: [HACKERS] WAL status & todo)

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: Alfred Perlstein <bright(at)wintelcom(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Ответ: [HACKERS] Otvet: WAL and indexes (Re: [HACKERS] WAL status & todo)
Date: 2000-10-16 19:15:09
Message-ID: 8F4C99C66D04D4118F580090272A7A230327BE@SECTORBASE1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> One of the purposes of WAL is immediate removing tuples
>> inserted by aborted xactions. I want make VACUUM
>> *optional* in future - space must be available for
>> reusing without VACUUM. And this is first, very small,
>> step in this direction.
>
>Why would vacuum become optional? Would WAL offer an option to
>not reclaim free space? We're hoping that vacuum becomes unneeded

Reclaiming free space is issue of storage manager, as
I said here many times. WAL is just Write A-head Log
(first write to log then to data files, to have ability
to recover using log data) and for matter of space it can
only help to delete tuples inserted by aborted transaction.

>when postgresql is run with some flag indicating that we're
>uninterested in time travel.

Time travel is gone ~ 3 years ago and vacuum was needed all
these years and will be needed to reclaim space in 7.1

>How much longer do you estimate until you can make it work that way?

Hopefully in 7.2

Vadim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-10-16 19:19:38 Re: Ответ: Ответ: WAL and indexes (Re: [HACKERS] WAL status & todo)
Previous Message Mikheev, Vadim 2000-10-16 19:02:02 Ответ: Ответ: WAL and indexes (Re: [HACKERS] WAL status & todo)