Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

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

asked 01 Aug '13, 07:42

Martin's gravatar image

Martin
9.0k130169257
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
12.0k396166
accept rate: 37%

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,706 times

last updated: 01 Aug '13, 08:00