Hi,
We have a view on a local server that accesses a remote server's tables to create the view. The view is several UNIONS across some pretty big tables.
The queries that access this view take a really long time to return.
Does anyone have any suggestions to make this process faster?? (aside from creating the view from local tables... don't know if this can be done)
Thanks
We have a view on a local server that accesses a remote server's tables to create the view. The view is several UNIONS across some pretty big tables.
The queries that access this view take a really long time to return.
Does anyone have any suggestions to make this process faster?? (aside from creating the view from local tables... don't know if this can be done)
Thanks