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

asked 01 Aug '13, 07:42

Martin's gravatar image

Martin
8.9k127164253
accept rate: 14%


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).

permanent link

answered 01 Aug '13, 08:00

John%20Smirnios's gravatar image

John Smirnios
11.4k394154
accept rate: 38%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×41

question asked: 01 Aug '13, 07:42

question was seen: 1,550 times

last updated: 01 Aug '13, 08:00