August 2, 2013 at 7:48 am
Hi All,
I have 80gb of free space in a database after unused tables/index and old table data was deleted. I am hoping the data file size does not increase anymore and will use this available free space. Is that safe to assume, if any new data is added to existing tables, the database will use this available free space first?
Thanks for the input.
August 2, 2013 at 7:51 am
azenon (8/2/2013)
Hi All,I have 80gb of free space in a database after unused tables/index and old table data was deleted. I am hoping the data file size does not increase anymore and will use this available free space. Is that safe to assume, if any new data is added to existing tables, the database will use this available free space first?
you are correct; the freespace inside the db is used first, and only whent hat is used up would the database size increase.
i like to think of a database's allotted space as a big cardboard box...i can add stuff and remove stuff from the box (tables, data inside the tables,etc) and the box'es size doesn't change. only when the box is full do i need to resize the box (get a bigger box)
Thanks for the input.
Lowell
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply