Subject | Re: [Firebird-Java] Type 2 vs. Type 4 Performance |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-11-05T09:36:42Z |
> I think that should be FAQ but I didn't find an answer on this.That is in release notes, see page 6.
> Is Jaybird faster in Type 2 Mode than Type 4 when running the DB onIf you access the database witl jdbc:firebirdsql:local:..., yes, otherwise -
> the local Machine
slower.
> ? Do I lose/get more Features with one of the two possibilities ?Featurewise they are the same. The biggest drawback is that you load an
external shared library in your JVM process. So, if it is buggy and crashes,
your complete JVM crashes. Also check release notes for information about
multithreaded access under Linux.
Roman