Transactional data (file system) store on AIX? - Aix
This is a discussion on Transactional data (file system) store on AIX? - Aix ; Not all data in a system is in a database but consistent information
across data stores is a need (huge online data increase, going to
24/24 7/7, that need to be consistent). And a primary data store is
the file ...
-
Transactional data (file system) store on AIX?
Not all data in a system is in a database but consistent information
across data stores is a need (huge online data increase, going to
24/24 7/7, that need to be consistent). And a primary data store is
the file system.
A this time, there is capability to define or freeze a consistent
point in time ( applications have no API for a transaction boundary
for file system data). What about built-in transactional file system
support in AIX?
Bernard Dhooghe
PS: What happened with the Transarc heritage: f something (a
transformation process, here persistent storage) has no transaction
boundaries, can it be good?
-
Re: Transactional data (file system) store on AIX?
Searching the Web:
http://msevents.microsoft.com/CUI/We...CountryCode=US
"Join this webcast to learn how to work with the new transactional
file system in Windows Server 2008. In the past, it was extremely
difficult to ensure consistency between work done on the file system
and work done with transactional resources such as Microsoft SQL
Server or Microsoft Message Queuing (MSMQ). Systems that manage
documents or files along with other data often had a tendency to
become inconsistent. In this session, you learn how to move, create,
and copy files within the TransactionScope in your Microsoft .NET
Framework code. We also explain how to ensure that when the
transaction commits or rolls back, your file operation has completed
or reverted as expected. This lab is based on the DinnerNow sample
scenario.
"
Bernard Dhooghe