Subject | Re: [ib-support] Why is Firebird so slow? |
---|---|
Author | Martijn Tonies |
Post date | 2003-02-12T19:10:35Z |
Hi,
questioning. If the above is your real query (and not some cut-down
version for this list) than it's a shitty query... Where are you joining the
two tables? WHAT are you asking? It looks like a carthesian product
to me now ...
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase & Firebird
Firebird Workbench - the developer tool for Firebird
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> I'm in need of help.I have been seeing very, very slow performanceYeah well - better check your syntax then... 'Cause that's what I'm
> executing queries against a Firebird 1.0.0.796 server.
>
> For example:
> SELECT OutboundMedia.MKey, OutboundMedia.DestinationDomain
> FROM OutboundMedia, MediaItem
> WHERE MediaItem.IState = 5
> GROUP BY OutboundMedia.MKey, OutboundMedia.DestinationDomain
>
> And yes, there are many ways to write SQL queries but the syntax is
> not what I'm questioning here. The issue is the ibserver taking 7
> minutes to execute the query and return the results. This sort of
questioning. If the above is your real query (and not some cut-down
version for this list) than it's a shitty query... Where are you joining the
two tables? WHAT are you asking? It looks like a carthesian product
to me now ...
With regards,
Martijn Tonies
InterBase Workbench - the developer tool for InterBase & Firebird
Firebird Workbench - the developer tool for Firebird
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."