PaddyIrishMan
Registered User.
- Local time
- Today, 17:05
- Joined
- Jun 5, 2002
- Messages
- 166
Hi all,
I have a database which will contain a large number of records. With this in mind I've created an empty copy of the main table. The idea being that when the database gets slow, the Admin will have the option of transferring records which arent current into this table.
The problem is, that I still need data from both tables in my historical reports. With this in mind, I created a query, when the user wants to view a report a new table is created with all of the data from both tables. This works (for one user at a time) & I'd say it'll be very slow when the database gets big.
The problem is the Performance impact & also the fact that if one user is viewing reports then nobody else can as the table is locked & can't be overwritten.
Can anybody offer advice/solution/alternative?
Any help much appreciated,
Regards,
Patrick.
I have a database which will contain a large number of records. With this in mind I've created an empty copy of the main table. The idea being that when the database gets slow, the Admin will have the option of transferring records which arent current into this table.
The problem is, that I still need data from both tables in my historical reports. With this in mind, I created a query, when the user wants to view a report a new table is created with all of the data from both tables. This works (for one user at a time) & I'd say it'll be very slow when the database gets big.
The problem is the Performance impact & also the fact that if one user is viewing reports then nobody else can as the table is locked & can't be overwritten.
Can anybody offer advice/solution/alternative?
Any help much appreciated,
Regards,
Patrick.