CN107077404A - 从存储快照的时间点数据库恢复 - Google Patents

从存储快照的时间点数据库恢复 Download PDF

Info

Publication number
CN107077404A
CN107077404A CN201580057716.8A CN201580057716A CN107077404A CN 107077404 A CN107077404 A CN 107077404A CN 201580057716 A CN201580057716 A CN 201580057716A CN 107077404 A CN107077404 A CN 107077404A
Authority
CN
China
Prior art keywords
database
snapshot
daily record
data
storage
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201580057716.8A
Other languages
English (en)
Other versions
CN107077404B (zh
Inventor
K·法利
陈练
A·J·彻瑞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
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 Technology Licensing LLC filed Critical Microsoft Technology Licensing LLC
Publication of CN107077404A publication Critical patent/CN107077404A/zh
Application granted granted Critical
Publication of CN107077404B publication Critical patent/CN107077404B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1458Management of the backup or restore process
    • G06F11/1469Backup restoration techniques
    • 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/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1471Saving, restoring, recovering or retrying involving logging of persistent data for recovery
    • 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/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • G06F11/1451Management of the data involved in backup or backup restore by selection of backup contents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/80Database-specific techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/84Using snapshots, i.e. a logical point-in-time copy of the data

Abstract

归档数据库以及数据库的时间点恢复。一种方法包括获得数据库的第一快照。数据库的第一快照包括数据存储中的数据的第一快照和日志存储中的日志记录的第一快照。该方法还包括获得数据库的第二快照。数据库的第二快照包括数据存储中的数据的第二快照和日志记录的第二快照。该方法还包括通过向数据库应用数据存储中的数据的第一快照、向数据库应用日志存储中的日志记录的第一快照并且向数据库应用日志存储中的日志记录的第二快照的一部分,来将数据库恢复到特定点。

Description

从存储快照的时间点数据库恢复
背景技术
非常大的数据库的备份具有局限性,因为他们需要将数据从数据库文件大量移动到备份介质。在云环境中,这可能意味着跨越昂贵的边界将数据从云存储移动到虚拟机并且返回云存储。存储系统快照已经通过以下来协助这一点:提供仅元数据机制来实现在该时间点的存储的图像。然而,这样做的缺点是这种备份无法将数据库恢复到快照备份之间的任意时间点。相反,备份仅被恢复到快照的点,并且在备份之后对数据库的任何改变都将丢失。
其他解决方案已经依赖于遭受数据移动问题的流式备份,或者这些方案完全依赖于快照,这给出了仅恢复到当快照被获得时的离散时间的能力。
本文中要求保护的主题不限于解决任何缺点或只在诸如上述环境中操作的实施例。相反,仅提供该背景技术以说明可以实践本文中所描述的一些实施例的一个示例性技术领域。
发明内容
本文中所示的一个实施例包括一种用于归档数据库以允许数据库的时间点恢复的系统。该系统包括数据库。该数据库包括用于存储数据项的数据存储和用于存储日志记录的日志存储。该系统还包括一个或多个处理器和一个或多个计算机可读介质。一个或多个计算机可读介质包括计算机可执行指令,计算机可执行指令在由一个或多个处理器中的至少一个执行时使一个或多个处理器中的至少一个执行方法的各种动作。该方法包括获得在第一时间处的数据库的数据存储的第一快照。该方法还包括捕获日志存储的与数据库的数据存储的第一快照相对应的第一状态。日志存储包括对数据库的数据存储的操作的枚举。该方法还包括获得在第二后续时间处的数据库的数据存储的第二快照。该方法还包括捕获与数据库的第二快照相对应的日志的第二状态。日志的第二状态包括在数据库的第一快照的时间之后到数据库的第二快照的时间发生的所有日志记录。该方法还包括通过向数据库应用数据存储中的数据的第一快照、向数据库应用与日志的第一快照相对应的日志的所捕获的第一状态并且向数据库应用日志的第二状态的一部分以执行第一时间与第二时间之间的时间点恢复,来将数据库恢复到第一时间和第二时间之间的特定点。
本文中所示的另一实施例包括一种用于归档数据库以允许数据库的时间点恢复的系统。该系统包括数据库。该数据库包括用于存储数据项的数据存储和用于存储日志记录的日志存储。该系统还包括一个或多个处理器和一个或多个计算机可读介质。一个或多个计算机可读介质包括计算机可执行指令,计算机可执行指令在由一个或多个处理器中的至少一个执行时使方法被执行。该方法包括获得在第一时间处的数据库的第一快照。数据库的第一快照包括数据库的数据存储中的数据的第一快照和日志存储中的日志记录的第一快照。日志包括对数据库的操作的枚举。该方法还包括获得在第二后续时间处的数据库的第二快照。数据库的第二快照包括数据库的数据存储中的数据的第二快照以及日志存储中的日志记录的第二快照。日志存储中的日志记录的第二快照是在数据库的第一快照的时间之后到数据库的第二快照的时间的所有日志记录的快照。该方法还包括通过向数据库应用数据存储中的数据的第一快照、向数据库应用日志存储中的日志记录的第一快照并且向数据库应用日志记录中的日志记录的第二快照的一部分以执行第一时间与第二后续时间之间的时间点恢复,来将数据库恢复到第一时间与第二时间之间的特定点。
本文中所示的另一实施例包括一种用于归档数据库以允许数据库的时间点恢复的系统。该系统包括数据库。该数据库包括用于存储数据项的数据存储和用于存储日志记录的日志存储。该系统还包括一个或多个处理器和一个或多个计算机可读介质。一个或多个计算机可读介质包括计算机可执行指令,计算机可执行指令在由一个或多个处理器中的至少一个执行时使方法被执行。该方法包括获得在第一时间处的数据库的第一快照。数据库的第一快照包括数据库的数据存储中的数据的第一快照和日志存储中的日志记录的第一快照。日志包括对数据库的操作的枚举。该方法还包括获得在第一时间之后分别在一个或多个时间处的数据库的一个或多个附加快照。数据库的一个或多个附加快照分别包括数据库中的数据存储的附加快照和日志存储的一个或多个附加快照。对于数据库中的数据存储的每个附加快照,日志存储的对应快照是在数据库的附加快照的时间之后到数据库的最近在先快照的时间发生的所有日志记录的快照。该方法还包括通过以下来将数据库恢复到在数据库的最后发生的后续快照与在数据库的最后发生的后续快照之前发生的数据库的最新快照之间的特定点:向数据库应用数据存储中的数据的第一快照、向数据库应用日志存储中的日志记录的第一快照并且向数据库应用来自日志存储的一个或多个附加快照的日志记录以执行时间点恢复。
提供本发明内容以简化的形式介绍概念的选择,这些概念将在以下具体实施方式中被进一步描述。本发明内容无意标识所要求保护的主题的关键特征或必要特征,也无意被用于帮助确定所要求保护的主题的范围。
附加特征和优点将在下面的描述中被阐述,并且部分地将从描述中清楚,或者可以通过本文的教导的实践来了解。本发明的特征和优点可以通过所附权利要求中特别指出的手段和组合来实现和获得。从下面的描述和所附权利要求中,本发明的特征将变得更加清楚,或者可以通过下文阐述的本发明的实践来了解。
附图说明
为了描述可以获得上述和其他优点和特征的方式,将通过参考在附图中示出的具体实施例来呈现上文简要描述的主题的更具体的描述。要理解,这些附图只描绘了典型的实施例,因此不被认为是在范围上的限制,将通过使用附图以附加的特征和细节来描述和解释实施例,在附图中:
图1A示出了数据库和数据库的第一快照;
图1B示出了数据库和数据库的第二快照;
图1C示出了数据库和数据库的第三快照;
图2A示出了在恢复过程期间在第一时间处的数据库的状态;
图2B示出了在恢复过程期间在第二时间处的数据库的状态;
图2C示出了在恢复过程期间在第三时间处的数据库的状态;
图3示出了归档和恢复数据库的方法;
图4示出了归档和恢复数据库的另一方法;以及
图5示出了归档和恢复数据库的另一方法。
具体实施方式
本文中的一些实施例使用快照基础设施来消除在备份阶段期间的数据移动,但是使得用户能够恢复到在两个相邻快照之间的任意时间点而不需要流式传送事务日志备份。这可以通过从第一快照依次铺设数据库文件,并且然后仅使用来自第二快照的活动事务日志数据来将新恢复的数据库在时间上前滚到用户所期望的位置来实现。每个快照的事务日志是对从最新快照到包括事务日志快照的当前快照对数据库执行的操作的枚举。
可以使用由存储提供的快照基础设施来周期性地创建数据库的快照。快照将需要无数据移动、而要求仅在存储层中的一些元数据更新。快照被视为数据库的备份。
为了恢复到任何期望的时间点,可以首先标识包围该时间的两个连续快照(第一快照和第二快照)。然后,来自第一快照的数据和日志记录可以被复制成为要被恢复的数据库的文件。数据库可以通过应用第一快照的日志记录来更新尚未被写入数据文件的数据来启动恢复。在应用来自第一快照的最后一个日志记录后,恢复将暂停。之后,只有来自第二快照的日志部分被复制到恢复数据库的日志存储。来自第二快照的数据的快照部分被丢弃。恢复可以从第一快照标识他先前在日志中停止的位置,并且重新开始从第二快照扫描新的日志记录,并且开始逐个应用他们,直到到达用户已经标识为停止时间的时间已经过去的日志记录。来自第二快照的剩余日志记录可以通过他们在归零文件中的部分来消除。最后,通过执行撤消(undo)阶段可以完全恢复数据库。
现在参考图1A,图示了可以实现本发明实施例的数据库系统100。数据库系统包括数据库102。数据库102包括数据存储104和日志存储106。数据存储104包括组成数据库的数据结构和值。在这个当前示例中,示出了单行数据记录,但是应当理解,数据存储104可以表示一个或多个表或其他复杂数据库结构。
此外,虽然以在单个位置看来是单个实体的方式示出数据库102,但是数据库102经常跨存储设备分布,并且经常跨越不同位置的不同机器。也就是说,数据库102可以是分布式数据库,其中数据库的不同部分驻留在不同的位置。通常,这样的数据库被实现在云环境中,其中数据库的不同部分由云环境中的不同虚拟机托管。
数据库将通常包括若干不同版本的数据项,以允许数据库由于事务失败或由于其他导致版本化数据库有用的原因而被回退(roll back)。例如,如图1B所示,示出了在图1A的时间之后的时间处的数据库102,数据存储104包括在数据存储104中的位置D7处的数据项G。数据存储104还包括在数据存储104的位置D8处的数据项G',即数据项G的新版本。日志存储106记忆了这个改变。例如,在日志存储106的位置L1处,操作变更G到G'被记忆。因此,日志存储106存储了对数据存储104执行的操作的列表。
在所示示例中,日志存储106是具有n个记录(即从位置L1到位置Ln)的圆环形缓冲区(buffer)。注意,如果需要增加日志存储106的大小以确保这些记录如下文将要详细解释的那样在他们被快照之前不会丢失,则该大小可能是动态的。由于日志存储的环形缓冲区性质,操作将被记忆在日志存储106中。一旦操作已经被快照,该记录的位置将被标记为可重写,以便可以将新记录写入该位置。因此,例如,日志记录可以在日志存储的位置L1、L2和L3做出。如下将说明的,这些可以被快照以作为数据库102的快照操作的一部分。一旦他们被快照,他们可以被标记为可用于新的日志记录。当对数据库102(并且特别是数据存储104)做出改变时,将对日志存储106做出新的记录。一旦在日志存储位置Ln处做出记录,只要L1已经被标记为可重写,则下一日志记录将在L1被做出,以重写之前存在那里的记录。
然而,如果L1未被标记为可重写,则可以扩展日志存储106以容纳附加的日志记录。然而,优选地,日志存储106具有稍微有限的大小并且不被扩展。如下将说明的,这可以通过调整快照的频率或时间来实现。
数据库102还包括映射结构107。映射结构107包含指向存储位置的一组指针。映射结构107在任何给定时间表示在那个时间处的数据库中的数据的状态。特别地,映射结构107将指向存储位置并且因此指向当前在数据库102中的数据。
数据库102可以通过创建数据库的快照而被备份。数据库102的快照不存储来自数据存储104的实际数据,而是存储指向数据存储104中的记录的指针。因此,例如,快照的数据部分将是当时的映射结构107在特定时刻的快照。这些快照还可以存储来自日志存储106的日志操作。一旦日志存储106的日志操作已被快照,那么这些快照操作的存储位置可以被标记为空闲或可重写。
图1A、图1B和1C示出了一组三个快照108-1、108-2和108-3。三个快照表示(在时间上)相邻快照的序列(快照108-1在时间上是第一个,快照108-2在时间上是第二个,而快照108-3在时间上是第三个),意味着没有附加快照被插入这三个快照中的任何快照之间。如图所示,这些快照不包括来自数据存储104的数据,而是包括指向数据存储104中的存储位置的指针。因此,例如,快照108-1包括具有指向位置D1、D2、D3、D4、D5、D6和D7的指针的数据部分110-1。快照108-1还包括日志部分112-1。然而,日志部分112-1未被示出为具有任何记录,因为不存在,或者虽然在实际实施例中可能存在并且该存在是有意义的、但是对于当前解释说明而言不需要这些记录值中的特定值。
图1B中的快照108-2是在数据存储104被做出改变并且记录被添加到日志存储106之后被获取的。特别地,数据存储位置D7处的数据项G被改变为被存储在存储位置D8的新版本G'。此外,存储位置D2处的数据项B被改变为在数据存储位置D9处的新版本B'。快照108-2包括具有到位置D8和D9的映射的新映射,而不是分别到位置D7和D2的映射。因此,快照108-2包括具有新映射的数据部分110-2和具有新日志记录的日志部分112-1。
日志存储106分别在位置L1和L2被更新以记录引起这些改变的操作。虽然简单地示出为G->G'或B->B'的变化,应当理解,日志可以记忆细节,诸如执行什么操作。例如,实际的日志记录可以指示将G'写入特定数据库表位置。位置L1和L2处的日志记录被快照为快照108-2的一部分。一旦日志记录已经被快照,日志存储位置L1和L2可以被标记为空闲或可重写。
图1C中的快照108-3在数据存储104被做出附加改变并且附加记录被添加到日志存储106中之后获得。在该示例中,数据项C被更新为新的版本C',并且数据项E被更新为新的版本E'。这在快照108-3中用指向快照108-3的数据部分110-3中的数据存储位置D10和D11的指针来反映。快照108-3的日志部分112-3包括来自日志存储106的位置L3和L4的日志记录。当数据库102的日志存储106的位置L3和L4被快照时,那些位置(L3和L4)可以被标记为空闲或可重写。此时,使用快照108-1至108-3,可以将数据库恢复到第一快照108-1的时间之后到第三快照108-3的时间的任何时间点。
在图2A、图2B和图2C中示出了数据库恢复的示例。在所图示的示例中,数据库102在第二快照108-2与第三快照108-3之间的点处被恢复。特别地,数据库要被恢复到在数据项C被更新为C'之后的时间点。
图2A图示了包括在初始时间处的数据存储104和日志存储106的数据库102。为了将数据库恢复到期望的时间点,第二快照108-2和第三快照108-3被标识。第二快照108-2、包括在日志部分112-2中所包括的日志的快照被应用于数据库102。如图2B所示,这导致来自快照108-2的数据部分110-2的记录被应用于映射结构107以及来自快照108-2的日志部分112-2的记录被应用于日志存储106。
然后如图2C所示,来自第三快照108-3的日志部分112-3的一部分被应用于数据库102的日志存储106。特别地,直到并包括将C更新为C'的操作的日志部分112-3中的所有记录被应用于日志存储106。因此,数据库因而被恢复到数据项C曾被更新到版本C'的时间点。
虽然随意的观察者将注意到,在图中,图2C中的日志存储中的日志记录与图1中那些记录处于相同的存储位置(即L1、L2和L3),这纯粹是巧合。日志记录可以被恢复到可用于恢复日志记录的日志存储106的环形缓冲区中的任何适当位置。备选地,日志存储106可以被视为好像所有条目都是无效的,并且日志记录可以被恢复为好像日志存储106的所有存储位置可用于写入。
在图2A至图2C所示的示例中,在图2B,来自第二快照108-2的日志记录被应用于日志存储106。然而,应当理解,在某些情况下,这些记录不需要恢复。例如,如果在第二快照108-2之前对数据库中的数据的所有改变都是持久的(即所有事务都被提交或回退),则可能不需要记忆从G到G'和从B到B'的改变的日志记录,因为他们不需要回退任何未完成的交易。在这种情况下,恢复数据库102所需的全部将是第二快照108-2的数据部分110-2和第三快照108-3的日志部分112-3。
注意,在替代实施例中,可以通过使用从一个快照获得的单个数据部分和从对应快照获得的若干不同的日志部分来恢复数据库。例如,可以通过以下方式来将数据库恢复到数据项C被更新到C'的时间点:首先将第一快照108-1的数据部分110-1应用于数据库102,将第一快照108-1的日志部分112-1应用于数据库102的日志存储106,将第二快照108-2的日志部分112-2应用于数据库的日志存储106,并且最后将日志部分112-3的一部分应用于数据库102的日志存储106。
上述示例示出了包括数据部分和日志部分两者的快照。应当理解,这些可以以多种不同的方式获得。此外,可以在快照的数据部分和日志部分被单独存储的情况下实现一些实施例。此外,可以通过不同的操作来获得这些部分。然而,即使在这些情况下,快照的日志部分(或对应于数据快照的日志快照)通常仅包括在将数据的最近在先快照之后到该日志部分所属的快照的操作的记忆。因此,在大多数实施例中,日志部分将不包括在最近在先快照之前发生的日志记录或者在当前快照之后发生的日志记录。因此,例如,日志部分112-2将通常仅包括在快照108-1之后直到并包括快照108-2的时间发生的日志记录。然而,在其他实施例中,日志部分将包括在最近在先快照之前发生的日志记录和/或在当前快照之后发生的日志记录。
以下讨论现在参考可以被执行的多种方法和方法动作。虽然方法动作可能按照某个顺序来讨论或以某个顺序发生在流程图中,但是除非具体说明或要求,不需要特定排序,因为动作取决于在该动作被执行之前完成的另一动作。
现在参考图3,示出了方法300。方法300包括用于归档和恢复数据库的动作。方法300包括获得在第一时间处的数据库的数据存储的第一快照(动作302)。方法300还包括捕获日志存储的与数据库的数据存储的第一快照相对应的第一状态(动作304)。日志存储包括对数据库的数据存储的操作的枚举。例如,图1A图示了在第一时间处获得的快照108-2。快照108-2包括数据部分110-2和日志部分112-2。
方法300还包括获得在第二后续时间处的数据库的数据存储的第二快照(动作306)。方法300还包括捕获与数据库的第二快照相对应的日志的第二状态(动作308)。日志的第二状态包括在数据库的第一快照的时间之后到第二快照的时间发生的所有日志记录。例如,图1B示出了获得具有数据部分110-3和日志部分112-3的第二快照108-3。日志部分包括在位置L3和L4处的日志记录的记忆。这些记录在第一快照108-2之后被创建。
方法300还包括通过向数据库应用数据存储中的数据的第一快照、向数据库应用与日志的第一快照相对应的日志的所捕获的第一状态|并且应用日志的第二状态的一部分以执行第一时间与第二时间之间的时间点恢复,来将数据库恢复到第一时间与第二时间之间的特定点(动作310)。因此,如图2A至图2C所示,数据部分110-2和日志部分112-2可以被应用于数据库102(如图2B所示),然后如图2C所示,日志部分112-3的一部分可以被应用,以实现时间点恢复。
方法300可以被实践,其中在数据库操作的统一快照中执行获得数据库的数据存储的第二快照并且捕获与数据库的第二快照相对应的日志的第二状态。因此,例如,快照108-3可以被视为单个快照或一组快照操作,以捕获数据部分110-2和日志部分112-2二者。
一些实施例可以在包括数据映射结构(诸如数据映射结构107)的系统中被实践。在这些实施例中,获得数据存储的快照可以包括捕获数据映射结构中指向数据存储中的位置的指针。图1A至图1C所示的快照说明了这样的快照。
方法300可以被实践,其中捕获日志存储的状态包括捕获对数据存储中的数据项执行的数据操作的一个或多个表示。因此,例如,日志部分可以指示对特定数据项执行了什么操作。
一些实施例可以在其中作为在云环境中实现的分布式数据库的系统中被实践,使得数据库的不同部分在云环境中的不同虚拟机上被实现。
一些实施例可以在其中数据库是存储不同版本的数据项的版本化数据库的系统中被实践。因此,在一个示例中,如图1C所示,数据库包含数据项G、B、C和E的旧版本和新版本。
一些实施例可以在其中日志存储包括环形缓冲区的系统中被实践。在这样的实施例中,方法300还可以包括,使日志存储中的存储位置当在捕获日志存储的与快照相对应的状态时在位置中的已有记录被捕获时变为可用于新的记录。
现在参考图4,示出了用于归档和恢复数据库的另一方法。该方法可以在数据库环境中被实践。方法400包括获得在第一时间处的数据库的第一快照(动作402)。数据库的第一快照包括数据库的数据存储中的数据的第一快照以及日志存储中的日志记录的第一快照。日志存储包括对数据库的操作的枚举。
方法400还包括获得在第二后续时间处的数据库的第二快照(动作404)。数据库的第二快照包括数据库的数据存储中的数据的第二快照以及日志存储中的日志记录的第二快照。日志存储中的日志记录的第二快照是在数据库的第一快照的时间之后到数据库的第二快照的时间的所有日志记录的快照。
方法400还包括通过向数据库应用数据存储中的数据的第一快照、向数据库应用日志存储中的日志记录的第一快照并且向数据库应用日志存储中的日志记录的第二快照的一部分以执行第一时间与第二后续时间之间的时间点恢复,来将数据库恢复到第一时间与第二时间之间的特定点。一个示例在上文讨论的图2A至图2C中被图示。
该方法可以在包括数据映射结构的系统中被实践。在一些这样的实施例中,获得数据库的快照包括捕获数据映射结构中指向数据存储中的位置的指针。
该方法可以在其中日志存储中的日志记录包括对数据存储中的数据项执行的数据操作的一个或多个表示的系统中被实践。
该方法可以在其中数据库是在云环境中实现的分布式数据库的系统中被实践,使得数据库的不同部分在云环境中的不同虚拟机上被实现。
该方法可以在其中数据库是存储不同版本的数据项的版本化数据库的系统中被实践。
该方法可以在其中日志存储包括环形缓冲区的系统中被实践。在一些这样的实施例中,方法400还可以包括,使日志存储中的存储位置当在快照期间那些位置中的已有记录已经被捕获时变为可用于新的记录。
现在参考图5,示出了一种归档和恢复数据库的方法。方法500包括获得在第一时间处的数据库的第一快照(动作502)。数据库的第一快照包括数据库的数据存储中的数据的第一快照和日志存储中的日志记录的第一快照。日志存储包括对数据库的操作的枚举。
方法500还包括获得在第一时间之后分别在一个或多个时间处的数据库的一个或多个附加快照(动作504)。数据库的一个或多个附加快照分别包括数据库中的数据存储的一个或多个附加快照以及日志存储的一个或多个附加快照。对于数据库中的数据存储的每个附加快照,日志存储的对应快照是在数据库的附加快照的时间之后到数据库的最近在先快照时间发生的所有日志记录的快照。
方法500还包括通过向数据库应用数据存储中的数据的第一快照、向数据库应用日志存储中的日志记录的第一快照并且向数据库应用来自日志存储的一个或多个附加快照的日志记录以执行时间点恢复,来将数据库恢复到在数据库的最后发生的后续快照与数据库的最后发生的后续快照之前发生的数据库的最新快照之间的特定点。因此,例如参考附图,包括数据部分110-1和日志部分112-1的快照108-1可以被应用于数据库(例如通过将数据部分110-1应用于映射结构107和将日志部分112-1应用于日志存储106)。第二快照108-2的日志部分112-2也可以被应用于日志存储106。然后,第三快照108-3的日志部分112-3的一部分可以被应用于日志存储106以执行时间点恢复。
该方法可以在包括数据映射结构的系统中被实践。在一些这样的实施例中,获得数据库的快照包括捕获数据映射结构中指向数据存储中的位置的指针。
该方法可以在其中日志存储中的日志记录包括对数据存储中的数据项执行的数据操作的一个或多个表示的系统中被实践。
该方法可以在其中数据库是在云环境中实现的分布式数据库的系统中被实践,使得数据库的不同部分在云环境中的不同虚拟机上被实现。
该方法可以在其中数据库是存储不同版本的数据项的版本化数据库的系统中被实践。
该方法可以在其中日志存储包括环形缓冲区的系统中被实践。在一些这样的实施例中,方法500还可以包括,使日志存储中的存储位置当在快照期间那些位置中的已有记录已经被捕获时变为可用于新的记录。
此外,该方法可以由包括一个或多个处理器和诸如计算机存储器等计算机可读介质的计算机系统来实践。特别地,计算机存储器可以存储在由一个或多个处理器执行时执行各种功能(诸如实施例中所述的动作)的计算机可执行指令。
如以下更详细地讨论的,本发明的实施例可以包括专用或通用计算机或利用专用或通用计算机,该专用或通用计算机包括计算机硬件。在本发明范围内的实施例还包括用于承载或存储计算机可执行指令和/或数据结构的物理和其他计算机可读介质。这样的计算机可读介质可以是由通用或专用计算机系统可访问的任何可用介质。存储计算机可执行指令的计算机可读介质是物理存储介质。承载计算机可执行指令的计算机可读介质是传输介质。因此,作为示例而非限制,本发明的实施例可以包括至少两种明显不同种类的计算机可读介质:物理计算机可读存储介质和传输计算机可读介质。
物理计算机可读存储介质包括RAM、ROM、EEPROM、CD-ROM或其他光盘存储器(例如CD、DVD等)、磁盘存储器或其他磁存储设备、或者是可以用于以计算机可执行指令或数据结构的形式存储所需的程序代码装置并且由通用或专用计算机可访问的任何其他介质。
“网络”被定义为使得能够在计算机系统和/或模块和/或其他电子设备之间传送电子数据的一个或多个数据链路。当信息通过网络或其他通信连接(硬连线,无线,或者硬连线或无线的组合)传输或提供给计算机时,计算机将连接正确地视为传输介质。传输介质可以包括网络和/或数据链路,该网络和/或数据链路可以被用于承载计算机可执行指令或数据结构的形式的期望的程序代码装置并且由通用或专用计算机可访问。以上的组合也被包括在计算机可读介质的范围内。
此外,在到达各种计算机系统组件时,可以将计算机可执行指令或数据结构形式的程序代码装置自动地从传输计算机可读介质传送到物理计算机可读存储介质(反之亦然)。例如,通过网络或数据链路接收的计算机可执行指令或数据结构可以被缓冲在网络接口模块(例如,“NIC”)内的RAM中,并且然后最终被传送到计算机系统RAM和/或计算机系统处的不太易失的计算机可读物理存储介质。因此,计算机可读物理存储介质可以被包括在也(或甚至主要)利用传输介质的计算机系统组件中。
计算机可执行指令包括例如使通用计算机、专用计算机或专用处理设备执行某些功能或功能组的指令和数据。计算机可执行指令可以例如是二进制文件,诸如汇编语言之类的中间格式指令,甚至是源代码。虽然主题已经用特定于结构特征和/或方法动作的语言描述,但是应当理解,所附权利要求中限定的主题不必然限于以上所描述的特征或动作。相反,所描述的特征和动作被公开为实现权利要求的示例形式。
本领域技术人员将理解,本发明可以在具有许多类型的计算机系统配置的网络计算环境中实践,包括个人计算机、台式计算机、膝上型计算机、消息处理器、手持设备、多处理器系统、基于微处理器或可编程消费电子产品、网络PC、小型计算机、大型计算机、移动电话、PDA、寻呼机、路由器、交换机等。本发明还可以在分布式系统环境中被实现,在该分布式系统环境中通过网络链接(通过硬连线数据链路、无线数据链路或通过硬连线和无线数据链路的组合)的本地和远程计算机系统都执行任务。在分布式系统环境中,程序模块可能位于本地和远程存储设备中。
替代地或另外地,本文中所描述的功能描述可以至少部分地由一个或多个硬件逻辑组件来执行。例如而非限制,可以使用的说明性类型的硬件逻辑组件包括现场可编程门阵列(FPGA)、程序专用集成电路(ASIC)、程序特定标准产品(ASSP)、系统级芯片系统(SOC)、复杂可编程逻辑器件(CPLD)等
在不脱离本发明的精神或特征的情况下,本发明可以以其他具体形式实施。所描述的实施例在所有方面仅被认为是说明性的而非限制性的。因此,本发明的范围由所附权利要求而不是前面的描述来表示。属于权利要求的等同物的含义和范围内的所有变化将被包括在其范围内。

Claims (10)

1.一种用于归档数据库以允许所述数据库的时间点恢复的计算系统,所述系统包括:
数据库,其中所述数据库包括:
用于存储数据项的数据存储;以及
用于存储日志记录的日志存储;以及
一个或多个处理器;以及
一个或多个计算机可读介质,其中所述一个或多个计算机可读介质包括计算机可执行指令,所述计算机可执行指令在由至少一个或多个处理器执行时使所述至少一个或多个处理器执行以下:
获得在第一时间处的所述数据库的所述数据存储的第一快照;
捕获所述日志存储的与所述数据库的所述数据存储的所述第一快照相对应的第一状态,其中所述日志存储包括对所述数据库的所述数据存储的操作的枚举;
获得在第二后续时间处的所述数据库的所述数据存储的第二快照;
捕获所述日志的与所述数据库的所述第二快照相对应的第二状态,所述日志的所述第二状态包括在所述数据库的所述第一快照的时间之后到所述第二快照的时间发生的所有日志记录;以及
通过向所述数据库应用数据存储中的数据的所述第一快照、向所述数据库应用与所述日志的所述第一快照相对应的所述日志的所捕获的第一状态并且应用所述日志的所述第二状态的一部分以执行所述第一时间与所述第二时间之间的时间点恢复,来将所述数据库恢复到所述第一时间与所述第二时间之间的特定点。
2.根据权利要求1所述的系统,其中获得所述数据库的所述数据存储的第二快照并且捕获所述日志的与所述数据库的所述第二快照相对应的所述第二状态在数据库操作的统一快照中被执行。
3.根据权利要求1所述的系统,还包括数据映射结构,并且其中获得所述数据存储的快照包括捕获所述数据映射结构中指向所述数据存储中的位置的指针。
4.根据权利要求1所述的系统,其中捕获所述日志存储的状态包括捕获对所述数据存储中的数据项执行的数据操作的一个或多个表示。
5.根据权利要求1所述的系统,其中所述数据库是在云环境中实现的分布式数据库,使得所述数据库的不同部分在所述云环境中的不同虚拟机上被实现。
6.根据权利要求1所述的系统,其中所述数据库是存储不同版本的数据项的版本化数据库。
7.根据权利要求1所述的系统,其中所述日志存储包括环形缓冲区,并且其中所述一个或多个计算机可读介质包括计算机可执行指令,所述计算机可执行指令在由所述一个或多个处理器中的至少一个处理器执行时使所述日志存储中的存储位置当在捕获所述日志存储的与快照相对应的状态时在所述位置中的已有记录已经被捕获时变为可用于新的记录。
8.一种用于归档数据库以允许所述数据库的时间点恢复的计算系统,所述系统包括:
数据库,其中所述数据库包括:
用于存储数据项的数据存储;以及
用于存储日志记录的日志存储;
一个或多个处理器;
一个或多个计算机可读介质,其中所述一个或多个计算机可读介质包括计算机可执行指令,所述计算机可执行指令在由所述一个或多个处理器执行时使所述一个或多个处理器执行以下:
获得在第一时间处的数据库的第一快照,其中所述数据库的所述第一快照包括所述数据库的所述数据存储中的数据的第一快照以及所述日志存储中的所述日志记录的第一快照,其中所述日志存储包括对所述数据库的操作的枚举;
获得在第二后续时间处的所述数据库的第二快照,其中所述数据库的所述第二快照包括所述数据库的数据存储中的所述数据的第二快照以及所述日志存储中的所述日志记录的第二快照,其中所述日志存储中的所述日志记录的所述第二快照是在所述数据库的所述第一快照的时间之后到所述数据库的所述第二快照的时间的所有日志记录的快照;以及
通过向所述数据库应用所述数据存储中的所述数据的所述第一快照、向所述数据库应用所述日志存储中的所述日志记录的所述第一快照并且向所述数据库应用所述日志存储中的所述日志记录的所述第二快照的一部分以执行所述第一时间与所述第二后续时间之间的时间点恢复,来将所述数据库恢复到所述第一时间与所述第二时间之间的特定点。
9.根据权利要求8所述的系统,其中所述日志存储包括环形缓冲区,并且其中所述一个或多个计算机可读介质包括计算机可执行指令,所述计算机可执行指令在由所述一个或多个处理器中的至少一个处理器执行时使所述日志存储中的存储位置当在快照期间所述位置中的已有记录已经被捕获时变为可用于新的记录。
10.根据权利要求8所述的系统,其中向所述数据库应用所述日志存储中的所述日志记录的所述第一快照并且向所述数据库应用所述日志存储中的所述日志记录的所述第二快照的一部分包括向所述日志存储应用所述日志记录的整个所述第二快照并且将来自所述日志记录的所述第二快照的所述日志记录的一部分归零。
CN201580057716.8A 2014-10-28 2015-10-26 从存储快照的时间点数据库恢复 Active CN107077404B (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US14/526,137 US9558078B2 (en) 2014-10-28 2014-10-28 Point in time database restore from storage snapshots
US14/526,137 2014-10-28
PCT/US2015/057275 WO2016069423A1 (en) 2014-10-28 2015-10-26 Point in time database restore from storage snapshots

Publications (2)

Publication Number Publication Date
CN107077404A true CN107077404A (zh) 2017-08-18
CN107077404B CN107077404B (zh) 2020-08-25

Family

ID=54541193

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201580057716.8A Active CN107077404B (zh) 2014-10-28 2015-10-26 从存储快照的时间点数据库恢复

Country Status (7)

Country Link
US (1) US9558078B2 (zh)
EP (1) EP3213212B1 (zh)
JP (1) JP2017533520A (zh)
CN (1) CN107077404B (zh)
BR (1) BR112017005834A2 (zh)
RU (1) RU2017114019A (zh)
WO (1) WO2016069423A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108958971A (zh) * 2018-06-14 2018-12-07 北京小米移动软件有限公司 信息的备份方法、装置及设备
CN110362429A (zh) * 2019-07-12 2019-10-22 优刻得科技股份有限公司 数据库的连续数据保护方法、系统、设备和介质

Families Citing this family (93)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8332365B2 (en) 2009-03-31 2012-12-11 Amazon Technologies, Inc. Cloning and recovery of data volumes
US9736065B2 (en) 2011-06-24 2017-08-15 Cisco Technology, Inc. Level of hierarchy in MST for traffic localization and load balancing
US8908698B2 (en) 2012-01-13 2014-12-09 Cisco Technology, Inc. System and method for managing site-to-site VPNs of a cloud managed network
US9043439B2 (en) 2013-03-14 2015-05-26 Cisco Technology, Inc. Method for streaming packet captures from network access devices to a cloud server over HTTP
US9755858B2 (en) 2014-04-15 2017-09-05 Cisco Technology, Inc. Programmable infrastructure gateway for enabling hybrid cloud services in a network environment
US9473365B2 (en) 2014-05-08 2016-10-18 Cisco Technology, Inc. Collaborative inter-service scheduling of logical resources in cloud platforms
US9785510B1 (en) 2014-05-09 2017-10-10 Amazon Technologies, Inc. Variable data replication for storage implementing data backup
US10122605B2 (en) 2014-07-09 2018-11-06 Cisco Technology, Inc Annotation of network activity through different phases of execution
US9734021B1 (en) 2014-08-18 2017-08-15 Amazon Technologies, Inc. Visualizing restoration operation granularity for a database
US9825878B2 (en) 2014-09-26 2017-11-21 Cisco Technology, Inc. Distributed application framework for prioritizing network traffic using application priority awareness
US10050862B2 (en) 2015-02-09 2018-08-14 Cisco Technology, Inc. Distributed application framework that uses network and application awareness for placing data
US10037617B2 (en) 2015-02-27 2018-07-31 Cisco Technology, Inc. Enhanced user interface systems including dynamic context selection for cloud-based networks
US10708342B2 (en) 2015-02-27 2020-07-07 Cisco Technology, Inc. Dynamic troubleshooting workspaces for cloud and network management systems
US10657004B1 (en) * 2015-03-23 2020-05-19 Amazon Technologies, Inc. Single-tenant recovery with a multi-tenant archive
US10382534B1 (en) 2015-04-04 2019-08-13 Cisco Technology, Inc. Selective load balancing of network traffic
EP3089051B1 (en) * 2015-04-28 2018-04-11 Micro Systemation AB Database rollback using wal
US10476982B2 (en) 2015-05-15 2019-11-12 Cisco Technology, Inc. Multi-datacenter message queue
US10034201B2 (en) 2015-07-09 2018-07-24 Cisco Technology, Inc. Stateless load-balancing across multiple tunnels
US10067780B2 (en) 2015-10-06 2018-09-04 Cisco Technology, Inc. Performance-based public cloud selection for a hybrid cloud environment
US11005682B2 (en) 2015-10-06 2021-05-11 Cisco Technology, Inc. Policy-driven switch overlay bypass in a hybrid cloud network environment
US10462136B2 (en) 2015-10-13 2019-10-29 Cisco Technology, Inc. Hybrid cloud security groups
US10523657B2 (en) 2015-11-16 2019-12-31 Cisco Technology, Inc. Endpoint privacy preservation with cloud conferencing
US10205677B2 (en) 2015-11-24 2019-02-12 Cisco Technology, Inc. Cloud resource placement optimization and migration execution in federated clouds
US10084703B2 (en) 2015-12-04 2018-09-25 Cisco Technology, Inc. Infrastructure-exclusive service forwarding
US10423493B1 (en) 2015-12-21 2019-09-24 Amazon Technologies, Inc. Scalable log-based continuous data protection for distributed databases
US10567500B1 (en) 2015-12-21 2020-02-18 Amazon Technologies, Inc. Continuous backup of data in a distributed data store
US10367914B2 (en) 2016-01-12 2019-07-30 Cisco Technology, Inc. Attaching service level agreements to application containers and enabling service assurance
US10831706B2 (en) * 2016-02-16 2020-11-10 International Business Machines Corporation Database maintenance using backup and restore technology
US10129177B2 (en) 2016-05-23 2018-11-13 Cisco Technology, Inc. Inter-cloud broker for hybrid cloud networks
US10659283B2 (en) 2016-07-08 2020-05-19 Cisco Technology, Inc. Reducing ARP/ND flooding in cloud environment
US10432532B2 (en) 2016-07-12 2019-10-01 Cisco Technology, Inc. Dynamically pinning micro-service to uplink port
US10263898B2 (en) 2016-07-20 2019-04-16 Cisco Technology, Inc. System and method for implementing universal cloud classification (UCC) as a service (UCCaaS)
US10382597B2 (en) 2016-07-20 2019-08-13 Cisco Technology, Inc. System and method for transport-layer level identification and isolation of container traffic
US10142346B2 (en) 2016-07-28 2018-11-27 Cisco Technology, Inc. Extension of a private cloud end-point group to a public cloud
US10567344B2 (en) 2016-08-23 2020-02-18 Cisco Technology, Inc. Automatic firewall configuration based on aggregated cloud managed information
US10223192B2 (en) 2016-08-31 2019-03-05 International Business Machines Corporation Automated data storage library snapshot for host detected errors
US10114708B2 (en) * 2016-08-31 2018-10-30 International Business Machines Corporation Automatic log collection for an automated data storage library
US10698615B2 (en) 2016-08-31 2020-06-30 International Business Machines Corporation Trigger event detection for automatic log collection in an automated data storage library
US10523592B2 (en) 2016-10-10 2019-12-31 Cisco Technology, Inc. Orchestration system for migrating user data and services based on user information
US11044162B2 (en) 2016-12-06 2021-06-22 Cisco Technology, Inc. Orchestration of cloud and fog interactions
US10326817B2 (en) 2016-12-20 2019-06-18 Cisco Technology, Inc. System and method for quality-aware recording in large scale collaborate clouds
US10334029B2 (en) 2017-01-10 2019-06-25 Cisco Technology, Inc. Forming neighborhood groups from disperse cloud providers
US10552191B2 (en) 2017-01-26 2020-02-04 Cisco Technology, Inc. Distributed hybrid cloud orchestration model
US10320683B2 (en) 2017-01-30 2019-06-11 Cisco Technology, Inc. Reliable load-balancer using segment routing and real-time application monitoring
US10671571B2 (en) 2017-01-31 2020-06-02 Cisco Technology, Inc. Fast network performance in containerized environments for network function virtualization
US11005731B2 (en) 2017-04-05 2021-05-11 Cisco Technology, Inc. Estimating model parameters for automatic deployment of scalable micro services
US10922287B2 (en) 2017-05-24 2021-02-16 Cisco Technology, Inc. Intelligent layout of composite data structures in tiered storage
US11442669B1 (en) 2018-03-15 2022-09-13 Pure Storage, Inc. Orchestrating a virtual storage system
US10439877B2 (en) 2017-06-26 2019-10-08 Cisco Technology, Inc. Systems and methods for enabling wide area multicast domain name system
US10382274B2 (en) 2017-06-26 2019-08-13 Cisco Technology, Inc. System and method for wide area zero-configuration network auto configuration
US10592353B2 (en) * 2017-06-27 2020-03-17 Salesforce.Com, Inc. Systems and methods of restoring a dataset of a database for a point in time
US10892940B2 (en) 2017-07-21 2021-01-12 Cisco Technology, Inc. Scalable statistics and analytics mechanisms in cloud networking
US10425288B2 (en) 2017-07-21 2019-09-24 Cisco Technology, Inc. Container telemetry in data center environments with blade servers and switches
US10601693B2 (en) 2017-07-24 2020-03-24 Cisco Technology, Inc. System and method for providing scalable flow monitoring in a data center fabric
US10541866B2 (en) 2017-07-25 2020-01-21 Cisco Technology, Inc. Detecting and resolving multicast traffic performance issues
US10990581B1 (en) 2017-09-27 2021-04-27 Amazon Technologies, Inc. Tracking a size of a database change log
US10754844B1 (en) 2017-09-27 2020-08-25 Amazon Technologies, Inc. Efficient database snapshot generation
US11416344B2 (en) * 2017-10-03 2022-08-16 Rubrik, Inc. Partial database restoration
US10545823B2 (en) 2017-10-13 2020-01-28 Cisco Technology, Inc. Accelerating erasure code replication in distributed systems
US10915516B2 (en) 2017-10-18 2021-02-09 Cisco Technology, Inc. Efficient trickle updates in large databases using persistent memory
US10353800B2 (en) 2017-10-18 2019-07-16 Cisco Technology, Inc. System and method for graph based monitoring and management of distributed systems
US11182372B1 (en) 2017-11-08 2021-11-23 Amazon Technologies, Inc. Tracking database partition change log dependencies
US11481362B2 (en) 2017-11-13 2022-10-25 Cisco Technology, Inc. Using persistent memory to enable restartability of bulk load transactions in cloud databases
US11042503B1 (en) 2017-11-22 2021-06-22 Amazon Technologies, Inc. Continuous data protection and restoration
US11269731B1 (en) 2017-11-22 2022-03-08 Amazon Technologies, Inc. Continuous data protection
US10795777B1 (en) 2017-11-22 2020-10-06 Amazon Technologies, Inc. Continuous verified backups
US10705882B2 (en) 2017-12-21 2020-07-07 Cisco Technology, Inc. System and method for resource placement across clouds for data intensive workloads
US10691671B2 (en) 2017-12-21 2020-06-23 Cisco Technology, Inc. Using persistent memory to enable consistent data for batch processing and streaming processing
US11595474B2 (en) 2017-12-28 2023-02-28 Cisco Technology, Inc. Accelerating data replication using multicast and non-volatile memory enabled nodes
US10621049B1 (en) 2018-03-12 2020-04-14 Amazon Technologies, Inc. Consistent backups based on local node clock
WO2019178839A1 (zh) 2018-03-23 2019-09-26 华为技术有限公司 为分布式应用创建一致性快照的方法、装置和分布式系统
US10511534B2 (en) 2018-04-06 2019-12-17 Cisco Technology, Inc. Stateless distributed load-balancing
US10728361B2 (en) 2018-05-29 2020-07-28 Cisco Technology, Inc. System for association of customer information across subscribers
US10904322B2 (en) 2018-06-15 2021-01-26 Cisco Technology, Inc. Systems and methods for scaling down cloud-based servers handling secure connections
US10764266B2 (en) 2018-06-19 2020-09-01 Cisco Technology, Inc. Distributed authentication and authorization for rapid scaling of containerized services
US11019083B2 (en) 2018-06-20 2021-05-25 Cisco Technology, Inc. System for coordinating distributed website analysis
US10819571B2 (en) 2018-06-29 2020-10-27 Cisco Technology, Inc. Network traffic optimization using in-situ notification system
CN108958888A (zh) * 2018-07-04 2018-12-07 联想(北京)有限公司 电子设备的数据处理方法和处理系统
US10678699B2 (en) 2018-07-26 2020-06-09 Cisco Technology, Inc. Cascading pre-filter to improve caching efficiency
US10904342B2 (en) 2018-07-30 2021-01-26 Cisco Technology, Inc. Container networking using communication tunnels
US11126505B1 (en) 2018-08-10 2021-09-21 Amazon Technologies, Inc. Past-state backup generator and interface for database systems
US10802926B2 (en) * 2018-09-21 2020-10-13 Microsoft Technology Licensing, Llc Accessing prior storage segment server state
US10963353B2 (en) * 2018-10-23 2021-03-30 Capital One Services, Llc Systems and methods for cross-regional back up of distributed databases on a cloud service
US11042454B1 (en) 2018-11-20 2021-06-22 Amazon Technologies, Inc. Restoration of a data source
US11467925B2 (en) 2020-01-30 2022-10-11 Rubrik, Inc. Exporting a database to a native database recovery environment
US11609828B2 (en) 2020-01-30 2023-03-21 Rubrik, Inc. Utilizing a tablespace to export to a native database recovery environment
US11604761B2 (en) 2020-01-30 2023-03-14 Rubrik, Inc. Utilizing a tablespace to export from a foreign database recovery environment
US11360860B2 (en) 2020-01-30 2022-06-14 Rubrik, Inc. Exporting a database from a foreign database recovery environment
US11704035B2 (en) 2020-03-30 2023-07-18 Pure Storage, Inc. Unified storage on block containers
US11216344B2 (en) * 2020-05-13 2022-01-04 Rubrik, Inc. Real time database backup status indication and restore
CN114077517A (zh) * 2020-08-13 2022-02-22 华为技术有限公司 数据处理的方法、设备及系统
US11507597B2 (en) 2021-03-31 2022-11-22 Pure Storage, Inc. Data replication to meet a recovery point objective
CN113360322B (zh) * 2021-06-25 2023-06-13 上海上讯信息技术股份有限公司 一种基于备份系统恢复数据的方法及设备

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030158873A1 (en) * 2002-02-15 2003-08-21 International Business Machines Corporation Dynamic links to file system snapshots
US20050022213A1 (en) * 2003-07-25 2005-01-27 Hitachi, Ltd. Method and apparatus for synchronizing applications for data recovery using storage based journaling
US20070185922A1 (en) * 2006-02-07 2007-08-09 Aditya Kapoor Point-in-time database restore
US20110055624A1 (en) * 2009-09-01 2011-03-03 Lsi Corporation Method for implementing continuous data protection utilizing allocate-on-write snapshots
CN102239475A (zh) * 2008-11-18 2011-11-09 有限公司新人类 使用快照抓取数据库的信息恢复方法与装置
CN103914359A (zh) * 2012-12-31 2014-07-09 中国移动通信集团浙江有限公司 一种数据恢复方法及装置

Family Cites Families (308)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5175849A (en) 1988-07-28 1992-12-29 Amdahl Corporation Capturing data of a database system
JPH0664838B2 (ja) 1988-09-02 1994-08-22 松下電器産業株式会社 光デイスクファイル装置
CA1329432C (en) 1988-11-02 1994-05-10 William Davy Method of memory and cpu time allocation for a multi-user computer system
US5193162A (en) 1989-11-06 1993-03-09 Unisys Corporation Cache memory with data compaction for use in the audit trail of a data processing system having record locking capabilities
US5193181A (en) 1990-10-05 1993-03-09 Bull Hn Information Systems Inc. Recovery method and apparatus for a pipelined processing unit of a multiprocessor system
US5317731A (en) 1991-02-25 1994-05-31 International Business Machines Corporation Intelligent page store for concurrent and consistent access to a database by a transaction processor and a query processor
US5261102A (en) 1991-03-28 1993-11-09 International Business Machines Corporation System for determining direct and indirect user access privileges to data base objects
JP3160106B2 (ja) 1991-12-23 2001-04-23 ヒュンダイ エレクトロニクス アメリカ ディスクアレーの区分け方法
US5446871A (en) 1993-03-23 1995-08-29 International Business Machines Corporation Method and arrangement for multi-system remote data duplexing and recovery
JP3176157B2 (ja) 1992-12-28 2001-06-11 株式会社日立製作所 ディスクアレイ装置及びそのデータ更新方法
US5455946A (en) 1993-05-21 1995-10-03 International Business Machines Corporation Method and means for archiving modifiable pages in a log based transaction management system
US6604118B2 (en) 1998-07-31 2003-08-05 Network Appliance, Inc. File system image transfer
US5963962A (en) 1995-05-31 1999-10-05 Network Appliance, Inc. Write anywhere file-system layout
US5771354A (en) 1993-11-04 1998-06-23 Crawford; Christopher M. Internet online backup system provides remote storage for customers using IDs and passwords which were interactively established when signing up for backup services
US5495607A (en) 1993-11-15 1996-02-27 Conner Peripherals, Inc. Network management system having virtual catalog overview of files distributively stored across network domain
US5568639A (en) 1993-11-24 1996-10-22 Menai Corporation Method and apparatus for providing an object-oriented file structuring system on a computer
US5493649A (en) 1994-06-21 1996-02-20 Microsoft Corporation Detecting corruption in a computer program at execution time using a checksum
US5537533A (en) 1994-08-11 1996-07-16 Miralink Corporation System and method for remote mirroring of digital data from a primary network server to a remote network server
US5574906A (en) 1994-10-24 1996-11-12 International Business Machines Corporation System and method for reducing storage requirement in backup subsystems utilizing segmented compression and differencing
US6453325B1 (en) 1995-05-24 2002-09-17 International Business Machines Corporation Method and means for backup and restoration of a database system linked to a system for filing data
US5664148A (en) 1995-08-17 1997-09-02 Institute For The Development Of Emerging Architectures L.L.C. Cache arrangement including coalescing buffer queue for non-cacheable data
US5978813A (en) 1995-09-25 1999-11-02 International Business Machines Corporation System for providing synchronization between a local area network and a distributing computer environment
US6061769A (en) 1995-09-27 2000-05-09 International Business Machines Corporation Data set backup in a shared environment
JP3856855B2 (ja) 1995-10-06 2006-12-13 三菱電機株式会社 差分バックアップ方式
JP3477301B2 (ja) 1995-12-19 2003-12-10 株式会社半導体エネルギー研究所 アクティブマトリクス型液晶表示装置及びその製造方法
US5898830A (en) 1996-10-17 1999-04-27 Network Engineering Software Firewall providing enhanced network security and user transparency
US5805785A (en) 1996-02-27 1998-09-08 International Business Machines Corporation Method for monitoring and recovery of subsystems in a distributed/clustered system
US5870758A (en) 1996-03-11 1999-02-09 Oracle Corporation Method and apparatus for providing isolation levels in a database system
US5857208A (en) 1996-05-31 1999-01-05 Emc Corporation Method and apparatus for performing point in time backup operation in a computer system
US5758359A (en) 1996-10-24 1998-05-26 Digital Equipment Corporation Method and apparatus for performing retroactive backups in a computer system
US5905988A (en) 1996-11-13 1999-05-18 Imaginon Method and apparatus for database transformation and adaptive playback
US5987506A (en) 1996-11-22 1999-11-16 Mangosoft Corporation Remote access and geographically distributed computers in a globally addressable storage environment
US5875479A (en) 1997-01-07 1999-02-23 International Business Machines Corporation Method and means for making a dual volume level copy in a DASD storage subsystem subject to updating during the copy interval
US5930824A (en) 1997-02-04 1999-07-27 International Business Machines Corporation System and method for demand-base data recovery
US6067550A (en) 1997-03-10 2000-05-23 Microsoft Corporation Database computer system with application recovery and dependency handling write cache
SE511514C2 (sv) 1997-05-13 1999-10-11 Ericsson Telefon Ab L M Förfarande och anordning för bildkompression
US6249775B1 (en) 1997-07-11 2001-06-19 The Chase Manhattan Bank Method for mortgage and closed end loan portfolio management
WO1999012098A1 (en) 1997-08-29 1999-03-11 Hewlett-Packard Company Data backup and recovery systems
US5884328A (en) 1997-08-29 1999-03-16 Tandem Computers, Inc. System and method for sychronizing a large database and its replica
US6223269B1 (en) 1997-09-27 2001-04-24 Emc Corporation Stacked mapped storage system
US6061770A (en) 1997-11-04 2000-05-09 Adaptec, Inc. System and method for real-time data backup using snapshot copying with selective compaction of backup data
US6018746A (en) 1997-12-23 2000-01-25 Unisys Corporation System and method for managing recovery information in a transaction processing system
US6076148A (en) 1997-12-26 2000-06-13 Emc Corporation Mass storage subsystem and backup arrangement for digital data processing system which permits information to be backed up while host computer(s) continue(s) operating in connection with information stored on mass storage subsystem
US6105030A (en) 1998-02-27 2000-08-15 Oracle Corporation Method and apparatus for copying data that resides in a database
US6065018A (en) 1998-03-04 2000-05-16 International Business Machines Corporation Synchronizing recovery log having time stamp to a remote site for disaster recovery of a primary database having related hierarchial and relational databases
US6311288B1 (en) 1998-03-13 2001-10-30 Paradyne Corporation System and method for virtual circuit backup in a communication network
US6324654B1 (en) 1998-03-30 2001-11-27 Legato Systems, Inc. Computer network remote data mirroring system
US6047294A (en) 1998-03-31 2000-04-04 Emc Corp Logical restore from a physical backup in a computer storage system
US6175932B1 (en) 1998-04-20 2001-01-16 National Instruments Corporation System and method for providing state capture and restoration to an I/O system
US6072952A (en) 1998-04-22 2000-06-06 Hewlett-Packard Co. Method and apparatus for coalescing variables
US6260120B1 (en) 1998-06-29 2001-07-10 Emc Corporation Storage mapping and partitioning among multiple host processors in the presence of login state changes and host controller replacement
US6269431B1 (en) 1998-08-13 2001-07-31 Emc Corporation Virtual storage and block level direct access of secondary storage for recovery of backup data
US6931531B1 (en) 1998-09-02 2005-08-16 Matsushita Electric Industrial Co., Ltd. Image object recording, compression, and encryption method and system
US6247141B1 (en) 1998-09-24 2001-06-12 Telefonaktiebolaget Lm Ericsson (Publ) Protocol for providing replicated servers in a client-server system
US6362870B2 (en) 1998-10-26 2002-03-26 Hewlett-Packard Company Image copier having enhanced duplex capabilities; method of printing a copy of a document to produce a duplex copy product
JP3273502B2 (ja) 1998-11-26 2002-04-08 インターナショナル・ビジネス・マシーンズ・コーポレーション ディスクドライブ装置、ディスクドライブ装置のエラー回復処理方法及びディスクドライブ制御装置
US6920537B2 (en) 1998-12-31 2005-07-19 Emc Corporation Apparatus and methods for copying, backing up and restoring logical objects in a computer storage system by transferring blocks out of order or in parallel
US7107395B1 (en) 1998-12-31 2006-09-12 Emc Corporation Apparatus and methods for operating a computer storage system
US8065504B2 (en) 1999-01-28 2011-11-22 Ati International Srl Using on-chip and off-chip look-up tables indexed by instruction address to control instruction execution in a processor
US20010011265A1 (en) 1999-02-03 2001-08-02 Cuan William G. Method and apparatus for deploying data among data destinations for website development and maintenance
US6438749B1 (en) 1999-03-03 2002-08-20 Microsoft Corporation Method and system for restoring a computer to its original state after an unsuccessful patch installation attempt
US6751228B1 (en) 1999-03-23 2004-06-15 Yamaha Corporation Packet handler of audio data by isochronous mode
US6449625B1 (en) 1999-04-20 2002-09-10 Lucent Technologies Inc. Use of a two-way stack approach to optimize flash memory management for embedded database systems
US7185081B1 (en) 1999-04-30 2007-02-27 Pmc-Sierra, Inc. Method and apparatus for programmable lexical packet classifier
US6944183B1 (en) 1999-06-10 2005-09-13 Alcatel Object model for network policy management
US6691140B1 (en) 1999-07-30 2004-02-10 Computer Associates Think, Inc. Method and system for multidimensional storage model with interdimensional links
US6618851B1 (en) 1999-08-31 2003-09-09 Autodesk, Inc. Method and apparatus for state-reversion
US6487677B1 (en) 1999-09-30 2002-11-26 Lsi Logic Corporation Methods and systems for dynamic selection of error recovery procedures in a managed device
US6647399B2 (en) 1999-11-29 2003-11-11 International Business Machines Corporation Method, system, program, and data structures for naming full backup versions of files and related deltas of the full backup versions
US6434681B1 (en) 1999-12-02 2002-08-13 Emc Corporation Snapshot copy facility for a data storage system permitting continued host read/write access
US6526418B1 (en) 1999-12-16 2003-02-25 Livevault Corporation Systems and methods for backing up data files
US6618822B1 (en) 2000-01-03 2003-09-09 Oracle International Corporation Method and mechanism for relational access of recovery logs in a database system
US6714980B1 (en) 2000-02-11 2004-03-30 Terraspring, Inc. Backup and restore of data associated with a host in a dynamically changing virtual server farm without involvement of a server that uses an associated storage device
US6856993B1 (en) 2000-03-30 2005-02-15 Microsoft Corporation Transactional file system
US6629264B1 (en) 2000-03-30 2003-09-30 Hewlett-Packard Development Company, L.P. Controller-based remote copy system with logical unit grouping
US6606651B1 (en) 2000-05-03 2003-08-12 Datacore Software Corporation Apparatus and method for providing direct local access to file level data in client disk images within storage area networks
US6711699B1 (en) 2000-05-04 2004-03-23 International Business Machines Corporation Real time backup system for information based on a user's actions and gestures for computer users
US6880086B2 (en) 2000-05-20 2005-04-12 Ciena Corporation Signatures for facilitating hot upgrades of modular software components
US6769074B2 (en) 2000-05-25 2004-07-27 Lumigent Technologies, Inc. System and method for transaction-selective rollback reconstruction of database objects
US6532527B2 (en) 2000-06-19 2003-03-11 Storage Technology Corporation Using current recovery mechanisms to implement dynamic mapping operations
US6665815B1 (en) 2000-06-22 2003-12-16 Hewlett-Packard Development Company, L.P. Physical incremental backup using snapshots
CA2413434A1 (en) 2000-06-26 2002-01-03 International Business Machines Corporation Data management application programming interface for a parallel file system
US6950871B1 (en) 2000-06-29 2005-09-27 Hitachi, Ltd. Computer system having a storage area network and method of handling data in the computer system
US6553388B1 (en) 2000-07-20 2003-04-22 International Business Machines Corporation Database deltas using Cyclic Redundancy Checks
US6732125B1 (en) 2000-09-08 2004-05-04 Storage Technology Corporation Self archiving log structured volume with intrinsic data protection
US7099900B1 (en) 2000-09-13 2006-08-29 Veritas Operating Corporation Mapping driver for use in data backup systems
CA2321019A1 (en) 2000-09-27 2002-03-27 Ibm Canada Limited-Ibm Canada Limitee Capturing snapshots of a debuggee's state during a debug session
US6742139B1 (en) 2000-10-19 2004-05-25 International Business Machines Corporation Service processor reset/reload
US7313614B2 (en) 2000-11-02 2007-12-25 Sun Microsystems, Inc. Switching system
JP2002150699A (ja) 2000-11-06 2002-05-24 Sony Corp 情報処理装置、情報処理方法及び情報処理方法を記録した記録媒体
US7206819B2 (en) 2001-01-18 2007-04-17 Sun Microsystems, Inc. Method and apparatus for providing virtual namespaces for active computing environments
WO2002071220A1 (en) 2001-03-05 2002-09-12 Sanpro Systems Inc. A system and a method for asynchronous replication for storage area networks
US6795895B2 (en) 2001-03-07 2004-09-21 Canopy Group Dual axis RAID systems for enhanced bandwidth and reliability
JP3769468B2 (ja) 2001-03-21 2006-04-26 株式会社エヌ・ティ・ティ・ドコモ 通信品質制御方法、通信品質制御システム、パケット解析装置及びデータ送信端末装置
US20020147941A1 (en) 2001-04-05 2002-10-10 Robert Gentile Network based BIOS recovery method
US6771843B1 (en) 2001-05-11 2004-08-03 Lsi Logic Corporation Data timeline management using snapshot volumes
US20020178146A1 (en) 2001-05-24 2002-11-28 International Business Machines Corporation System and method for selective object history retention
GB0112781D0 (en) 2001-05-25 2001-07-18 Global Continuity Plc Method for rapid recovery from a network file server failure
US6915397B2 (en) 2001-06-01 2005-07-05 Hewlett-Packard Development Company, L.P. System and method for generating point in time storage copy
US6728848B2 (en) 2001-06-11 2004-04-27 Hitachi, Ltd. Method and system for backing up storage system data
US6996602B2 (en) 2001-06-18 2006-02-07 Ford Global Technologies, Llc Server-side page table framework for client application definition and execution
US6792517B1 (en) 2001-06-18 2004-09-14 Maxtor Corporation Firmware controlled backup in disk drives
US20020198699A1 (en) 2001-06-21 2002-12-26 International Business Machines Corporation Apparatus, system and method for providing open source language translation
US20040199549A1 (en) 2001-06-25 2004-10-07 Kenneth Oksanen Method and system for performing concurrency control in a relational database
US7613806B2 (en) 2001-06-28 2009-11-03 Emc Corporation System and method for managing replication sets of data distributed over one or more computer systems
US7305421B2 (en) 2001-07-16 2007-12-04 Sap Ag Parallelized redo-only logging and recovery for highly available main memory database systems
US6948038B2 (en) 2001-07-24 2005-09-20 Microsoft Corporation System and method for backing up and restoring data
US6662198B2 (en) 2001-08-30 2003-12-09 Zoteca Inc. Method and system for asynchronous transmission, backup, distribution of data and file sharing
US6978282B1 (en) 2001-09-04 2005-12-20 Emc Corporation Information replication system having automated replication storage
US7134041B2 (en) 2001-09-20 2006-11-07 Evault, Inc. Systems and methods for data backup over a network
US6748488B2 (en) 2001-09-28 2004-06-08 Sun Microsystems, Inc. Storage array having multiple erasure correction and sub-stripe writing
US7457846B2 (en) 2001-10-05 2008-11-25 International Business Machines Corporation Storage area network methods and apparatus for communication and interfacing with multiple platforms
US6833073B2 (en) 2001-10-09 2004-12-21 Pti Advanced Filtration, Inc. Composite nanofiltration and reverse osmosis membranes and method for producing the same
US6775728B2 (en) 2001-11-15 2004-08-10 Intel Corporation Method and system for concurrent handler execution in an SMI and PMI-based dispatch-execution framework
WO2003044698A1 (en) 2001-11-15 2003-05-30 Visto Corporation System and methods for asychronous synchronization
US6799189B2 (en) 2001-11-15 2004-09-28 Bmc Software, Inc. System and method for creating a series of online snapshots for recovery purposes
US6877109B2 (en) 2001-11-19 2005-04-05 Lsi Logic Corporation Method for the acceleration and simplification of file system logging techniques using storage device snapshots
JP3757857B2 (ja) 2001-12-12 2006-03-22 ソニー株式会社 データ通信システム、データ送信装置、データ受信装置、および方法、並びにコンピュータ・プログラム
JP3785361B2 (ja) 2001-12-25 2006-06-14 株式会社ルネサステクノロジ Δςモジュレータ、a/dコンバータおよびd/aコンバータ
US7036043B2 (en) 2001-12-28 2006-04-25 Storage Technology Corporation Data management with virtual recovery mapping and backward moves
US20030220948A1 (en) 2002-01-22 2003-11-27 Columbia Data Products, Inc. Managing snapshot/backup collections in finite data storage
US6829617B2 (en) 2002-02-15 2004-12-07 International Business Machines Corporation Providing a snapshot of a subset of a file system
US7043503B2 (en) 2002-02-15 2006-05-09 International Business Machines Corporation Ditto address indicating true disk address for actual data blocks stored in one of an inode of the file system and subsequent snapshot
US7373364B1 (en) * 2002-03-05 2008-05-13 Network Appliance, Inc. System and method for creating a point-in-time restoration of a database file
US6950836B2 (en) 2002-03-14 2005-09-27 International Business Machines Corporation Method, system, and program for a transparent file restore
US7143307B1 (en) 2002-03-15 2006-11-28 Network Appliance, Inc. Remote disaster recovery and data migration using virtual appliance migration
US7010553B2 (en) 2002-03-19 2006-03-07 Network Appliance, Inc. System and method for redirecting access to a remote mirrored snapshot
US7475098B2 (en) 2002-03-19 2009-01-06 Network Appliance, Inc. System and method for managing a plurality of snapshots
US7051050B2 (en) 2002-03-19 2006-05-23 Netwrok Appliance, Inc. System and method for restoring a single file from a snapshot
US7093086B1 (en) 2002-03-28 2006-08-15 Veritas Operating Corporation Disaster recovery and backup using virtual machines
US7082446B1 (en) 2002-04-15 2006-07-25 Steel Eye Technology, Inc. Hybrid transaction/intent log for data replication
US6981177B2 (en) 2002-04-19 2005-12-27 Computer Associates Think, Inc. Method and system for disaster recovery
US6898608B2 (en) 2002-04-26 2005-05-24 Oracle International Corporation Techniques for managing what-if analysis of data managed by a relational database system
US20030208511A1 (en) 2002-05-02 2003-11-06 Earl Leroy D. Database replication system
US7426559B2 (en) 2002-05-09 2008-09-16 International Business Machines Corporation Method for sequential coordination of external database application events with asynchronous internal database events
US20030220935A1 (en) 2002-05-21 2003-11-27 Vivian Stephen J. Method of logical database snapshot for log-based replication
US7058849B2 (en) 2002-07-02 2006-06-06 Micron Technology, Inc. Use of non-volatile memory to perform rollback function
US7844577B2 (en) 2002-07-15 2010-11-30 Symantec Corporation System and method for maintaining a backup storage system for a computer system
US7103612B2 (en) 2002-08-01 2006-09-05 Oracle International Corporation Instantiation of objects for information-sharing relationships
US6792518B2 (en) 2002-08-06 2004-09-14 Emc Corporation Data storage system having mata bit maps for indicating whether data blocks are invalid in snapshot copies
US7953926B2 (en) 2002-08-15 2011-05-31 Board Of Governors For Higher Education, State Of Rhode Island And Providence Plantations SCSI-to-IP cache storage device and method
FI119407B (fi) 2002-08-28 2008-10-31 Sap Ag Korkean palvelutason ohjelmistopohjainen yhteyspalvelin
US7165156B1 (en) 2002-09-06 2007-01-16 3Pardata, Inc. Read-write snapshots
DE60328796D1 (de) 2002-09-10 2009-09-24 Exagrid Systems Inc Verfahren und vorrichtung zur verwaltung der datenintegrität von sicherungs- und katastrophen-wiederherstellungsdaten
US6976022B2 (en) 2002-09-16 2005-12-13 Oracle International Corporation Method and mechanism for batch processing transaction logging records
US6938134B2 (en) 2002-09-19 2005-08-30 Sun Microsystems, Inc. System for storing block allocation information on multiple snapshots
US6912631B1 (en) 2002-09-25 2005-06-28 Veritas Operating Corporation Method and apparatus for restoring a corrupted data volume
US20050131969A1 (en) 2002-10-01 2005-06-16 Fujitsu Limited Database duplicating method, database duplicating apparatus, database creating method, and database creating apparatus
US6910106B2 (en) 2002-10-04 2005-06-21 Microsoft Corporation Methods and mechanisms for proactive memory management
US20070129953A1 (en) 2002-10-09 2007-06-07 Business Objects Americas Methods and systems for information strategy management
KR100439675B1 (ko) 2002-10-24 2004-07-14 한국전자통신연구원 대용량 공유 저장장치를 위한 효율적인 스냅샷 수행방법
US20040088301A1 (en) 2002-10-31 2004-05-06 Mallik Mahalingam Snapshot of a file system
US7055010B2 (en) 2002-11-06 2006-05-30 Synology Inc. Snapshot facility allowing preservation of chronological views on block drives
WO2004047078A2 (en) 2002-11-20 2004-06-03 Filesx Ltd. Fast backup storage and fast recovery of data (fbsrd)
US7263593B2 (en) 2002-11-25 2007-08-28 Hitachi, Ltd. Virtualization controller and data transfer control method
JP3757933B2 (ja) 2002-11-28 2006-03-22 ソニー株式会社 通信装置
US20040117437A1 (en) 2002-12-16 2004-06-17 Exanet, Co. Method for efficient storing of sparse files in a distributed cache
US7007043B2 (en) 2002-12-23 2006-02-28 Storage Technology Corporation Storage backup system that creates mountable representations of past contents of storage volumes
US7296382B2 (en) 2003-01-09 2007-11-20 Pennsylvania Insert Corp. Injection molded thermoplastic insert
US7478096B2 (en) 2003-02-26 2009-01-13 Burnside Acquisition, Llc History preservation in a computer storage system
US7430568B1 (en) 2003-02-28 2008-09-30 Sun Microsystems, Inc. Systems and methods for providing snapshot capabilities in a storage virtualization environment
US7237021B2 (en) 2003-04-04 2007-06-26 Bluearc Uk Limited Network-attached storage system, device, and method supporting multiple storage device types
US7523275B2 (en) 2003-04-10 2009-04-21 International Business Machines Corporation Method, system, and program for maintaining a copy relationship between primary volumes and corresponding secondary volumes
US8209680B1 (en) 2003-04-11 2012-06-26 Vmware, Inc. System and method for disk imaging on diverse computers
US7155465B2 (en) 2003-04-18 2006-12-26 Lee Howard F Method and apparatus for automatically archiving a file system
US7263590B1 (en) 2003-04-23 2007-08-28 Emc Corporation Method and apparatus for migrating data in a computer system
US7577692B1 (en) 2003-04-25 2009-08-18 Netapp, Inc. System and method for reserving space to guarantee file writability in a file system supporting persistent consistency point images
US7085909B2 (en) 2003-04-29 2006-08-01 International Business Machines Corporation Method, system and computer program product for implementing copy-on-write of a file
US7181476B2 (en) 2003-04-30 2007-02-20 Oracle International Corporation Flashback database
CA2526882A1 (en) 2003-05-14 2004-12-02 Rhysome, Inc. Method and system for reducing information latency in a business enterprise
US20040260678A1 (en) 2003-06-18 2004-12-23 Microsoft Corporation State based configuration failure detection using checkpoint comparison
US20040268068A1 (en) 2003-06-24 2004-12-30 International Business Machines Corporation Efficient method for copying and creating block-level incremental backups of large files and sparse files
US7567991B2 (en) 2003-06-25 2009-07-28 Emc Corporation Replication of snapshot using a file system copy differential
US20050015416A1 (en) 2003-07-16 2005-01-20 Hitachi, Ltd. Method and apparatus for data recovery using storage based journaling
US7398422B2 (en) 2003-06-26 2008-07-08 Hitachi, Ltd. Method and apparatus for data recovery system using storage based journaling
US7899885B2 (en) 2003-06-27 2011-03-01 At&T Intellectual Property I, Lp Business enterprise backup and recovery system and method
US8095511B2 (en) 2003-06-30 2012-01-10 Microsoft Corporation Database data recovery system and method
US7395278B2 (en) 2003-06-30 2008-07-01 Microsoft Corporation Transaction consistent copy-on-write database
US7165145B2 (en) 2003-07-02 2007-01-16 Falconstor Software, Inc. System and method to protect data stored in a storage system
JP4371724B2 (ja) 2003-07-03 2009-11-25 株式会社日立製作所 記憶システム及び記憶装置システム
US20050010835A1 (en) 2003-07-11 2005-01-13 International Business Machines Corporation Autonomic non-invasive backup and storage appliance
US6938136B2 (en) 2003-07-14 2005-08-30 International Business Machines Corporation Method, system, and program for performing an input/output operation with respect to a logical storage device
US7035593B2 (en) 2003-07-28 2006-04-25 Cognio, Inc. Signal classification methods for scanning receiver and other applications
JP4321705B2 (ja) 2003-07-29 2009-08-26 株式会社日立製作所 スナップショットの取得を制御するための装置及び記憶システム
JP4466001B2 (ja) 2003-08-06 2010-05-26 株式会社日立製作所 スナップショット高速化方法
JP2005062928A (ja) 2003-08-11 2005-03-10 Hitachi Ltd 複数のサイトにリモートコピーを行うシステム
CN101566931B (zh) 2003-08-14 2011-05-18 克姆佩棱特科技公司 虚拟磁盘驱动系统和方法
US7953819B2 (en) 2003-08-22 2011-05-31 Emc Corporation Multi-protocol sharable virtual storage objects
US7373548B2 (en) 2003-08-29 2008-05-13 Intel Corporation Hardware recovery in a multi-threaded architecture
US7406487B1 (en) 2003-08-29 2008-07-29 Symantec Operating Corporation Method and system for performing periodic replication using a log
EP1665052A2 (en) 2003-09-19 2006-06-07 Hewlett-Packard Development Company, L.P. Method of designing storage system
US7865485B2 (en) 2003-09-23 2011-01-04 Emc Corporation Multi-threaded write interface and methods for increasing the single file read and write throughput of a file server
US7296008B2 (en) 2004-08-24 2007-11-13 Symantec Operating Corporation Generation and use of a time map for accessing a prior image of a storage device
US7577806B2 (en) 2003-09-23 2009-08-18 Symantec Operating Corporation Systems and methods for time dependent data storage and recovery
US7287133B2 (en) 2004-08-24 2007-10-23 Symantec Operating Corporation Systems and methods for providing a modification history for a location within a data store
US7412464B2 (en) 2003-09-29 2008-08-12 International Business Machines Corporation Asynchronous data mirroring with look-ahead synchronization record
US7734909B1 (en) 2003-09-29 2010-06-08 Avaya Inc. Using voice over IP or instant messaging to connect to customer products
US7158991B2 (en) 2003-09-30 2007-01-02 Veritas Operating Corporation System and method for maintaining temporal data in data storage
US7225208B2 (en) 2003-09-30 2007-05-29 Iron Mountain Incorporated Systems and methods for backing up data files
US7133884B1 (en) 2003-11-26 2006-11-07 Bmc Software, Inc. Unobtrusive point-in-time consistent copies
US7133941B2 (en) 2003-12-03 2006-11-07 Oracle International Corporation Method and mechanism of accessing segments in data storage systems
CA2452251C (en) 2003-12-04 2010-02-09 Timothy R. Jewell Data backup system and method
US7373451B2 (en) 2003-12-08 2008-05-13 The Board Of Trustees Of The Leland Stanford Junior University Cache-based system management architecture with virtual appliances, network repositories, and virtual appliance transceivers
US20050132351A1 (en) 2003-12-12 2005-06-16 Randall Roderick K. Updating electronic device software employing rollback
US7281023B2 (en) 2003-12-15 2007-10-09 At&T Knowledge Ventures, L.P. Architecture of database application with robust online recoverability
US20050138090A1 (en) 2003-12-17 2005-06-23 Oliver Augenstein Method and apparatus for performing a backup of data stored in multiple source medium
US7155586B1 (en) 2003-12-30 2006-12-26 Emc Corporation Method of allowing point-in-time view of data on a disk using a map on cache disk
US20050198303A1 (en) 2004-01-02 2005-09-08 Robert Knauerhase Dynamic virtual machine service provider allocation
US7328307B2 (en) 2004-01-22 2008-02-05 Tquist, Llc Method and apparatus for improving update performance of non-uniform access time persistent storage media
US7406488B2 (en) 2004-02-04 2008-07-29 Netapp Method and system for maintaining data in a continuous data protection system
US7325159B2 (en) 2004-02-04 2008-01-29 Network Appliance, Inc. Method and system for data recovery in a continuous data protection system
US7426617B2 (en) 2004-02-04 2008-09-16 Network Appliance, Inc. Method and system for synchronizing volumes in a continuous data protection system
US7720817B2 (en) 2004-02-04 2010-05-18 Netapp, Inc. Method and system for browsing objects on a protected volume in a continuous data protection system
US7440965B1 (en) 2004-02-11 2008-10-21 Network Appliance, Inc. Method and system for generating and restoring a backup image
EP1723564A2 (en) 2004-02-11 2006-11-22 Storage Technology Corporation Clustered hierarchical file services
US7440966B2 (en) 2004-02-12 2008-10-21 International Business Machines Corporation Method and apparatus for file system snapshot persistence
US7251749B1 (en) 2004-02-12 2007-07-31 Network Appliance, Inc. Efficient true image recovery of data from full, differential, and incremental backups
US7206911B2 (en) 2004-02-25 2007-04-17 International Business Machines Corporation Method, system, and program for a system architecture for an arbitrary number of backup components
US7421549B2 (en) 2004-03-02 2008-09-02 Hitachi, Ltd. Method and apparatus of remote copy for multiple storage subsystems
US7171511B2 (en) 2004-03-24 2007-01-30 Hitachi, Ltd. WORM proving storage system
US7353241B2 (en) 2004-03-24 2008-04-01 Microsoft Corporation Method, medium and system for recovering data using a timeline-based computing environment
US7130971B2 (en) 2004-03-30 2006-10-31 Hitachi, Ltd. Assuring genuineness of data stored on a storage device
US20050223181A1 (en) 2004-03-31 2005-10-06 Jeppsen Roger C Integrated circuit capable of copy management
US7277905B2 (en) 2004-03-31 2007-10-02 Microsoft Corporation System and method for a consistency check of a database backup
US7350046B2 (en) 2004-04-02 2008-03-25 Seagate Technology Llc Managed reliability storage system and method monitoring storage conditions
JP2005301497A (ja) 2004-04-08 2005-10-27 Hitachi Ltd ストレージ管理装置、リストア方法及びそのプログラム
US7167880B2 (en) 2004-04-14 2007-01-23 Hitachi, Ltd. Method and apparatus for avoiding journal overflow on backup and recovery system using storage based journaling
JP4561168B2 (ja) 2004-04-28 2010-10-13 株式会社日立製作所 データ処理システムおよび方法並びにその処理プログラム
US7213022B2 (en) 2004-04-29 2007-05-01 Filenet Corporation Enterprise content management network-attached system
US7340646B2 (en) 2004-05-03 2008-03-04 International Business Machines Corporation Apparatus, system, and method for resource group backup
US8019925B1 (en) 2004-05-06 2011-09-13 Seagate Technology Llc Methods and structure for dynamically mapped mass storage device
US7096392B2 (en) 2004-05-07 2006-08-22 Asempra Technologies, Inc. Method and system for automated, no downtime, real-time, continuous data protection
US8108429B2 (en) 2004-05-07 2012-01-31 Quest Software, Inc. System for moving real-time data events across a plurality of devices in a network for simultaneous data protection, replication, and access services
US7565661B2 (en) 2004-05-10 2009-07-21 Siew Yong Sim-Tang Method and system for real-time event journaling to provide enterprise data services
US20050267920A1 (en) 2004-05-13 2005-12-01 Fabrice Helliker System and method for archiving data in a clustered environment
US7386663B2 (en) 2004-05-13 2008-06-10 Cousins Robert E Transaction-based storage system and method that uses variable sized objects to store data
JP4624829B2 (ja) 2004-05-28 2011-02-02 富士通株式会社 データバックアップシステム及び方法
US8868858B2 (en) 2006-05-19 2014-10-21 Inmage Systems, Inc. Method and apparatus of continuous data backup and access using virtual machines
US8224786B2 (en) 2004-06-01 2012-07-17 Inmage Systems, Inc. Acquisition and write validation of data of a networked host node to perform secondary storage
US7676502B2 (en) 2006-05-22 2010-03-09 Inmage Systems, Inc. Recovery point data view shift through a direction-agnostic roll algorithm
US7979656B2 (en) 2004-06-01 2011-07-12 Inmage Systems, Inc. Minimizing configuration changes in a fabric-based data protection solution
US8055745B2 (en) 2004-06-01 2011-11-08 Inmage Systems, Inc. Methods and apparatus for accessing data from a primary data storage system for secondary storage
US9209989B2 (en) 2004-06-01 2015-12-08 Inmage Systems, Inc. Causation of a data read operation against a first storage system by a server associated with a second storage system according to a host generated instruction
US8949395B2 (en) 2004-06-01 2015-02-03 Inmage Systems, Inc. Systems and methods of event driven recovery management
US7698401B2 (en) 2004-06-01 2010-04-13 Inmage Systems, Inc Secondary data storage and recovery system
US7620785B1 (en) 2004-06-30 2009-11-17 Symantec Operating Corporation Using roll-forward and roll-backward logs to restore a data volume
JP2006031608A (ja) 2004-07-21 2006-02-02 Hitachi Ltd 計算機、ストレージシステム、計算機が行うファイル管理方法、およびプログラム
US7254682B1 (en) 2004-07-28 2007-08-07 Symantec Corporation Selective file and folder snapshot image creation
US20060047714A1 (en) 2004-08-30 2006-03-02 Mendocino Software, Inc. Systems and methods for rapid presentation of historical views of stored data
US7664983B2 (en) 2004-08-30 2010-02-16 Symantec Corporation Systems and methods for event driven recovery management
WO2006029032A2 (en) 2004-09-03 2006-03-16 Red Hat, Inc. Methods, systems, and computer program products for implementing single-node and cluster snapshots
US8645496B2 (en) 2004-09-07 2014-02-04 Emc Corporation Systems and methods for backing up data
US8145601B2 (en) 2004-09-09 2012-03-27 Microsoft Corporation Method, system, and apparatus for providing resilient data transfer in a data protection system
US20060059209A1 (en) 2004-09-14 2006-03-16 Lashley Scott D Crash recovery by logging extra data
US7296115B2 (en) 2004-09-17 2007-11-13 Hitachi, Ltd. Method of and system for controlling attributes of a plurality of storage devices
US20060080362A1 (en) 2004-10-12 2006-04-13 Lefthand Networks, Inc. Data Synchronization Over a Computer Network
US7814367B1 (en) 2004-11-12 2010-10-12 Double-Take Software Canada, Inc. Method and system for time addressable storage
US7822715B2 (en) 2004-11-16 2010-10-26 Petruzzo Stephen E Data mirroring method
US20060114497A1 (en) 2004-11-30 2006-06-01 Xerox Corporation Printing system
EP1828879B8 (en) 2004-12-06 2010-05-19 Tributary Systems Ltd. Storage consolidation platform
US7400578B2 (en) 2004-12-16 2008-07-15 International Business Machines Corporation Method and system for throttling network transmissions using per-receiver bandwidth control at the application layer of the transmitting server
US8260753B2 (en) 2004-12-31 2012-09-04 Emc Corporation Backup information management
US7849257B1 (en) 2005-01-06 2010-12-07 Zhe Khi Pak Method and apparatus for storing and retrieving data
US8073926B2 (en) 2005-01-07 2011-12-06 Microsoft Corporation Virtual machine image server
US20060155912A1 (en) 2005-01-12 2006-07-13 Dell Products L.P. Server cluster having a virtual server
US7839865B2 (en) 2005-01-26 2010-11-23 Emulex Design & Manufacturing Corporation Dynamically controlling fair access to a system packet interface attached switch enclosure
US7546431B2 (en) 2005-03-21 2009-06-09 Emc Corporation Distributed open writable snapshot copy facility using file migration policies
US20060218434A1 (en) 2005-03-25 2006-09-28 Erik Solhjell Disk drive with integrated tape drive
US7814057B2 (en) 2005-04-05 2010-10-12 Microsoft Corporation Page recovery using volume snapshots and logs
US7743178B2 (en) 2005-04-11 2010-06-22 Emulex Design & Manufacturing Corporation Method and apparatus for SATA tunneling over fibre channel
US7672979B1 (en) 2005-04-22 2010-03-02 Symantec Operating Corporation Backup and restore techniques using inconsistent state indicators
US7373366B1 (en) 2005-06-10 2008-05-13 American Megatrends, Inc. Method, system, apparatus, and computer-readable medium for taking and managing snapshots of a storage volume
US7536529B1 (en) 2005-06-10 2009-05-19 American Megatrends, Inc. Method, system, apparatus, and computer-readable medium for provisioning space in a data storage system
US7577689B1 (en) 2005-06-15 2009-08-18 Adobe Systems Incorporated Method and system to archive data
US20070022117A1 (en) 2005-07-21 2007-01-25 Keohane Susann M Accessing file system snapshots directly within a file system directory
US20070033356A1 (en) 2005-08-03 2007-02-08 Boris Erlikhman System for Enabling Secure and Automatic Data Backup and Instant Recovery
US7434218B2 (en) 2005-08-15 2008-10-07 Microsoft Corporation Archiving data in a virtual application environment
US7426618B2 (en) 2005-09-06 2008-09-16 Dot Hill Systems Corp. Snapshot restore method and apparatus
US8683144B2 (en) 2005-09-16 2014-03-25 Inmage Systems, Inc. Causation of a data read against a first storage system to optionally store a data write to preserve the version to allow viewing and recovery
US8601225B2 (en) 2005-09-16 2013-12-03 Inmage Systems, Inc. Time ordered view of backup data on behalf of a host
US7610314B2 (en) 2005-10-07 2009-10-27 Oracle International Corporation Online tablespace recovery for export
JP4809040B2 (ja) 2005-11-08 2011-11-02 株式会社日立製作所 ストレージ装置及びスナップショットのリストア方法
JP4856955B2 (ja) 2006-01-17 2012-01-18 株式会社日立製作所 Nasシステム及びリモートコピー方法
US8321377B2 (en) 2006-04-17 2012-11-27 Microsoft Corporation Creating host-level application-consistent backups of virtual machines
US7441092B2 (en) 2006-04-20 2008-10-21 Microsoft Corporation Multi-client cluster-based backup and restore
US8527470B2 (en) 2006-05-22 2013-09-03 Rajeev Atluri Recovery point data view formation with generation of a recovery view and a coalesce policy
US8838528B2 (en) 2006-05-22 2014-09-16 Inmage Systems, Inc. Coalescing and capturing data between events prior to and after a temporal window
US8732136B2 (en) 2006-05-22 2014-05-20 Inmage Systems, Inc. Recovery point data view shift through a direction-agnostic roll algorithm
US8527721B2 (en) 2008-12-26 2013-09-03 Rajeev Atluri Generating a recovery snapshot and creating a virtual view of the recovery snapshot
US8271452B2 (en) * 2006-06-12 2012-09-18 Rainstor Limited Method, system, and database archive for enhancing database archiving
US8024762B2 (en) 2006-06-13 2011-09-20 Time Warner Cable Inc. Methods and apparatus for providing virtual content over a network
US20080046710A1 (en) 2006-08-17 2008-02-21 Steven Maddocks Switching firmware images in storage systems
US8589341B2 (en) 2006-12-04 2013-11-19 Sandisk Il Ltd. Incremental transparent file updating
US20080147821A1 (en) 2006-12-19 2008-06-19 Dietrich Bradley W Managed peer-to-peer content backup service system and method using dynamic content dispersal to plural storage nodes
US8880480B2 (en) * 2007-01-03 2014-11-04 Oracle International Corporation Method and apparatus for data rollback
US8190572B2 (en) 2007-02-15 2012-05-29 Yahoo! Inc. High-availability and data protection of OLTP databases
US8364648B1 (en) * 2007-04-09 2013-01-29 Quest Software, Inc. Recovering a database to any point-in-time in the past with guaranteed data consistency
US7827350B1 (en) 2007-04-27 2010-11-02 Netapp, Inc. Method and system for promoting a snapshot in a distributed file system
US7853571B2 (en) 2007-09-28 2010-12-14 Symantec Corporation Techniques for file system recovery
US20090150906A1 (en) 2007-12-07 2009-06-11 Sap Ag Automatic electronic discovery of heterogeneous objects for litigation
US8028194B2 (en) 2008-07-25 2011-09-27 Inmage Systems, Inc Sequencing technique to account for a clock error in a backup system
US8069227B2 (en) 2008-12-26 2011-11-29 Inmage Systems, Inc. Configuring hosts of a secondary data storage and recovery system
US8433682B2 (en) * 2009-12-31 2013-04-30 Commvault Systems, Inc. Systems and methods for analyzing snapshots
CN104254851A (zh) 2012-03-17 2014-12-31 海智网聚网络技术(北京)有限公司 用于向用户推荐内容的方法和系统
US10346369B2 (en) * 2012-10-11 2019-07-09 Delphix Corp. Retrieving point-in-time copies of a source database for creating virtual databases
US9244775B2 (en) 2013-03-14 2016-01-26 International Business Machines Corporation Reducing reading of database logs by persisting long-running transaction data
US11030055B2 (en) 2013-03-15 2021-06-08 Amazon Technologies, Inc. Fast crash recovery for distributed database systems
US9672237B2 (en) 2013-03-15 2017-06-06 Amazon Technologies, Inc. System-wide checkpoint avoidance for distributed database systems

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030158873A1 (en) * 2002-02-15 2003-08-21 International Business Machines Corporation Dynamic links to file system snapshots
US20050022213A1 (en) * 2003-07-25 2005-01-27 Hitachi, Ltd. Method and apparatus for synchronizing applications for data recovery using storage based journaling
US20070185922A1 (en) * 2006-02-07 2007-08-09 Aditya Kapoor Point-in-time database restore
CN102239475A (zh) * 2008-11-18 2011-11-09 有限公司新人类 使用快照抓取数据库的信息恢复方法与装置
US20110055624A1 (en) * 2009-09-01 2011-03-03 Lsi Corporation Method for implementing continuous data protection utilizing allocate-on-write snapshots
CN103914359A (zh) * 2012-12-31 2014-07-09 中国移动通信集团浙江有限公司 一种数据恢复方法及装置

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108958971A (zh) * 2018-06-14 2018-12-07 北京小米移动软件有限公司 信息的备份方法、装置及设备
CN110362429A (zh) * 2019-07-12 2019-10-22 优刻得科技股份有限公司 数据库的连续数据保护方法、系统、设备和介质

Also Published As

Publication number Publication date
JP2017533520A (ja) 2017-11-09
CN107077404B (zh) 2020-08-25
US20160117228A1 (en) 2016-04-28
EP3213212B1 (en) 2019-04-03
BR112017005834A2 (pt) 2017-12-19
US9558078B2 (en) 2017-01-31
WO2016069423A1 (en) 2016-05-06
EP3213212A1 (en) 2017-09-06
RU2017114019A (ru) 2018-10-24

Similar Documents

Publication Publication Date Title
CN107077404A (zh) 从存储快照的时间点数据库恢复
CN105210060B (zh) 用于持久系统中的数据库的事务处理
CN104216955B (zh) 一种操作数据及管理事务的方法、装置及分布式系统
TWI553466B (zh) 備份使用者介面
CN103092905B (zh) 使用虚拟文件数据对象的列式数据库
US10565071B2 (en) Smart data replication recoverer
CN107835983A (zh) 使用一致的数据库快照在分布式数据库中进行备份和还原
JP2013033583A (ja) 連想メモリ更新のためのシステム
JPH08504529A (ja) データベースにおけるバックアップ実行システム
CN107870829A (zh) 一种分布式数据恢复方法、服务器、相关设备及系统
EP3796174B1 (en) Restoring a database using a fully hydrated backup
US10261865B1 (en) Fast and optimized restore using delta information
JP2005332067A (ja) バックアップ取得方法及びディスクアレイ装置
CN104794119B (zh) 用于中间件消息的存储与传输方法及系统
US11822440B2 (en) Generating standby cloud versions of a virtual machine
US10235145B1 (en) Distributed scale-out replication
CN107046811A (zh) 一种源存储设备发送源文件和源文件的克隆文件至备份存储设备的方法、源存储设备以及备份存储设备
US20120185438A1 (en) Local backup
CN116490855A (zh) 恢复操作后的高效备份
CN104820625B (zh) 一种面向信息管理系统的数据记录、备份及恢复方法
US20190129739A1 (en) Virtual Machine Linking
CN106155838A (zh) 一种数据库备份数据恢复方法及装置
JP3985430B2 (ja) データベース管理装置及び方法
CN106326030A (zh) 用于存储系统中的软切换的方法和装置
JP2016540285A (ja) データユニットの集合のチェックポイント作成

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant