Subject | Re: [firebird-support] Nested Joins or Temp Tables |
---|---|
Author | Ann Harrison |
Post date | 2011-04-07T15:21:30Z |
On Wed, Apr 6, 2011 at 7:20 PM, gymbratjodee <jpage@...> wrote:
You can move to Firebird 2.5 which supports both and test the performance
difference or you can stay with the 10 year old Firebird 1.5 (but why?) and
try to get the same effect using a view.
Good Luck,
Ann
> I am attempting to optimize some queries and procedures by eitherFirebird 1.5 doesn't support temp tables.
>
> A) Creating a temp table, inserting key values from a small set of records, then using the temp table as my initial join for child tables
>Firebird 1.5 doesn't support derived tables
> B) Using a nested select (derived table) to essentially do the same thing
>
You can move to Firebird 2.5 which supports both and test the performance
difference or you can stay with the 10 year old Firebird 1.5 (but why?) and
try to get the same effect using a view.
Good Luck,
Ann