O
OLOT
Our office runs a direct marketing campaign where approx 200,000 prospects
are mailed a postcard each month. We run about 5% response rate and it can
take 120 days for a campaign to end. So we're looking at 800,000 records in
the table at all times with about 10,000 per month calling in for
information. The table actually performs fairly well. We have a web server
app accessing the table for about 12 users. Problem is, if you try to
import records or run too many queries and reports, performance suffers.
I was thinking that since the majority of the work is being done on 10,000
records, that I could benefit from moving the data from the "prospects"
table to a newly created "customer" table as they call in. 10 of the 12
users only access these 10,000 records. (2 operators input their code,
check their address and then route the calls.
I can provide much more info if needed. I could really use a fresh set of
keys to see thru this mess and offer the simpler solution that currently
eludes me...
thanks in advance.
are mailed a postcard each month. We run about 5% response rate and it can
take 120 days for a campaign to end. So we're looking at 800,000 records in
the table at all times with about 10,000 per month calling in for
information. The table actually performs fairly well. We have a web server
app accessing the table for about 12 users. Problem is, if you try to
import records or run too many queries and reports, performance suffers.
I was thinking that since the majority of the work is being done on 10,000
records, that I could benefit from moving the data from the "prospects"
table to a newly created "customer" table as they call in. 10 of the 12
users only access these 10,000 records. (2 operators input their code,
check their address and then route the calls.
I can provide much more info if needed. I could really use a fresh set of
keys to see thru this mess and offer the simpler solution that currently
eludes me...
thanks in advance.