DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 13

Thread: RAID Gurus - Help!! Urgent!!

Threaded View

  1. #12
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    Hmm....... asynchronous commit feature? Good for performance.. but....
    The obvious danger of asynchronous commits is that your DBMS is no longer ACID complient. Specifically, in using an asynchronous commit, you have traded durability for speed. An asynchronous commit returns before the data has actually been written to disk, so if the database crashes before some buffered redo is written to the logs, or a file I/O problem prevents the log writer from writing buffered redo to a non-multiplexed log, then the commit is lost.
    http://orafaq.com/node/93

    Also see the last part of the metalink doc: 336219.1.
    Last edited by Thomasps; 07-31-2006 at 10:57 AM.
    Thomas Saviour([email protected])
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width