How to solve the problem when I have a query that runs on a large set of data, using many other serverside queries, tables and functions, and returns a (relatively) small set of data?
On MSSQL server there is a simple solution, I create the complicated view on the server, Importing it in Analysis and use as a normal table.
The question is how is the best and most practical way to solve such a problem on HFSQL C/S? What are my options for best performance?
I would like to have such a query in Analysis and use it in the same way as a table (but read-only).
Can serverside query in some way be used as a classic table of analysis? (on HFSQLCS database)
Thanks,
I hope I have clearly enough explained what bothers me.
On MSSQL server there is a simple solution, I create the complicated view on the server, Importing it in Analysis and use as a normal table.
The question is how is the best and most practical way to solve such a problem on HFSQL C/S? What are my options for best performance?
I would like to have such a query in Analysis and use it in the same way as a table (but read-only).
Can serverside query in some way be used as a classic table of analysis? (on HFSQLCS database)
Thanks,
I hope I have clearly enough explained what bothers me.