PC Review


Reply
Thread Tools Rate Thread

Database size

 
 
Dale Matt
Guest
Posts: n/a
 
      4th Nov 2008
I have an Access 2002 database system with a front end mdb linked to a
backend mdb containing the data files. The contents of the data files are
very stable although the mdb file itself is .5 GB.

The front end system is approx. 20MB in size, but in the course of an hour
of use it can grow to 50MB or larger. Most of the use involves running code
that generates queries and produces reports. Compacting returns the file to
20MB. However, frequent compacting is inconvenient for users.

What are some tips for keeping the front end size from having to be
compacted frequently, i.e., how can I keep the size from doubling during
normal operations?

Thanks in advance!


 
Reply With Quote
 
 
 
 
Klatuu
Guest
Posts: n/a
 
      4th Nov 2008
Although you have a split database, some things in a front end can cause
that bloating.

First, each user should have their own copy on their own computer and not be
sharing a single copy on a network.

If you have any make table queires, this is a major contributer to bloat.

One very easy way to solve this problem without having to compact at all is
to put a copy on a shared folder to which all users have read access. Then,
rather than open the local copy directly, use a .bat file that copies the
fresh copy from the shared folder to the user's working folder and then
starts the application. This servers two purposes. First, they are always
working with a copy that is not bloated and second, it simplifies
distributing modifications to the front end. All you need to do is put the
new version in the folder the users load from. And, no, there really is no
preceived delay in loading the application this way.

"Dale Matt" <Dale (E-Mail Removed)> wrote in message
news:286C0ED6-5786-4A31-AEF3-(E-Mail Removed)...
>I have an Access 2002 database system with a front end mdb linked to a
> backend mdb containing the data files. The contents of the data files are
> very stable although the mdb file itself is .5 GB.
>
> The front end system is approx. 20MB in size, but in the course of an hour
> of use it can grow to 50MB or larger. Most of the use involves running
> code
> that generates queries and produces reports. Compacting returns the file
> to
> 20MB. However, frequent compacting is inconvenient for users.
>
> What are some tips for keeping the front end size from having to be
> compacted frequently, i.e., how can I keep the size from doubling during
> normal operations?
>
> Thanks in advance!
>
>



 
Reply With Quote
 
Dale Matt
Guest
Posts: n/a
 
      4th Nov 2008
Thanks, Klatuu...

The front end is on local desktops. The local copies are updated from a
network copy -- but only when changes are made. Updating the local copy
every time a user signs on is a great idea.

"Klatuu" wrote:

> Although you have a split database, some things in a front end can cause
> that bloating.
>
> First, each user should have their own copy on their own computer and not be
> sharing a single copy on a network.
>
> If you have any make table queires, this is a major contributer to bloat.
>
> One very easy way to solve this problem without having to compact at all is
> to put a copy on a shared folder to which all users have read access. Then,
> rather than open the local copy directly, use a .bat file that copies the
> fresh copy from the shared folder to the user's working folder and then
> starts the application. This servers two purposes. First, they are always
> working with a copy that is not bloated and second, it simplifies
> distributing modifications to the front end. All you need to do is put the
> new version in the folder the users load from. And, no, there really is no
> preceived delay in loading the application this way.
>
> "Dale Matt" <Dale (E-Mail Removed)> wrote in message
> news:286C0ED6-5786-4A31-AEF3-(E-Mail Removed)...
> >I have an Access 2002 database system with a front end mdb linked to a
> > backend mdb containing the data files. The contents of the data files are
> > very stable although the mdb file itself is .5 GB.
> >
> > The front end system is approx. 20MB in size, but in the course of an hour
> > of use it can grow to 50MB or larger. Most of the use involves running
> > code
> > that generates queries and produces reports. Compacting returns the file
> > to
> > 20MB. However, frequent compacting is inconvenient for users.
> >
> > What are some tips for keeping the front end size from having to be
> > compacted frequently, i.e., how can I keep the size from doubling during
> > normal operations?
> >
> > Thanks in advance!
> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Maximum database size - linked tables in a second database Brad Microsoft Access Getting Started 3 10th Jan 2009 07:39 PM
RE:Maximum database size, and table size ! Pierre Fournier Microsoft Access Database Table Design 1 8th Jun 2005 05:51 PM
Maximum database size, and table size ! Pierre Fournier Microsoft Access Database Table Design 2 7th Jun 2005 10:58 PM
reduce database size when insert picture in database =?Utf-8?B?T21hcg==?= Microsoft Access Getting Started 1 8th Mar 2005 12:12 PM
Backup size and original size of database different =?Utf-8?B?SkQ=?= Microsoft Access 3 20th Feb 2005 06:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:49 AM.