Hi Access peeps,
I am looking to make my database faster
Some information:
The database has about 10,000 records (and growing). It has one main table and the users front end is split from it - they access it across a enterprise LAN with nominally about 5 users at a time in the DB.
The primary key is a auto gen ID, and I have index a few other fields which are where condition in the queries (like date, and status - since most often we are only dealing with recent events).
I compact/repair regularly which does improve things but this is short lived.
Any other suggestions? Could I archive old data in another table? If so how?
Would'nt archiving in this way make searches for stats since the database was created difficult?
Cheers in advance
Al
I am looking to make my database faster
Some information:
The database has about 10,000 records (and growing). It has one main table and the users front end is split from it - they access it across a enterprise LAN with nominally about 5 users at a time in the DB.
The primary key is a auto gen ID, and I have index a few other fields which are where condition in the queries (like date, and status - since most often we are only dealing with recent events).
I compact/repair regularly which does improve things but this is short lived.
Any other suggestions? Could I archive old data in another table? If so how?
Would'nt archiving in this way make searches for stats since the database was created difficult?
Cheers in advance
Al