Re: WIP: Avoid creation of the free space map for small tables - Mailing list pgsql-hackers

From Andrew Gierth
Subject Re: WIP: Avoid creation of the free space map for small tables
Date
Msg-id 87pnshhqu6.fsf@news-spur.riddles.org.uk
Whole thread Raw
In response to Re: WIP: Avoid creation of the free space map for small tables  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
>>>>> "Amit" == Amit Kapila <amit.kapila16@gmail.com> writes:

 Amit> All of these seems to run with fsync=off. Is it possible that
 Amit> vacuum has updated FSM, but the same is not synced to disk and
 Amit> when we try to read it, we didn't get the required page?

No.

fsync never affects what programs see while the system is running, only
what happens after an OS crash.

-- 
Andrew (irc:RhodiumToad)


pgsql-hackers by date:

Previous
From: Alex Kliukin
Date:
Subject: Re: pg_basebackup, walreceiver and wal_sender_timeout
Next
From: Tomas Vondra
Date:
Subject: Re: jsonpath