Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pages in SQL

Status
Not open for further replies.

VBXL

Programmer
Joined
Jul 10, 2001
Messages
198
Location
GB
Please could someone explain to me extents/pages ...

in simple terms or a web site which explain memory allocation.

Cheers
 
VBXL,

Simply....imagine a book...
each page only holds 8 KB of data and there are only 8 pages (extents) in the book. A sentence (a row of data) CANNOT continue onto another page.

Your database would then be like a library filled with these 8 page books.

SO, (from the BOL):

a page is 8 KB
128 pages per MB
an extent is 8 pages (64 KB)
16 extents per MB
and rows cannot span pages.

Hope that helps.

-Bill
 
I understand now... Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top