You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BufferPoolManager could not use DiskManager directly, so I couldn't allocate a new page in disk.
So is method NewPage just allocating a new frame in memory?
If it is, should I set the dirty flag as true so that there would be a new page when I flush the frame?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
BufferPoolManager could not use DiskManager directly, so I couldn't allocate a new page in disk.
So is method NewPage just allocating a new frame in memory?
If it is, should I set the dirty flag as true so that there would be a new page when I flush the frame?
Beta Was this translation helpful? Give feedback.
All reactions