cancel
Showing results for 
Search instead for 
Did you mean: 

When exactly is GrowDB fired?

MCMartin
Participant
1,844

Is GrowDB fired after the file have been grown or before?

Accepted Solutions (1)

Accepted Solutions (1)

johnsmirnios
Participant

Essentially, it is after the file has grown. For dbspaces, the OS has grown the file before the event is signalled; however, the server usually initializes the new pages asynchronously afterwards. If the database goes down dirty while the async initialization is taking place, the newly allocated space is not considered to be part of the dbspace (ie, the database will only retain the new space if the async initialization completes).

Answers (0)