Subject | [firebird-support] View vs. Query Speed .WAS: Query speed |
---|---|
Author | German Pablo Gentile |
Post date | 2004-10-25T11:23:57Z |
donjules2k wrote:
What does a View faster than a query?
TIA
German.
>Try creating the query as a view, removing the clauseAny query is faster than a View?
>
> TBL_1.ID > 0 and TBL_1.SMALL_FLD1> 0
>
>and then select * from the_view where TBL_1.ID > 0 and TBL_1.SMALL_FLD1> 0
>
>I found some of my queries to be far faster after I did this.
>
>
>
What does a View faster than a query?
TIA
German.