What makes .mdb files so big?

R

RB Smissaert

Just noticed that .mdb files are quite big for the amount of data they
contain.
A .mdb file is about 50 times bigger than the corresponding text file
holding the same data.
What makes up the size?

RBS
 
M

MH

Mostly junk disk space, use Tools | Database Utilities | Compact and repair
database if you have been deleting tables or lots of records. It's a good
idea to do it periodically anyway.

MH
 
R

Rick Brandt

RB said:
Just noticed that .mdb files are quite big for the amount of data they
contain.
A .mdb file is about 50 times bigger than the corresponding text file
holding the same data.
What makes up the size?

RBS

Have you compacted lately? It will always be bigger that a text file, but they
files do "bloat" during use and compacting them will get rid of that.
 
R

RB Smissaert

This is a completely newly created file.
Created via VBA.
It is not really a problem (yet), but just wondered.

RBS
 
T

Tony Toews

RB Smissaert said:
This is a completely newly created file.
Created via VBA.
It is not really a problem (yet), but just wondered.

There is always a significant amount of overhead for the first record.
One of my client databases, when all the records in all 160 tables
have been deleted and compacted, shrinks down to about 3 or 4 Mb.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top