P
psuedonym
Hi all,
My program keeps track of my work out routines:
I've got a DataSet that consists of three Tables.
dates : id, stamp
lifts: id, lift, note
sets: did, lid, wt, r1, r2, r3, note
There are two Relations:
dates-sets: dates:id to sets:did
lifts-sets: lifts:id to sets:lid
During testing, and when I first started using the program it was pretty
responsive. Now, with 204 total records (25 dates, 17, lifts, the rest are
sets) the load time has increased from about 3 seconds to about 35 seconds.
Can anyone offer any suggestions to decrease my load time?
Thanks,
Nick
My program keeps track of my work out routines:
I've got a DataSet that consists of three Tables.
dates : id, stamp
lifts: id, lift, note
sets: did, lid, wt, r1, r2, r3, note
There are two Relations:
dates-sets: dates:id to sets:did
lifts-sets: lifts:id to sets:lid
During testing, and when I first started using the program it was pretty
responsive. Now, with 204 total records (25 dates, 17, lifts, the rest are
sets) the load time has increased from about 3 seconds to about 35 seconds.
Can anyone offer any suggestions to decrease my load time?
Thanks,
Nick