Subject | Re: Two small tables extremely slow when queried on remote Linux Server |
---|---|
Author | blizzardb2001 |
Post date | 2009-08-27T11:08:14Z |
My email address didn't come through, it's
rfwoolf [at symbol] gmail dot com
rfwoolf [at symbol] gmail dot com
--- In firebird-support@yahoogroups.com, "blizzardb2001" <blizzardb2001@...> wrote:
>
> Hi guys...
>
> I can't understand this. A procedure to open a query in my application is taking about 12 seconds. I have done a lot of tests and if I do a simple query of
> SELECT "ID" FROM "TblFlightSchedule"
> or
> SELECT "ID" FROM "TblFlightBookings"
> I have to wait about 11 seconds, where as a simple query of
> SELECT "ID" FROM "TblBookings"
> takes about 1.5 seconds.
> I tried adding an index on the problem tables, but they only have about 20 records.
>
> The only thing I can think of is that these problem tables are 'dependencies' of a stored procedure. But I think these 'dependancies' are simply from IB Expert - they are automatically "created" when your stored procedure mentions a table.
>
> I am happy to provide you with the login details for the server (by email) if you want to have a look around - maybe you can tinker with something and fix it :)
>
> Here's my email address: rfwoolf@...
>