RE: [firebird-support] Firebird database executing DML queries very slowly.

2019-01-30 Thread 'Joje' j...@codework-solutions.com [firebird-support]
Hi , This issue was replicated only on client end while I copied the DB on our end it was working with any slowness. I took the remote of client DB , performed validation check on DB & backup - restore operation on DB. After doing this its working normally now. Thanks for help. :)

[firebird-support] Service name

2019-01-30 Thread Robert martin r...@chreos.com [firebird-support]
Hi All I am trying to write something that checks if the Firebird service is running (Windows app).  On my machine (running 2.5 super classic) it shows as 'FirebirdServerDefaultInstance'.  Do other versions (super server, FB 3.0 , 4.0) use different names for the service ? Would I be safe

RE: [firebird-support] Re: How to "shape" indexes to avoid index depth > 3

2019-01-30 Thread 'Leyne, Sean' s...@broadviewsoftware.com [firebird-support]
> > the multi-segment indexes are to optimize commonly used queries. > >In this case you can consider removing one or two fields from the index and > see how much selectivity it lose and how much performance would be > affected. So, you are saying that having less fields reduces the index

[firebird-support] Re: Why I cannot remove FK constraint

2019-01-30 Thread respekt...@post.cz [firebird-support]
Hi the first query returns 4 rows with FK that are on VYKONY_AUT - one of them I want to drop the second query does not return rows :-( Tom