Changes between Initial Version and Version 1 of Ticket #4369, comment 1


Ignore:
Timestamp:
04/27/22 20:17:33 (2 years ago)
Author:
karlicoss
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4369, comment 1

    initial v1  
    1 The only downside of this change is that now if you're trying to view a database with an uncommitted WAL,the WAL is basically ignored, whereas previously it would also display the changes in WAL. 
     1One downside of this change I know of is that now if you're trying to view a database with an uncommitted WAL,the WAL is basically ignored, whereas previously it would also display the changes in WAL. 
    22 
    33This may or may not be desirable (personally I'd rather prefer for it not to dump empty WAL files). If we want to preserve the old behaviour, could change the viewer to be adaptive: if there are no existing -wal files, use immutable mode; otherwise open in the default mode which would also display uncommitted changes.