473,395 Members | 1,584 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,395 software developers and data experts.

My table is gettting to large what do i do

29
I have a problem, I have a 3 tables.

Residents
Programs
Attendance

i am tracking which Residents came to which programs.

I have 12 programs a day that 160 Residents attended and do this 7 days a week

so

12 X 160 = 1920 records in the attendance table per day

1920 X 30 = 57000 Records per month.

the size of the attendance table is getting huge. Is there any suggestion as to ways to "cut the fat" ...

P.S. I have to keep these records for 7 years

so in 7 years 4 838 400 records before i can start removing some.

I thought of archiving them but i can't figure out how to archive just a specific bunch.. since the date is attached to the program not the attendance

thanks for any help
Jul 4 '08 #1
3 1137
PianoMan64
374 Expert 256MB
frvs,

Since I don't have much information about the structure of the tables and what fields you have. It really makes it very difficult to answer your question.

If you can send along specifications and ask the question using the information provided, it would give us (the community) a better idea as to how to begin to address you're problem and/or question.

Thanks,

Joe P.
Jul 5 '08 #2
7 of 9
23
PianoMan64 is right more information would be helpful but based on what information you did give; I would ask the question is it necessary to keep 7 years of records in one table? If so why not just have a temporary table with the current month’s records and at the end of the month append to a history table with the rest of the current year’s data and at the end of the year create a new table for year?
Jul 7 '08 #3
Stewart Ross
2,545 Expert Mod 2GB
Hi. Access has a limit of 2GB on the size of any one table within a database, and to the database itself. 4m records could bring you close to this limit already.

I'm with 7 of 9 on this one; I'd suggest that you keep separate year copies of your database for archive purposes and start each year with a clean copy (i.e. one cleared of attendance records).

I do something similar with a student records database, which comprises daily table copies from a large-scale Oracle student-records system. The Access database is used for management information analysis and reporting, and I retain annual datasets from 2003 onwards for archive purposes. Doing so keeps the datasets manageable, and the overall database size well within the 2GB limit for each set.

If you find it difficult to follow up the separate year-copies approach we should be able to help you with a query which could join your programmes and attendance records to allow you to archive your older records, but as Pianoman said we would need more information from you to do so. We'd need the metadata for your tables - the field names and types, and details of primary/secondary keys.

-Stewart
Jul 8 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Matt Liverance | last post by:
I REALLY dont want to switch to oracle :( but I cant get these tables working any faster. I've got 2 dedicated servers, each with a slave, all run 32gig 15k rpm raid 5 on u320 perc raid...
1
by: Good Man | last post by:
Hi there I'm developing a large web application. Part of this web application will be storing numerical chart data in a MySQL table - these numbers will be already calculated, and are just being...
8
by: Lumpierbritches | last post by:
thank you in advance for any and all assistance. I'm trying to populate a combobox with a table in VB.Net. Table Name: tblBreed cboBreed Thank you again. Michael
3
by: Chifo | last post by:
hello. i have a problem with a populate html table with data from table here it's the problem two querys retrieving data from table, one of querys show me a colletion of data from 6:00 am to...
2
by: shsandeep | last post by:
Hi all, I have heard and read this many times: "Partitions should only be used for 'very large' tables". What actually determines whether a table is 'very large' or not? I have tables containing...
2
by: Birderman | last post by:
Hi, Using MS ACCESS 2003, i have a form for entering data. wih one object on the form (yes/no field) I want to inititiate vba code to run if it changes. I have no problem gettting it to update...
2
by: philin007 | last post by:
Hi Guys, Could any one help me out with codes to add rows to a table. Well I kinda of got the codes from the following site (http://www.interviewboard.com/DHTMLSamples/DHTMLGridSample.htm) the...
6
by: shawno | last post by:
Hi, We're running DB2 v8.1 on a windows platform and have a database that is quite large. It basically contains one table with a BLOB field (each blob is a zip file, maybe 500K to 1MB), and...
1
oranoos3000
by: oranoos3000 | last post by:
hi I have a table with large height and inside of this large table i have only one table with small height in show small height table is shown in middle of space of large table and have...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.