LucieLastic
Programmer
hi All
I've got a bit of a dilemma. My reporting part of my app has to do a lot of query-ing and number crunching before it writes the data to a table ready for the report.
A couple of the reports are horrendously slow (15mins) and I'm thinking of trying to implement the queries using ADO components. I've rewritten these reports 4 times now and can't get them quicker. I've put indexes on my database (SS7) and still no improvement. The problem is possible related to a bad DB design in this area, but it's not possible to change this now has system is live and contains a lot of data.
Is it worth me trying to implement the ADO components? Generally, are they significantly quicker ?
thanks
lou
I've got a bit of a dilemma. My reporting part of my app has to do a lot of query-ing and number crunching before it writes the data to a table ready for the report.
A couple of the reports are horrendously slow (15mins) and I'm thinking of trying to implement the queries using ADO components. I've rewritten these reports 4 times now and can't get them quicker. I've put indexes on my database (SS7) and still no improvement. The problem is possible related to a bad DB design in this area, but it's not possible to change this now has system is live and contains a lot of data.
Is it worth me trying to implement the ADO components? Generally, are they significantly quicker ?
thanks
lou