Subject RE: [firebird-support] What pratice is better?
Author Alan McDonald
> Hi:
>
> I have a database with some tables, depending on what client application
> calls the table, I must show only a portion of some of these tables, both
> horizontaly and verticaly. There are two different methods: Views in the
> server side or Queries in the client side.
>
> I want to know what practice is better, and of course witch of them offer
> better performance.
>
> Thanks in advance
>
> Fernando

A view is just a query stored at the server and executed when you ask for
it.
Very little diff in performance.
Alan