I have about 12 SQL statements in series pulling data from 3 separate tables (due to major differences in schemas). The results are displayed integrated on one html page.
The results are returned in a reasonable time, but not lightning fast. I have metamorph indexes and no linear searching allowed. I use the ROW statement to preserve memory, but it seems that most of the overhead is in switching from one SQL statement to the next. I can see the lag (in terms of bytes returned), in netscape, as it hops from one sql to the next. Any recommendations on fine-tuning this type of searching?
btw, Each sql statement is very fast if executed separately.
thanks
J. Sabety
The results are returned in a reasonable time, but not lightning fast. I have metamorph indexes and no linear searching allowed. I use the ROW statement to preserve memory, but it seems that most of the overhead is in switching from one SQL statement to the next. I can see the lag (in terms of bytes returned), in netscape, as it hops from one sql to the next. Any recommendations on fine-tuning this type of searching?
btw, Each sql statement is very fast if executed separately.
thanks
J. Sabety