Subject | Re: [firebird-support] Performance over VPN |
---|---|
Author | Alexandre Benson Smith |
Post date | 2012-04-28T23:28:19Z |
Em 27/4/2012 15:11, Maury Markowitz escreveu:
get and no changes on my code.
I don't know the JDBC implementation, but I can assure you that the
JOINS are done server side. One thing, could be possible that some
library (hibernate or some other O/R mapping) are doing things behind
the scenes ?
see you !
> Well one way or the other the latency of the link does seem to be the most important factor in the problem I'm seeing.I use RDP for connections of internet, it's the best performance I can
>
> I have three ways to get at the data:
>
> 1) log into the remote server using RDP and run the queries locally. even the most complex ones complete in under a second
get and no changes on my code.
>Well....
> What's interesting is that there does seem to be some relationship between the number of joins and the performance. This makes me *suspect* that the driver is pulling tables to the local client and doing local JOINs.
>
I don't know the JDBC implementation, but I can assure you that the
JOINS are done server side. One thing, could be possible that some
library (hibernate or some other O/R mapping) are doing things behind
the scenes ?
see you !