473,383 Members | 1,717 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Computer bloat question

I'm sure there are causes for computer bloat. I've wondered if it came
from running queries. I have lots of queries that are created within my
forms, sometimes reports and modules. Are these the culprits? How
about if you had a query that you constantly changed the SQL? Or is it
caused simply by the use of adding/deleting/modifying the records.
Nov 13 '05 #1
2 1151
The majority of Access bloat is not b/c of adding data to tables or
running queries, it is a result of just running and/or changing things
within your db like forms, reports, and other programming objects.
Right click your db, select Properties, and mark how big in MBs it is.
Then open your db and choose Tools -> Database Utilities -> Compact and
Repair Database. Now close it and recheck the size. Mine went from
12.3MB to 2.1MB the first time I used it.
Streamline1000

Salad wrote:
I'm sure there are causes for computer bloat. I've wondered if it came from running queries. I have lots of queries that are created within my forms, sometimes reports and modules. Are these the culprits? How
about if you had a query that you constantly changed the SQL? Or is it caused simply by the use of adding/deleting/modifying the records.


Nov 13 '05 #2
Chuck Grimsby wrote:
On Wed, 02 Feb 2005 21:16:34 GMT, Salad <oi*@vinegar.com> wrote:
I'm sure there are causes for computer bloat. I've wondered if it came

from running queries. I have lots of queries that are created within my

forms, sometimes reports and modules. Are these the culprits? How
about if you had a query that you constantly changed the SQL? Or is it
caused simply by the use of adding/deleting/modifying the records.

Yes, Yes, Yes, and Yes.

Compacting (as suggested by st************@gmail.com) only gets rid of
the "bloat" (which is, in reality, "Working Space" for JET) until the
next time you run the query that needed the space. Of course, that
means that Access will have to stop to expand the MDB file, negating
all that time you spent doing the "Compact and Repair".

A properly developed Access database doesn't need to be compacted. I
have several that haven't had that operation run on them for several
years.


So what is a properly developed database? One that uses queries listed
under the query tab only? I have a few crosstab reports crosstab, that
I need to generate new recordsources. Also my forms are constantly
creating dynamic queries and I would not want to get rid of them and
only use those queries under the query tab.

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Salvador I. Ducros | last post by:
Greetings all, I was hoping someone might be able to point me in the right direction. I'm currently using std::vector to maintain several lists whose objects are of unrelated types (classes)....
6
by: RainBow | last post by:
Greetings!! I introduced the so-called "thin-template" pattern for controlling the code bloat caused due to template usage. However, one of the functions in the template happens to be virtual...
3
by: Rick Collard | last post by:
I have been experimenting with the new Printer object in Access 2002 and discovered some unexpected database bloat. Simply assigning the same value to a property of a report's Printer object will...
7
by: Danny J. Lesandrini | last post by:
I know this has been discussed before, as I've seen the Google posts, but they all leave me with an unanswered question: Does my DAO code executed in the front end cause the back end to bloat?...
11
by: BillCo | last post by:
I'm using a backend that's been around for years before I joined the company. It kind of grew exponentially and has some design problems including large unused tables some temporary tables. It...
5
by: MLH | last post by:
I've read a number of posts over the years that dealt with the issue of database bloat. I'm wondering if anyone has determined exactly what information comprises the bloat when it does occur. Has...
6
by: DFS | last post by:
One of my systems grew exponentially - from 13mb to 43mb - after adding some 10 temp tables (with no data), a new form, and about a thousand lines of code. The .mdb has mostly table links, lots of...
48
by: Tony | last post by:
How much bloat does the STL produce? Is it a good design wrt code bloat? Do implementations vary much? Tony
10
by: mirandacascade | last post by:
Question toward the bottom of this post....background information immediately below. Access 97 SQL Server 2000 Please note: although the subject line uses the word 'bloat', this post is NOT...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.