Subject | Re: Firebird performance is really poor |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-04-11T18:14:27Z |
> Solaris 9 both. Client is running on separate machine from serverIsn't forced writes a Windows-only option?
> Java, JDBC. I am running TPC-B. I don't know what you mean byDo you use JayBird? Is it possible to get your test suite somewhere?
> "database objects"
> > What transaction isolation mode are you usingIf you use JayBird, you should check your connection warnings. This
>
> read uncommitted
transaction isolation level is not supported, it is promoted to
READ_COMMITTED.
Thanks!
Roman Rokytskyy