On 2/24/2016 12:56 AM, Sairam Gaddam wrote: > Before checkpointing the data from WAL, if the DB is queried, will the > result include updated data from WAL or not?
It will. A transaction reads both from WAL and the original database file - whichever contains the fresher data. -- Igor Tandetnik