PC Review


Reply
Thread Tools Rate Thread

How Big Can My Database Get

 
 
doyle60@aol.com
Guest
Posts: n/a
 
      10th Feb 2005
I see that some have asked how large a database can be. I'm building a
database whose working model currently has 220,000 records in the main
table. I built a crosstab query that transfers that data, making it
13,000 records. The database really works from that smaller
table---the queries, reports, and forms. The database, after
compacting is 50 megabytes.

Most of the database could work even after deleting the main table but
I want it to hang around for some look up forms.

So, I here, when all is said and done, that my main table will
potentially be 1,500,000 records at year end. (Data will be deleted
each year and started fresh). The crosstab will probably make a table
of about 88,000 to 200,000 records.

So I get this, adding in some misc records from other tables:

Current: 220,000 to 13,000 crosstab (+ 10,000 misc) = 50 megs.
Future: 1,500,000 to 200,000 crosstab (+ 100,000 misc) = X

Solving for x, I get about 353 megs.

So it seems that I am okay. Right?

Thanks,

Matt

 
Reply With Quote
 
 
 
 
David C. Holley
Guest
Posts: n/a
 
      11th Feb 2005
Can't answer the size issue, but I do recall that there is a point where
JET will start to have issues as a DB grows. You will also have
performance issues as the DB grows. My flat out suggestion is to go
SQLServer since it is designed for the big stuff.

David H

(E-Mail Removed) wrote:
> I see that some have asked how large a database can be. I'm building a
> database whose working model currently has 220,000 records in the main
> table. I built a crosstab query that transfers that data, making it
> 13,000 records. The database really works from that smaller
> table---the queries, reports, and forms. The database, after
> compacting is 50 megabytes.
>
> Most of the database could work even after deleting the main table but
> I want it to hang around for some look up forms.
>
> So, I here, when all is said and done, that my main table will
> potentially be 1,500,000 records at year end. (Data will be deleted
> each year and started fresh). The crosstab will probably make a table
> of about 88,000 to 200,000 records.
>
> So I get this, adding in some misc records from other tables:
>
> Current: 220,000 to 13,000 crosstab (+ 10,000 misc) = 50 megs.
> Future: 1,500,000 to 200,000 crosstab (+ 100,000 misc) = X
>
> Solving for x, I get about 353 megs.
>
> So it seems that I am okay. Right?
>
> Thanks,
>
> Matt
>

 
Reply With Quote
 
Marshall Barton
Guest
Posts: n/a
 
      11th Feb 2005
(E-Mail Removed) wrote:

>I see that some have asked how large a database can be. I'm building a
>database whose working model currently has 220,000 records in the main
>table. I built a crosstab query that transfers that data, making it
>13,000 records. The database really works from that smaller
>table---the queries, reports, and forms. The database, after
>compacting is 50 megabytes.
>
>Most of the database could work even after deleting the main table but
>I want it to hang around for some look up forms.
>
>So, I here, when all is said and done, that my main table will
>potentially be 1,500,000 records at year end. (Data will be deleted
>each year and started fresh). The crosstab will probably make a table
>of about 88,000 to 200,000 records.
>
>So I get this, adding in some misc records from other tables:
>
>Current: 220,000 to 13,000 crosstab (+ 10,000 misc) = 50 megs.
>Future: 1,500,000 to 200,000 crosstab (+ 100,000 misc) = X
>
>Solving for x, I get about 353 megs.
>
>So it seems that I am okay. Right?



Size wise, I think you're ok. The upper limit for an MDB
file is 2GB, so it looks like you have a ways to go.

Performance wise, who knows? I have seen reports of much
larger MDBs that ran great and much smaller ones that were
unusably slow. Performance is mostly(?) a function of how
well you design it, how much attention you pay to your
table's indexes, how well you construct your queries and
even form and report structure.

--
Marsh
MVP [MS Access]
 
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
Any solution for error message "Could not attach file 'App_Data\Database.mdf' as database 'Database'."? ornit_sagy@yahoo.com Microsoft ADO .NET 0 8th Jan 2007 08:34 PM
Any solution for error message "Could not attach file'App_Data\Database.mdf' as database 'Database'."? ornit_sagy@yahoo.com Microsoft ADO .NET 1 8th Jan 2007 08:12 PM
How to Add an All Values Item to a Database Query by Using the FrontPage 2003 Database Results Wizard =?Utf-8?B?RGFuaWVs?= Microsoft Frontpage 4 2nd Feb 2004 05:36 PM
WINS could not start due to a missing or corrupt database.Restore the database using WINS Manager (or winscl.exe found in the Windows 2000 Resource Kit) and restart WINS. If WINS still does not start, begin with a fresh copy of the database. =?Utf-8?B?V2hvcHJvZmVzc29y?= Microsoft Windows 2000 0 9th Dec 2003 09:41 PM
Help w/ The database database name needs to be repaired or isn't a database file dcollar Microsoft Access 2 18th Jul 2003 10:18 PM


Features
 

Advertising
 

Newsgroups
 


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