Print Page | Close Window

Max size of a useable Access-database ?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=21952
Printed Date: 29 March 2026 at 5:15pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Max size of a useable Access-database ?
Posted By: Pilsener
Subject: Max size of a useable Access-database ?
Date Posted: 16 November 2006 at 10:57pm
How large can an Access-database grow before it starts to perform bad ?



Replies:
Posted By: dpyers
Date Posted: 17 November 2006 at 1:00am
Kind of depends upon the data base and how it's used. All things being equal, a small data base that undergoes a lot of adds and deletes will generally perform worse than a larger db that's relatively static.

Remember that access is just a flat file. Adds are put onto the end of the file and deletes are just flagged as deleted - not physically removed. This results in indexes and data being interspersed all over the end of the file - with corresponding lag times as access tries to figure who points at what and where the who and what are located.

Doing a periodic compact and repair rewrites the flat file in an organized fashion.

Acess is loaded into memory for each user each time it's used. You only have a finite amount of memory available before you start paging memory to disk, so both size and numbers of users can impact the performance.

Also, the more access db's that are being used, the slower the performance of each - particularly if your using ODBC connections.


-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: zMaestro
Date Posted: 18 November 2006 at 3:09am
I've an access database on a site that is around 100 MB in size and working in an acceptable mode.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net