Posted on:
June 16th, 2009
The exchange database is built on a heavily extended version of JET and each database has a 16tb limit. This extended version of JET is called ESE. Extensible Storage Engine. Any time you see ESE messages in the Event log you know it has to do with items with the Exchange Database. Exchange 2007 like Exchange 2003 has Single Instance Storage (SIS) which provides large space savings.
SIS example: Say Bob emails 50 a large 50MB attachment to people who are all on the same Exchange 2007 server. Instead of there being 2500MB added to the database. All recipients basically point to a single file. Basically there would only be a 50MB increase in the size of the database.
Like Exchange 2003, Exchange 2007 uses Database transaction logs and memory to initially store data. Each Storage Group has it’s own transaction logs. Transaction logs accumulate until you do a FULL BACKUP of the Exchange Mailbox store. As you will see later transaction logs are used in disaster recovery and are critical.
Storage groups are virtual containers for databases. As you can see Storage groups can be responsible for several databases. Actually you can have up to 5 databases in each storage group. The databases can be stored on different drives as seen in the picture.
Transaction logs are handled at the storage group level. All of the transaction logs are contained in one location. You can check the location of the log path by opening up “Exchange Management Console” and then “right clicking” “First storage group”. Both the Log and system path are listed.
A thing called “Local Continuous Replication” limits you to a single database per storage group.
There are 3 size caps that you will encounter in Exchange 2007.
NOTE – If you want to change the artificial database limit on 2007 Exchange.
Exchange best practices state that Exchange 2007 needs 2GB just to run. The best practices also states that for each user you should have a minimum of 5MB reserved for each mailbox. For example:
If you were going to implement an Exchange 2007 server and there was 200 users. You would find out the memory requirements quickly by adding 2Gb + 200(5MB) = 2GB + 1GB = 3GB total. Your server must be able to support this amount of ram.
The default Mailbox size is 2GB.