Re: Max Exchage DB size in SBS

From: Dave Nickason [SBS MVP] (gwdibble_at_NOSPAM.frontiernet.net)
Date: 09/09/04


Date: Thu, 9 Sep 2004 17:31:02 -0400

The limit is 16gb, not 6. Also, I'm 99% sure it's per store (public and
private) rather than total. The stores consist of the edb file and the stm
file (priv.edb + priv.stm, for example).

The stores grow as necessary to house their content, so for example if you
add 100mb of data, the database will grow by 100mb. If you then delete that
content, the store will not shrink accordingly. Rather, the freed-up space
becomes "slack" in the database. Next time you add content, it goes into
the "slack" space first, growing the database size only if there's not
enough slack available.

When you look at the logs of exchange's nightly maintenance in your app log,
you'll see entries like "private store has 100mb free after online
defragmentation." That's the amount of slack in the database.

To shrink the databases, you need to do an offline defrag using eseutil.
Since the databases will only start growing again anyway, and since there
may be a little risk in running eseutil, I recommend against it. The only
time you'd benefit from an offline defrag is if you permanently reduced your
storage needs, such as a permanent decrease in the size of your office. Or,
if you had a maintenance or corruption issue that called for eseutil. In
that case, you'd see errors logged warning you of a problem that required
your intervention.

"Brad Pears" <donotreply@notreal.com> wrote in message
news:%232fXKKrlEHA.2492@TK2MSFTNGP15.phx.gbl...
> Small Business Server imposes a 6gb limit on the size of the Exchange DB
> correct? Is the file I should be watching the "priv1.edb" file??
>
> If so, I saw this file awfully close to the 6gb mark last week. I then
> warned users they better clean up their emails, start archiving etc...
> Many
> of them have done this. However, the size of the priv1.edb file still
> shows
> the same... What gives here? I made sure they aslso deleted their "deleted
> items" as many forget to do that...Am I looking at the wrong file to
> determine the size of my exchange DB? Why is it not shrinking as the
> individual mail boxes are reduced in size?
>
> Help!
>
> Thanks
>
> Brad
>
>
>



Relevant Pages

  • Re: Breaking up mailbox database in Exchange 2003?
    ... Perhaps you can clarify for me - Stores vs. Databases. ... Public and Private streaming and content equal to a single ... >>in one database, others in another and keep my public folders database as ... >>databases in the standard version of Exchange. ...
    (microsoft.public.exchange.setup)
  • Re: Need Advice on Linux vs. Windows for a Database-Driven Web Application
    ... We recently hired sales reps in several cities in the US ... > and Canada to maintain our displays in stores and to take orders from ... > in a database that we could access from the Head Office. ... No question - the Linux based one. ...
    (comp.programming)
  • Re: Multi phase processing
    ... I writing a perl/mysql backend to a website, ... number of pages of input, then, at the end, stores all the info on the ... all of which is taken from some data tables on the database. ... approach completely and use a decent session module that lets you ...
    (comp.lang.perl.misc)
  • A little complex question, please help...Im a newbie
    ... database for a shoe description. ... The ID of stores are linked with the ID of the main database. ... would write the status of shoes in all my stores and the warehouse. ...
    (comp.databases.ms-access)
  • Re: opinions on store and mailbox limits
    ... database store being a btree database. ... enumeration of the mailbox items. ... By splitting the stores we have lessend the problems we now ... "Exchange Storage Guy" wrote in message ...
    (microsoft.public.exchange.admin)