Hi guys,
I'm developing a database (a student tracking system actually) of which one table (with exam results of students) has to hold over 100,000 records in the future (this table consists of 7 fields of which 3 are lookup-fields). Is this physically possible and if so, how do you guys think it will affect the performance of the database?
tblResults
resultID (PK)
studentID (FK)
taskID (FK)
grade ' 0,0 - 10,0
absence ' in hours
week ' week number 1-52
semester ' semester 1-4
classID (FK) ' school class
notes ' string length not more than 20
And is there a way to auto-compact the database after closing it?
Any advise on this subject is more than welcome.
Have a nice weekend!
Gary (Lange36"AT"imt "DOT"hva"DOT"nl )
I'm developing a database (a student tracking system actually) of which one table (with exam results of students) has to hold over 100,000 records in the future (this table consists of 7 fields of which 3 are lookup-fields). Is this physically possible and if so, how do you guys think it will affect the performance of the database?
tblResults
resultID (PK)
studentID (FK)
taskID (FK)
grade ' 0,0 - 10,0
absence ' in hours
week ' week number 1-52
semester ' semester 1-4
classID (FK) ' school class
notes ' string length not more than 20
And is there a way to auto-compact the database after closing it?
Any advise on this subject is more than welcome.
Have a nice weekend!
Gary (Lange36"AT"imt "DOT"hva"DOT"nl )
Comment