MySQL: What happens if my server loses power and I'm using the MEMORY engine?
        Posted  
        
            by Hank
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hank
        
        
        
        Published on 2010-03-17T04:11:02Z
        Indexed on 
            2010/03/17
            4:11 UTC
        
        
        Read the original article
        Hit count: 301
        
Does the MEMORY storage engine ever write to disk the database contents?
Meaning, if I'm using the MEMORY storage engine and my database server loses power - do I lose all of my database content or is it backed up to disk?
© Stack Overflow or respective owner