From: Ray H. <rh...@ro...> - 2015-03-12 11:47:57
|
Just remember that Interbase/Firebird may be the ONLY DBMS that strictly conforms BY DEFAULT to the real SQL transaction model. Everyone else let's you see the uncommmitted work of others or some other model by default - a banker's nightmare perhaps. Thanks for doing this. Ray On Thu, 2015-03-12 at 12:25 +0300, Roman Simakov wrote: > Hello! > > I've ported BenchmarkSQL for Firebird. It's TPC-C test working via > JDBC and support PostgreSQL, Oracle, DB2 and now Firebird. > > https://github.com/romansimakov/BenchmarkSQL > > I could run it locally and maybe it could be useful to know where we > are comparing to other DBMSs. > > Please share you investigations. > |