# Durability Is a property of transactional databases that states that any successful transaction should be resistant to system failures (e.g. power outages). This is usually achieved with a temporary command log of unprocessed transactions.