0% found this document useful (0 votes)
104 views9 pages

Exchange 2003 Database Architecture: Ajit Lomte

This document discusses the database architecture of Microsoft Exchange Server 2003. It describes the logical structure including storage groups, mailbox stores, and public folder stores. It explains the key database files including .edb files which contain metadata, .stm files which contain message data, and transaction log files. It also provides an overview of the historical development of Exchange database structures and limitations.

Uploaded by

mystic_guy
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views9 pages

Exchange 2003 Database Architecture: Ajit Lomte

This document discusses the database architecture of Microsoft Exchange Server 2003. It describes the logical structure including storage groups, mailbox stores, and public folder stores. It explains the key database files including .edb files which contain metadata, .stm files which contain message data, and transaction log files. It also provides an overview of the historical development of Exchange database structures and limitations.

Uploaded by

mystic_guy
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 9

Exchange 2003 Database Architecture

Ajit Lomte

Logical structure
The Past, the Present & the Future Information Store Overview .EDB file .STM file Transaction Logs & Checkpoint Database Tuning

Symantec Confidential

Logical Structure
Storage Group
Information Store Mailbox Store Public Folder Store

Symantec Confidential

The Past, the Present & the Future


Exchange 5.5 Only .EDB files, Single Mailbox & Public Store Exchange 2000 Major Changes like: Integration with Active Directory

Multiple Stores Introduction of .STM files

Exchange 2003 RSG, Size limit increased in SP2 Exchange 2007 64 bit only, DB size limited by H/W, Up to 50 DBs allowed.

Symantec Confidential

Information Store Overview

Symantec Confidential

.EDB File
contains the tables that hold the metadata for all e-mail messages
contents of MAPI messages Each record contains a column that points to pages in the .STM file Data format is Microsoft Database Encapsulated Format (MDBEF).

Symantec Confidential

.STM File
Contains data in Native or Raw format
Data is stored in form of 4kb pages & header info. Needed by non-MAPI clients Conversion from .edb to .stm is internal No. of 4 kb pages & checksum is stored in .edb

Symantec Confidential

Transaction Logs & Checkpoint


<Log Prefix>xxx.chk
Exx.log <Log Prefix>XXXXX.log Res1.log and Res2.log Tmp.edb Circular Logging

Symantec Confidential

Database Tuning
Online Defragmentation
Offline Defragmentation

Symantec Confidential

You might also like