WO2012162173A3 - Asynchronous replication in a distributed storage environment - Google Patents

Asynchronous replication in a distributed storage environment Download PDF

Info

Publication number
WO2012162173A3
WO2012162173A3 PCT/US2012/038651 US2012038651W WO2012162173A3 WO 2012162173 A3 WO2012162173 A3 WO 2012162173A3 US 2012038651 W US2012038651 W US 2012038651W WO 2012162173 A3 WO2012162173 A3 WO 2012162173A3
Authority
WO
WIPO (PCT)
Prior art keywords
data
data store
annotated
store
asynchronous replication
Prior art date
Application number
PCT/US2012/038651
Other languages
French (fr)
Other versions
WO2012162173A2 (en
Inventor
Bradley Gene CALDER
Niranjan Nilakantan
Shashwat Srivastav
Jiesheng WU
Abdul Rafay ABBASI
Shane MAINALI
Padmanabha Chakravarthy UDDARAJU
Original Assignee
Microsoft Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corporation filed Critical Microsoft Corporation
Priority to KR1020137030974A priority Critical patent/KR101928596B1/en
Priority to EP12789199.2A priority patent/EP2715553B1/en
Priority to JP2014512900A priority patent/JP6047154B2/en
Priority to CN201280025091.3A priority patent/CN103548011B/en
Publication of WO2012162173A2 publication Critical patent/WO2012162173A2/en
Publication of WO2012162173A3 publication Critical patent/WO2012162173A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/273Asynchronous replication or reconciliation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2053Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant
    • G06F11/2056Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring
    • G06F11/2071Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements where persistent mass storage functionality or persistent mass storage control functionality is redundant by mirroring using a plurality of controllers
    • G06F11/2074Asynchronous techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/278Data partitioning, e.g. horizontal or vertical partitioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/282Hierarchical databases, e.g. IMS, LDAP data stores or Lotus Notes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/29Geographical information databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/20Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements
    • G06F11/2097Error detection or correction of the data by redundancy in hardware using active fault-masking, e.g. by switching out faulty elements or by switching in spare elements maintaining the standby controller/processing unit updated
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/855Details of asynchronous mirroring using a journal to transfer not-yet-mirrored changes

Abstract

Embodiments of the present invention relate to asynchronously replicating data in a distributed computing environment. To achieve asynchronous replication, data received at a primary data store may be annotated with information, such as an identifier of the data. The annotated data may then be communicated to a secondary data store, which may then write the data and annotated information to one or more logs for eventual replay and committal at the secondary data store. The primary data store may communicate an acknowledgment of success in committing the data at the primary data store as well as of success in writing the data to the secondary data store. Additional embodiments may include committing the data at the secondary data store in response to receiving an instruction that authorizes committal of data through a identifier.
PCT/US2012/038651 2011-05-23 2012-05-18 Asynchronous replication in a distributed storage environment WO2012162173A2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
KR1020137030974A KR101928596B1 (en) 2011-05-23 2012-05-18 Asynchronous replication in a distributed storage environment
EP12789199.2A EP2715553B1 (en) 2011-05-23 2012-05-18 Asynchronous replication in a distributed storage environment
JP2014512900A JP6047154B2 (en) 2011-05-23 2012-05-18 Asynchronous replication in distributed storage environments
CN201280025091.3A CN103548011B (en) 2011-05-23 2012-05-18 Asynchronous replication in distributed storage environment

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US13/113,688 US9251021B2 (en) 2011-05-23 2011-05-23 Asynchronous replication in a distributed storage environment
US13/113,688 2011-05-23

Publications (2)

Publication Number Publication Date
WO2012162173A2 WO2012162173A2 (en) 2012-11-29
WO2012162173A3 true WO2012162173A3 (en) 2013-01-17

Family

ID=47217993

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2012/038651 WO2012162173A2 (en) 2011-05-23 2012-05-18 Asynchronous replication in a distributed storage environment

Country Status (6)

Country Link
US (2) US9251021B2 (en)
EP (1) EP2715553B1 (en)
JP (1) JP6047154B2 (en)
KR (1) KR101928596B1 (en)
CN (1) CN103548011B (en)
WO (1) WO2012162173A2 (en)

Families Citing this family (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9519555B2 (en) 2011-05-23 2016-12-13 Microsoft Technology Licensing, Llc Synchronous replication in a distributed storage environment
US9870384B2 (en) * 2012-03-30 2018-01-16 International Business Machines Corporation Database system transaction management
US9582524B1 (en) * 2012-06-19 2017-02-28 Amazon Technologies, Inc. Transformative migration of static data
US9100330B1 (en) * 2012-07-13 2015-08-04 Emc Corporation Introduction of read delay or write delay in servers of a geographically distributed data processing system so that clients read up-to-date data
US9448927B1 (en) 2012-12-19 2016-09-20 Springpath, Inc. System and methods for removing obsolete data in a distributed system of hybrid storage and compute nodes
US8862541B1 (en) * 2012-12-26 2014-10-14 Emc Corporation N-site asynchronous replication
US8793527B1 (en) 2013-02-28 2014-07-29 Peaxy, Inc. Apparatus and method for handling partially inconsistent states among members of a cluster in an erratic storage network
US9032392B2 (en) * 2013-03-15 2015-05-12 Quixey, Inc. Similarity engine for facilitating re-creation of an application collection of a source computing device on a destination computing device
US9223843B1 (en) * 2013-12-02 2015-12-29 Amazon Technologies, Inc. Optimized log storage for asynchronous log updates
US9727625B2 (en) * 2014-01-16 2017-08-08 International Business Machines Corporation Parallel transaction messages for database replication
US10185632B2 (en) * 2014-11-25 2019-01-22 Sap Se Data synchronization with minimal table lock duration in asynchronous table replication
CN106294357B (en) * 2015-05-14 2019-07-09 阿里巴巴集团控股有限公司 Data processing method and stream calculation system
US10235406B2 (en) 2015-12-15 2019-03-19 Microsoft Technology Licensing, Llc Reminder processing of structured data records among partitioned data storage spaces
US11226985B2 (en) 2015-12-15 2022-01-18 Microsoft Technology Licensing, Llc Replication of structured data records among partitioned data storage spaces
US10599676B2 (en) 2015-12-15 2020-03-24 Microsoft Technology Licensing, Llc Replication control among redundant data centers
US10248709B2 (en) 2015-12-15 2019-04-02 Microsoft Technology Licensing, Llc Promoted properties in relational structured data
US9626111B1 (en) * 2016-01-07 2017-04-18 International Business Machines Corporation Sequential write of random workload in mirrored performance pool environments
US9971528B2 (en) 2016-03-01 2018-05-15 International Business Machines Corporation Cold storage aware object replication
CN106899648B (en) * 2016-06-20 2020-02-14 阿里巴巴集团控股有限公司 Data processing method and equipment
CN107623703B (en) * 2016-07-13 2021-08-17 中兴通讯股份有限公司 Synchronization method, device and system for Global Transaction Identifier (GTID)
US10372726B2 (en) 2016-08-09 2019-08-06 International Business Machines Corporation Consistent query execution in hybrid DBMS
CN106406750A (en) * 2016-08-23 2017-02-15 浪潮(北京)电子信息产业有限公司 Data operation method and system
CN106534478B (en) * 2016-08-31 2021-04-13 成都数联铭品科技有限公司 Map information display system based on asynchronous loading
CN106453822B (en) * 2016-08-31 2021-04-13 成都数联铭品科技有限公司 Map information display method based on asynchronous loading
US10872074B2 (en) * 2016-09-30 2020-12-22 Microsoft Technology Licensing, Llc Distributed availability groups of databases for data centers
US11226980B2 (en) 2017-03-13 2022-01-18 International Business Machines Corporation Replicating containers in object storage using intents
WO2019193385A1 (en) * 2018-04-02 2019-10-10 Pratik Sharma Delayed commit for distributed transactions
US11120046B2 (en) 2018-05-04 2021-09-14 Microsoft Technology Licensing Llc Data replication in a distributed storage system
US10817197B2 (en) 2018-05-04 2020-10-27 Microsoft Technology Licensing, Llc Data partitioning in a distributed storage system
US11468014B2 (en) 2018-08-09 2022-10-11 Netapp Inc. Resynchronization to a filesystem synchronous replication relationship endpoint
US11500573B2 (en) * 2019-12-12 2022-11-15 ExxonMobil Technology and Engineering Company Multiple interface data exchange application for use in process control
US20210342317A1 (en) 2020-04-29 2021-11-04 Oracle International Corporation Techniques for efficient migration of key-value data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050091391A1 (en) * 2003-10-28 2005-04-28 Burton David A. Data replication in data storage systems
US20080016300A1 (en) * 2006-07-14 2008-01-17 Sun Microsystems, Inc. Asynchronous replication with write concurrency grouping
US7647449B1 (en) * 2006-09-28 2010-01-12 Symantec Operating Corporation Method, system, and computer readable medium for maintaining the order of write-commands issued to a data storage
US20100082540A1 (en) * 2008-09-26 2010-04-01 Isaacson Cory M Scalable relational database replication

Family Cites Families (65)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4412285A (en) * 1981-04-01 1983-10-25 Teradata Corporation Multiprocessor intercommunication system and method
JP3064319B2 (en) * 1990-02-28 2000-07-12 株式会社日立製作所 High reliability online system
US5613113A (en) * 1993-10-08 1997-03-18 International Business Machines Corporation Consistent recreation of events from activity logs
US5987506A (en) 1996-11-22 1999-11-16 Mangosoft Corporation Remote access and geographically distributed computers in a globally addressable storage environment
US6498793B1 (en) * 1999-03-12 2002-12-24 Hewlett-Packard Company Method for hardware-assisted automatic sorting of out-of-order packets using restricted transaction label
US8085813B2 (en) * 1999-10-28 2011-12-27 Lightwaves Systems, Inc. Method for routing data packets using an IP address based on geo position
US7203731B1 (en) * 2000-03-03 2007-04-10 Intel Corporation Dynamic replication of files in a network storage system
US6721749B1 (en) * 2000-07-06 2004-04-13 Microsoft Corporation Populating a data warehouse using a pipeline approach
US7177866B2 (en) * 2001-03-16 2007-02-13 Gravic, Inc. Asynchronous coordinated commit replication and dual write with replication transmission and locking of target database on updates only
US7076508B2 (en) * 2002-08-12 2006-07-11 International Business Machines Corporation Method, system, and program for merging log entries from multiple recovery log files
US7024528B2 (en) 2002-08-21 2006-04-04 Emc Corporation Storage automated replication processing
US8121978B2 (en) 2002-11-15 2012-02-21 Sybase, Inc. Database system providing improved methods for data replication
US7818297B2 (en) * 2003-03-31 2010-10-19 Hewlett-Packard Development Company, L.P. System and method for refreshing a table using epochs
US7287137B2 (en) 2003-06-06 2007-10-23 Hewlett-Packard Development Company, L.P. Batched, asynchronous data redundancy technique
US7065589B2 (en) * 2003-06-23 2006-06-20 Hitachi, Ltd. Three data center remote copy system with journaling
US7203796B1 (en) 2003-10-24 2007-04-10 Network Appliance, Inc. Method and apparatus for synchronous data mirroring
US7149858B1 (en) 2003-10-31 2006-12-12 Veritas Operating Corporation Synchronous replication for system and data security
US7836014B2 (en) 2003-11-04 2010-11-16 Bakbone Software, Inc. Hybrid real-time data replication
US7299378B2 (en) 2004-01-15 2007-11-20 Oracle International Corporation Geographically distributed clusters
WO2005086001A1 (en) 2004-02-27 2005-09-15 Incipient, Inc. Distributed asynchronous ordered replication
JP4452533B2 (en) * 2004-03-19 2010-04-21 株式会社日立製作所 System and storage system
US8046336B1 (en) * 2004-11-19 2011-10-25 Credit Suisse Securities (Usa) Llc Systems and methods for managing location dependent transactions
US7366846B2 (en) 2005-01-14 2008-04-29 International Business Machines Corporation Redirection of storage access requests
US7779218B2 (en) 2005-07-22 2010-08-17 Hewlett-Packard Development Company, L.P. Data synchronization management
US7809892B1 (en) 2006-04-03 2010-10-05 American Megatrends Inc. Asynchronous data replication
US7885923B1 (en) 2006-06-30 2011-02-08 Symantec Operating Corporation On demand consistency checkpoints for temporal volumes within consistency interval marker based replication
US7844851B2 (en) 2006-12-13 2010-11-30 Oracle International Corporation System and method for protecting against failure through geo-redundancy in a SIP server
US7685179B2 (en) 2007-03-13 2010-03-23 Microsoft Corporation Network flow for constrained replica placement
US7925629B2 (en) 2007-03-28 2011-04-12 Netapp, Inc. Write ordering style asynchronous replication utilizing a loosely-accurate global clock
US7783597B2 (en) 2007-08-02 2010-08-24 Abaca Technology Corporation Email filtering using recipient reputation
US7483922B1 (en) * 2007-11-07 2009-01-27 International Business Machines Corporation Methods and computer program products for transaction consistent content replication
US20090119349A1 (en) * 2007-11-07 2009-05-07 International Business Machines Corporation Methods and Computer Program Products for Efficient Conflict Detection in a Replicated Hierarchical Content Repository Using Replication Anchors
US8301593B2 (en) 2008-06-12 2012-10-30 Gravic, Inc. Mixed mode synchronous and asynchronous replication system
US8234243B2 (en) * 2008-06-19 2012-07-31 Microsoft Corporation Third tier transactional commit for asynchronous replication
US7809833B2 (en) * 2008-07-15 2010-10-05 International Business Machines Corporation Asymmetric dynamic server clustering with inter-cluster workload balancing
US20100030818A1 (en) 2008-07-31 2010-02-04 Yahoo! Inc. System and method for applying once a transaction delivered in a message published asynchronously in a distributed database
US9996572B2 (en) * 2008-10-24 2018-06-12 Microsoft Technology Licensing, Llc Partition management in a partitioned, scalable, and available structured storage
US8117156B2 (en) * 2008-10-26 2012-02-14 Microsoft Corporation Replication for common availability substrate
EP2184688A1 (en) * 2008-11-06 2010-05-12 Amadeus s.a.s Method of integrating in real time large volumes of updates in a database
US20100257028A1 (en) 2009-04-02 2010-10-07 Talk3, Inc. Methods and systems for extracting and managing latent social networks for use in commercial activities
US8055943B2 (en) 2009-04-24 2011-11-08 International Business Machines Corporation Synchronous and asynchronous continuous data protection
US20110125844A1 (en) 2009-05-18 2011-05-26 Telcordia Technologies, Inc. mobile enabled social networking application to support closed, moderated group interactions for purpose of facilitating therapeutic care
TW201118589A (en) 2009-06-09 2011-06-01 Ebh Entpr Inc Methods, apparatus and software for analyzing the content of micro-blog messages
US8849955B2 (en) 2009-06-30 2014-09-30 Commvault Systems, Inc. Cloud storage and networking agents, including agents for utilizing multiple, different cloud storage sites
US8230350B2 (en) 2009-07-03 2012-07-24 Tweetdeck, Inc. System and method for managing and displaying data messages
US20110055723A1 (en) 2009-08-25 2011-03-03 Simon Samuel Lightstone Collaboratively interactive micro-blog posts
US20110231478A1 (en) 2009-09-10 2011-09-22 Motorola, Inc. System, Server, and Mobile Device for Content Provider Website Interaction and Method Therefore
US9456356B2 (en) * 2009-10-15 2016-09-27 Apple Inc. Methods for synchronizing data in a network
US8285956B2 (en) 2009-10-22 2012-10-09 Symantec Corporation Efficient logging for asynchronously replicating volume groups
US8396874B2 (en) 2010-02-17 2013-03-12 Yahoo! Inc. System and method for using topic messages to understand media relating to an event
US20110218931A1 (en) 2010-03-03 2011-09-08 Microsoft Corporation Notifications in a Social Network Service
US8510348B2 (en) 2010-03-03 2013-08-13 Wgrs Licensing Company, Llc Systems and methods for creating and using imbedded shortcodes and shortened physical and internet addresses
WO2011125127A1 (en) * 2010-04-07 2011-10-13 株式会社日立製作所 Asynchronous remote copy system and storage control method
US8415531B2 (en) 2010-07-30 2013-04-09 Monsanto Technology Llc Soybean variety A1024629
US8805784B2 (en) * 2010-10-28 2014-08-12 Microsoft Corporation Partitioning online databases
CN102024022B (en) 2010-11-04 2013-08-28 曙光信息产业(北京)有限公司 Method for copying metadata in distributed file system
US8341134B2 (en) * 2010-12-10 2012-12-25 International Business Machines Corporation Asynchronous deletion of a range of messages processed by a parallel database replication apply process
US9740762B2 (en) * 2011-04-01 2017-08-22 Mongodb, Inc. System and method for optimizing data migration in a partitioned database
US9063969B2 (en) * 2010-12-28 2015-06-23 Sap Se Distributed transaction management using optimization of local transactions
US8442962B2 (en) * 2010-12-28 2013-05-14 Sap Ag Distributed transaction management using two-phase commit optimization
US8751456B2 (en) * 2011-04-04 2014-06-10 Symantec Corporation Application wide name space for enterprise object store file system
US20120290714A1 (en) * 2011-05-13 2012-11-15 Nokia Corporation Method and apparatus for providing heuristic-based cluster management
US8676772B2 (en) * 2011-12-09 2014-03-18 Telduráðgevin Sp/f Systems and methods for improving database performance
US8996465B2 (en) * 2012-03-08 2015-03-31 Sap Ag Replicating data to a database
IN2013CH01239A (en) * 2013-03-21 2015-08-14 Infosys Ltd

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050091391A1 (en) * 2003-10-28 2005-04-28 Burton David A. Data replication in data storage systems
US20080016300A1 (en) * 2006-07-14 2008-01-17 Sun Microsystems, Inc. Asynchronous replication with write concurrency grouping
US7647449B1 (en) * 2006-09-28 2010-01-12 Symantec Operating Corporation Method, system, and computer readable medium for maintaining the order of write-commands issued to a data storage
US20100082540A1 (en) * 2008-09-26 2010-04-01 Isaacson Cory M Scalable relational database replication

Also Published As

Publication number Publication date
CN103548011B (en) 2016-11-02
JP2014515523A (en) 2014-06-30
KR20140026517A (en) 2014-03-05
EP2715553A2 (en) 2014-04-09
EP2715553B1 (en) 2016-02-24
WO2012162173A2 (en) 2012-11-29
US9251021B2 (en) 2016-02-02
EP2715553A4 (en) 2014-12-17
KR101928596B1 (en) 2018-12-12
US20160140202A1 (en) 2016-05-19
US20120303577A1 (en) 2012-11-29
CN103548011A (en) 2014-01-29
JP6047154B2 (en) 2016-12-21

Similar Documents

Publication Publication Date Title
WO2012162173A3 (en) Asynchronous replication in a distributed storage environment
WO2012162176A3 (en) Synchronous replication in a distributed storage environment
WO2012125315A3 (en) Virtual disk storage techniques
GB201212411D0 (en) Transmission of map-reduce data based on a storage network or a storage network file system
WO2018161760A8 (en) Blockchain data storage system and method
WO2012121968A3 (en) Logical address translation
CL2011000309A1 (en) Financial transaction card that delivers an orientation to another position
WO2014039227A3 (en) Error detection and correction in a memory system
WO2016022583A3 (en) Write operations in a tree-based distributed file system
WO2012039939A3 (en) Offload reads and writes
CL2013003426A1 (en) System to build an investment portfolio for an investor, which includes a computer system, data storage in communication with the computer system; method to manage an investment portfolio of an investor
WO2010070427A3 (en) Ruggedized memory device
GB2447200A (en) Transactional memory in out-of-order processors
WO2011123699A3 (en) Systems and methods for securing data in motion
WO2014177934A3 (en) Chain of custody with release process
WO2013090646A3 (en) Working set swapping using a sequentially ordered swap file
WO2012082410A3 (en) Technique for supporting multiple secure enclaves
WO2014025821A3 (en) Archival data identification
WO2008121240A3 (en) Write ordering style asynchronous replication utilizing a loosely-accurate global clock
WO2011040950A3 (en) Power interrupt management
WO2012074554A3 (en) Transaction log recovery
GB2512786A (en) Memory module buffer data storage
WO2008113647A3 (en) Shared disk clones
WO2011037805A3 (en) Shared face training data
TW200943176A (en) System and method of data forwarding within an execution unit

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12789199

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2012789199

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 20137030974

Country of ref document: KR

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 2014512900

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE