RE: TimesTen

  • From: "Jeremiah Wilton" <jeremiah@xxxxxxxxxxx>
  • To: <salem.ghassan@xxxxxxxxx>
  • Date: Thu, 25 May 2006 20:28:51 -0700

Durable commits set to false in TimesTen sounds a lot like 'commit write
nowait' in Oracle 10g, except that in Oracle you can control it on as
fine-grained a basis as per individual transaction.

http://download-west.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_sq
lproc.htm#sthref182

http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14200/statemen
ts_4010.htm

Jeremiah Wilton
ORA-600 Consulting
http://www.ora-600.net

________________________________________
From: Ghassan Salem
Sent: Thursday, May 25, 2006 12:55 PM

In TimesTen, you have much finer control over commits. When you create a db,
you can specify 'durable commits=true', which means that every commit
insures that redolog is written to disk. You can put it to false, and the
redolog is written asynchronuously from the commit. But you can issue a
redolog sync from your program whenever you want.

--
//www.freelists.org/webpage/oracle-l


Other related posts: