CN105518664B - 管理数据库节点 - Google Patents

管理数据库节点 Download PDF

Info

Publication number
CN105518664B
CN105518664B CN201480045251.XA CN201480045251A CN105518664B CN 105518664 B CN105518664 B CN 105518664B CN 201480045251 A CN201480045251 A CN 201480045251A CN 105518664 B CN105518664 B CN 105518664B
Authority
CN
China
Prior art keywords
node
nodes
victim
segment
projection
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.)
Active
Application number
CN201480045251.XA
Other languages
English (en)
Other versions
CN105518664A (zh
Inventor
詹姆士·L·芬纳蒂
贾明·M·达韦
斯蒂芬·G·沃尔考斯卡斯
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.)
Weifosi Co., Ltd
Original Assignee
Antite Software Co Ltd
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 Antite Software Co Ltd filed Critical Antite Software Co Ltd
Publication of CN105518664A publication Critical patent/CN105518664A/zh
Application granted granted Critical
Publication of CN105518664B publication Critical patent/CN105518664B/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/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/202Error 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 processing functionality is redundant
    • G06F11/2023Failover techniques
    • G06F11/2025Failover techniques using centralised failover control functionality
    • 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/1461Backup scheduling policy
    • 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/202Error 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 processing functionality is redundant
    • G06F11/2035Error 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 processing functionality is redundant without idle spare hardware
    • 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/202Error 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 processing functionality is redundant
    • G06F11/2048Error 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 processing functionality is redundant where the redundant components share neither address space nor persistent storage

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种用于管理数据库节点的方法包括确定数据段在故障节点上。所述数据段由查询计划的操作引用。所述方法包括基于分割环、所述数据段的好友节点、多个其余的操作节点、以及预定的选择参数来选择牺牲节点。所述方法包括:生成查询计划,使得所述牺牲节点执行从所述牺牲节点上的好友投影访问所述数据段的操作、以及访问所述牺牲节点的主投影的数据段的操作的双重职责。

Description

管理数据库节点
背景技术
在并发执行环境中,在大规模并行处理系统上处理数据库查询。在这样的环境中,多个数据库节点托管多个数据库的多个表,等等。投影是数据库表的所有数据的物理存储。投影包括分布于多个节点的多个段。段是数据的部分,通常由表中的列值规定。
通常,节点存储主投影和用于故障容错的好友投影的数据段。以此方式,如果节点出故障,可从集群中的另一个节点(作为备份的好友节点)获得停机节点上的数据段的复制。如此,当所有节点开机时,查询执行可使用所有可用资源。此外,当一个或多个节点停机时,一个或多个节点可承担双重职责:服务其自身的请求以及故障节点的请求。事实上,如果其存储器或其他资源耗尽,则由于节点正执行双重职责,好友节点会成为牺牲节点。在一个示例的环境中,期望的吞吐量下降大约N倍,其中N是同时进行的查询的总数。
附图说明
在下面的详细描述中且参照多个图描述一些示例,图中:
图1是根据示例的可用于管理数据库节点的示例数据库管理系统(DBMS)的框图;
图2是根据示例的示例分割环的框图;
图3是根据示例的示例分割环的框图;
图4是根据示例的用于管理数据库节点的示例方法的过程流程图;
图5是根据示例的可用于管理数据库节点的示例系统的框图;以及
图6是根据示例的示出存储适用于管理数据库节点的代码的示例有形的、非暂时性机器可读介质的框图。
具体实施方式
通常用结构化查询语言(例如,SQL)表达数据库查询。SQL是在关系型数据库管理系统(RDBMS)中管理数据的编程语言。SQL包括数据定义语言和数据操纵语言。SQL的范围包括数据插入、查询、更新和删除,模式创建和修改,以及数据访问控制。查询指定待访问的表、列,以及用于选择表中的行的谓词。
图1是根据示例的适用于管理数据库节点的DBMS 100的框图。DBMS 100包括控制组织及其终端用户对数据库102的创建、维护、以及使用的计算机程序。DBMS 100包括数据库102、优化器104、以及牺牲器105。查询针对典型的关系型DBMS的特定数据库102进行,数据库102包括被组织成表、行、和列的数据。
优化器104可为生成每个查询的查询计划(未示出)的软件。查询计划描述处理查询的数据的特定算法,以及数据所位于的位置。在执行查询之前,优化器104识别待查询的特定数据驻留在哪。
优化器104在执行前编译每个查询。这使得优化器104能够确定托管特定数据段的数据库节点是否停机。如本文所用的,术语“停机节点”指已出故障或在某种程度上不能操作的节点。数据段是数据库102中的数据的特定部分。如果托管数据段的节点停机,优化器104尝试用好友节点替代停机节点的引用。好友节点是也托管数据段的备份节点。好友节点具有与停机节点上的数据段相同的数据段。在每个节点及对应的好友节点上以同样的方式分割数据段。注意到,还可使用段组。段组包括多个数据段。
在一个示例中,分割投影,使得每个节点具有一个或多个本地段。以此方式,如果存在单个的停机节点,则牺牲器106选择多个牺牲节点,每个仅承担一点工作,而不是一个牺牲节点承担故障节点上的每个段的双重职责。例如,如果每个节点具有四个本地段,可选择四个牺牲节点,其中每个节点执行五个段的工作价值。
投影设计108识别数据库表中的每个数据段的主投影以及好友投影。在一个节点上托管主投影的数据段,且在另一个节点上托管属于好友投影的数据段的副本。在投影的上下文中,标记主和好友是相对于访问属于这些投影的段的查询计划的。例如,对于给定的表t,优化器可选择投影p1为一些查询的主,而选择投影p2为其他查询的主。对于给定的表t,优化器104可选择主投影p1为一些查询的主,且在托管属于p1的段的节点出故障的事件中,优化器104可选择好友投影p2。
图2是根据示例的示例分割环200的框图。使用投影设计202表示分割环200。投影设计202表示为每个节点204示出的数据。环200包括通过网络206通信的数据库节点204。根据投影设计202,每个节点204规定节点号、主投影以及好友投影。例如,分割环200图示出节点1托管数据段1的主投影以及数据段8的好友投影。
优化器104用好友节点上对应的好友投影替换故障节点204的主投影。在一个实施例中,如果好友节点开机,牺牲器106向分割环200中的下一个节点204传送双重任务责任。例如,如果节点5停机,则不能从主投影获得段5。如此,从节点6上的好友投影访问段5。通常,选择节点6为牺牲节点。但是,在示例中,通过使用段6的备份投影替代主投影,节点7能够成为牺牲。可环绕该环传送这样的“推卸责任”,直至到达停机节点。在上面的示例中,可选择除了节点5之外的任何节点作为牺牲节点。
如果存在许多并发会话,可在其余的开机节点中随机选择牺牲节点。如本文所用的,术语“开机节点”指可操作的节点。以此方式,由于针对停机节点中的每个独立选择了单个好友投影,可改善集群上期望的吞吐量。注意到,图2仅表示分割环的一个可能的配置,且各种其他的配置是可能的。
在示例中,以此方式为节点停机故障管理数据库节点,改善了期望的吞吐量,使得如果存在m个并发的执行线程,且停机节点的可能牺牲列表具有长度v,则每个节点平均具有m+ceiling(m/v)个段(ceiling:向上舍入),而不是像传统方法那样具有2m个段。如果数据库节点204中的每个在每个段中分别包含相似的数据量,则性能大概改善2m/(m+m/v)倍。对于1个节点停机,v是N-1,其中N是集群中的总节点。如此,可实现2m/(m+(m/(N-1)))倍,对于N=40且m=60,是1.96。对于两个出故障的节点停机,两个列表中更短的长度是v=((m-d)/d)/2,且因此,可实现2m/(m+(m/(((m-d)/d)/2)))=1.84倍。一般来说,停机节点的特定模式对应于可能牺牲列表的集合,且相对于之前方法的期望的性能改善是2m/(m+ceiling(m/v))倍,其中v是最短的可能牺牲列表的长度。这是不考虑其他因素的影响的长期平均,例如,缓冲区缓存的退化性能、由于更好的存储器利用而产生的改善性能、以及较少的I/O冲突。
在示例中,牺牲器106识别所选择好友策略的好友路径的可能牺牲节点204的集合。节点204包括按照好友路径的分割环200顺序的任意开机节点序列,始于满足停机节点的最小成本好友节点。由于可选择此集合中的任意节点来执行双重职责,因此这是“可能牺牲节点”的集合。分割环200上相邻停机节点之间的子序列中的每个定义可能牺牲节点的序列。
存在随机选择双重职责节点的几个好处。更多的节点涉及到承担停机节点的额外工作。由于工作随机分布于所有开机节点,因此响应时间比相同节点承担所有查询的额外工作的之前方法更快。用户并发运行查询增加了吞吐量。
图3是示例分割环300的框图。在分割环300中,投影设计302表示每个数据段。投影设计302规定数据段号、主路径、以及好友路径。主路径规定托管段n的主投影的节点。类似地,好友路径规定了托管段n的好友投影的节点。根据分割环300,如果节点4停机,则数据段4的主投影不可用。因此,使用(托管段4的好友投影的)节点2。
在示例中,牺牲器106构造将主投影节点映射到段组号的映射(本文称作主段)。可能牺牲节点的序列始于主投影上停机节点的段,其为4。应用以下序列,继续到但不包括停机的或在伪代码1中出现的下一节点:
primaryNodeInactive.:while(!isNodeDown(curNode)&&
!primaryNodeInactive.find(curNode)){
potentialVictimNodesList.insert(curNode);curNode=
buddyNode[curSegment];/*n2*/curSegment=
primarySegment[curNode];/*segment 1*/}
伪代码1
如果节点N开机,isNodeDown(N)函数返回真,否则返回假。如果curNode存在于primaryNodeInactive列表中,primaryNodeInactive.find(curNode)返回真。primaryNodeInactive列表包括不从主投影访问任何数据段的所有开机节点。因此,primaryNodeInactive列表可包括替代从好友投影访问数据段的开机节点。一旦获取potentialVictimNodesList,可选择基于随机数的牺牲节点。buddyNode()是索引表示数据段号的矢量。buddyNode(索引)表示托管段号(“索引”)的节点。
假设potentialVictimNodes的长度为M。在1和M之间的均匀分布的随机整数m被生成,且包括potentialVictimNodes的第一m个表项。此外,将位置1到(m-1)处的节点插入primaryNodeInactive中,用于指定主投影在那些节点上是不活跃的,如伪代码2中示出的。一旦获取primaryNodeInactive的列表,可将各节点标记为对于主投影“不在使用中”。
VictimNodeIndex=(_randomValue%
potentialVictimNodes.size());
priorNode=buddyNode;
for(int i=0;i<=victimNodeIndex;i++)
{
currentNode=_potentialVictimNodes[i];
primaryNodeInactive.insert(priorNode);
priorNode=currentNode;
}
伪代码2
图4是根据示例的用于管理数据库节点的示例方法400的过程流程图。方法400始于框402,在框402处,优化器确定查询计划的操作所引用的数据段的主投影在停机节点上。如此,生成查询计划,使得操作从数据段的好友节点访问数据段。
在框404处,基于分割环、数据段的好友节点、其余的开机节点以及预定的选择参数来选择牺牲节点。如之前所述的,预定的选择参数可为轮询技术、随机选择、基于资源管理的,等等。
在框406处,生成查询计划使得牺牲节点执行双重职责。如果查询计划包括访问牺牲节点的主投影的数据段的操作,以及访问牺牲节点的好友节点的数据段的操作,则在框406处,牺牲节点执行双重职责。
图5是根据实施例的可用于管理数据库节点的示例系统500的框图。图5中示出的功能块和设备可包括包含电路的硬件元件、包含存储在有形的非暂时性机器可读介质上的计算机代码的软件元件、或硬件元件和软件元件的组合。此外,系统500的功能块和设备可以是可在示例中实现的功能块和设备的一个示例。系统500可包括任意数量的计算设备,例如,电话、个人数字助理(PDA)、计算机、服务器、便携式电脑、或其他计算设备。
示例系统500可包括具有通过总线513连接至显示器514、键盘516、以及输入设备518(例如,鼠标、触摸屏等)的一个或多个处理器512的数据库节点502。数据库节点502还可包括有形的计算机可读介质,用于存储操作软件和数据,例如硬盘或存储器522。硬盘可包括硬盘阵列、光驱、光驱阵列、闪存驱动、等等。存储器522可用于存储程序、数据、以及操作软件,且可包括例如BIOS(未示出)。
存储器522包括优化器528和牺牲器524。数据库节点502可通过总线513连接至网络接口卡(NIC)526。NIC 526可将数据库节点502连接至网络530。网络530可为局域网(LAN)、广域网(WAN)或其他网络配置。网络530可包括路由器、交换机、调制解调器、或用于互连的任意其他种类的接口设备。此外,网络530可包括互联网或企业网络。数据库节点502可通过网络530与一个或多个远程计算机504通信。通过网络530,几个客户端计算机504可连接至数据库节点502。除了DBMS的存储外,客户端计算机504可与数据库节点502类似地构造。在示例性实施例中,客户端计算机504可用于向数据库节点502提交查询,以供DBMS优化。
图6是示出存储适用于管理数据库节点的计算机实现的指令的示例有形的非暂时性机器可读介质600的框图。机器可读介质通常由参考数字600引用。机器可读介质600可与存储计算机实现的指令(例如,程序代码,等等)的任意典型的存储设备对应。此外,机器可读介质600可包括在图5中示出的储存器522中。当由处理器602读取和执行时,存储在机器可读介质600上的指令适用于使处理器602处理优化器528的指令606、608和610。优化器528确定查询计划的操作所引用的数据段的主投影在停机节点上。优化器528基于分割环、数据段的好友节点、其余开机节点以及预定的选择参数来选择牺牲节点。优化器528生成查询计划,使得牺牲节点执行双重职责。

Claims (19)

1.一种用于管理数据库节点的方法,所述方法包括:
确定段组在故障节点上,所述段组包括多个段;
基于分割环、托管所述段的属于好友投影的副本的好友节点、多个其余的操作节点、以及预定的选择参数,来选择多个牺牲节点;以及
生成查询计划,使得所述牺牲节点执行从所述牺牲节点上的好友投影访问所述段的操作、以及访问所述牺牲节点的主投影的数据段的操作的双重职责,
其中所述分割环包括通过网络通信的数据库节点,并且所述牺牲节点是存储器或其他资源耗尽情况下的好友节点。
2.根据权利要求1所述的方法,所述段包括在故障节点上托管的段组,且所述预定的选择参数包括所述牺牲节点的工作负载均衡。
3.根据权利要求2所述的方法,其中所述工作负载均衡包括在所述故障节点出故障时执行的工作、以及所述段组的在所述出故障时由所述故障节点执行的工作。
4.根据权利要求1所述的方法,所述数据库节点中的每个包括投影的至少一个段。
5.根据权利要求1所述的方法,所述数据库节点中的每个包括投影的至少一个段组。
6.根据权利要求1所述的方法,所述预定的选择参数为轮询选择。
7.根据权利要求1所述的方法,所述预定的选择参数为随机选择。
8.根据权利要求1所述的方法,所述预定的选择参数基于所述其余的操作节点的资源参数。
9.一种系统,包括:
多个数据库节点;且
数据库节点包括:
处理器,适于执行所存储的指令;以及
存储指令的存储器设备,所述存储器设备包括:
用于确定多个段组在多个故障节点上的计算机实现的指令,所述段组包括多个段;
用于基于分割环、托管所述段的属于好友投影的副本的好友节点、多个其余的操作节点、以及预定的选择参数来选择多个牺牲节点的计算机实现的指令;以及
用于生成查询计划使得所述牺牲节点执行从所述牺牲节点上的好友投影访问所述段的操作、以及访问所述牺牲节点的主投影的数据段的操作的双重职责的计算机实现的指令,
其中所述分割环包括通过网络通信的数据库节点,并且所述牺牲节点是存储器或其他资源耗尽情况下的好友节点。
10.根据权利要求9所述的系统,所述预定的选择参数包括所述牺牲节点的工作负载均衡。
11.根据权利要求10所述的系统,所述工作负载均衡包括在所述故障节点中的一个故障节点出故障时由所述牺牲节点执行的工作、以及所述段组的在所述一个故障节点出故障时由所述故障节点执行的工作。
12.根据权利要求9所述的系统,所述数据库节点中的每个包括投影的至少一个段。
13.根据权利要求9所述的系统,所述数据库节点中的每个包括投影的至少一个段组。
14.根据权利要求9所述的系统,所述预定的选择参数为轮询选择和随机选择中所选择的一个,或者基于所述其余的操作节点的资源参数。
15.一种有形的非暂时性机器可读介质,该介质存储能由处理器执行用于管理数据库节点的机器可读指令,所述有形的非暂时性机器可读介质包括:
由所述处理器执行时确定多个段组在多个故障节点上的机器可读指令,所述段组包括多个段;
由所述处理器执行时基于分割环、托管所述段的属于好友投影的副本的好友节点、多个其余的操作节点、以及预定的选择参数来选择多个牺牲节点的机器可读指令;以及
由所述处理器执行时生成查询计划,使得所述牺牲节点执行从所述牺牲节点上的好友投影访问所述段的操作、以及访问所述牺牲节点的主投影的数据段的操作的双重职责的机器可读指令,
其中所述分割环包括通过网络通信的数据库节点,并且所述牺牲节点是存储器或其他资源耗尽情况下的好友节点。
16.根据权利要求15所述的介质,所述预定的选择参数包括所述牺牲节点的工作负载均衡。
17.根据权利要求16所述的介质,所述工作负载均衡包括在所述故障节点中的一个故障节点出故障时由所述牺牲节点执行的工作、以及所述段组的在所述一个故障节点出故障时由所述故障节点执行的工作。
18.根据权利要求15所述的介质,所述数据库节点中的每个包括投影的至少一个段。
19.根据权利要求15所述的介质,所述数据库节点中的每个包括投影的至少一个段组。
CN201480045251.XA 2013-08-15 2014-08-15 管理数据库节点 Active CN105518664B (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US13/968,278 US10303567B2 (en) 2013-08-15 2013-08-15 Managing database nodes
US13/968,278 2013-08-15
PCT/US2014/051192 WO2015023913A1 (en) 2013-08-15 2014-08-15 Managing database nodes

Publications (2)

Publication Number Publication Date
CN105518664A CN105518664A (zh) 2016-04-20
CN105518664B true CN105518664B (zh) 2019-12-31

Family

ID=52467712

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201480045251.XA Active CN105518664B (zh) 2013-08-15 2014-08-15 管理数据库节点

Country Status (4)

Country Link
US (1) US10303567B2 (zh)
EP (1) EP3033700A4 (zh)
CN (1) CN105518664B (zh)
WO (1) WO2015023913A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107545005A (zh) * 2016-06-28 2018-01-05 华为软件技术有限公司 一种数据处理方法及装置
WO2020227549A1 (en) 2019-05-08 2020-11-12 Aligos Therapeutics, Inc. MODULATORS OF THR-β AND METHODS OF USE THEREOF

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5555404A (en) * 1992-03-17 1996-09-10 Telenor As Continuously available database server having multiple groups of nodes with minimum intersecting sets of database fragment replicas
CN101072160A (zh) * 2007-06-14 2007-11-14 华为技术有限公司 分布式虚拟环境的管理方法、系统及节点
CN102810113A (zh) * 2012-06-06 2012-12-05 北京航空航天大学 一种针对复杂网络的混合型聚类方法

Family Cites Families (42)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6442694B1 (en) * 1998-02-27 2002-08-27 Massachusetts Institute Of Technology Fault isolation for communication networks for isolating the source of faults comprising attacks, failures, and other network propagating errors
US6973023B1 (en) * 2000-12-30 2005-12-06 Cisco Technology, Inc. Method for routing information over a network employing centralized control
US6944785B2 (en) 2001-07-23 2005-09-13 Network Appliance, Inc. High-availability cluster virtual server system
US7024414B2 (en) * 2001-08-06 2006-04-04 Sensage, Inc. Storage of row-column data
US7269177B2 (en) * 2002-11-18 2007-09-11 Lucent Technologies Inc. Logical star topologies for non-star networks
US8001142B2 (en) 2003-04-02 2011-08-16 Oracle America, Inc. Distributed data system with incremental data updates
US7729992B2 (en) * 2003-06-13 2010-06-01 Brilliant Digital Entertainment, Inc. Monitoring of computer-related resources and associated methods and systems for disbursing compensation
US20050289098A1 (en) * 2004-06-24 2005-12-29 International Business Machines Corporation Dynamically selecting alternative query access plans
US9886492B2 (en) * 2004-12-22 2018-02-06 Teradata Us, Inc. Self-adjusting database-query optimizer
US20060155912A1 (en) * 2005-01-12 2006-07-13 Dell Products L.P. Server cluster having a virtual server
JP4687176B2 (ja) * 2005-03-22 2011-05-25 富士通株式会社 パケット中継装置
US9418040B2 (en) * 2005-07-07 2016-08-16 Sciencelogic, Inc. Dynamically deployable self configuring distributed network management system
US8707323B2 (en) * 2005-12-30 2014-04-22 Sap Ag Load balancing algorithm for servicing client requests
US8315172B2 (en) 2005-12-30 2012-11-20 Telefonaktiebolaget Lm Ericsson (Publ) Monitoring access nodes in a distributed radio access network
JP2008131395A (ja) * 2006-11-21 2008-06-05 Nec Corp Rprネットワークシステム、rprノード装置、その冗長化方法、プログラム、記録媒体
JP4790591B2 (ja) * 2006-12-27 2011-10-12 富士通株式会社 リングノード装置
US7984043B1 (en) * 2007-07-24 2011-07-19 Amazon Technologies, Inc. System and method for distributed query processing using configuration-independent query plans
US20090040946A1 (en) * 2007-08-06 2009-02-12 Archer Charles J Executing an Allgather Operation on a Parallel Computer
EP2023543A1 (en) * 2007-08-07 2009-02-11 Nokia Siemens Networks Oy Method to be run in and device of a network as well as communication system comprising such device
EP2139205B1 (en) * 2008-06-27 2012-10-31 Alcatel Lucent Method of redundant data storage
US8108382B1 (en) * 2008-12-29 2012-01-31 Teradata Us, Inc. Optimizing the execution of a query in a multi-database system
US8898142B2 (en) * 2009-01-29 2014-11-25 Hewlett-Packard Development Company, L.P. Risk-premium-based database-query optimization
US8572068B2 (en) * 2009-02-02 2013-10-29 Hewlett-Packard Development Company, L.P. Evaluation of set of representative query performance using robustness mapping
US8327186B2 (en) 2009-03-10 2012-12-04 Netapp, Inc. Takeover of a failed node of a cluster storage system on a per aggregate basis
US8046444B2 (en) * 2009-03-30 2011-10-25 Rockwell Automation Technologies, Inc. Universal network adapter for industrial control networks
US8745036B2 (en) * 2009-07-07 2014-06-03 Teradata Us, Inc. System, method, and computer-readable medium for enhancing query execution by an optimizer in a database system
ATE552672T1 (de) * 2009-07-31 2012-04-15 Abb Research Ltd Datenübertragung in einem ringkommunikationsnetzwerk
US8874961B2 (en) * 2010-03-22 2014-10-28 Infosys Limited Method and system for automatic failover of distributed query processing using distributed shared memory
CN103210612B (zh) * 2010-12-21 2016-03-23 三菱电机株式会社 通信装置、通信系统以及通信方法
US10162726B2 (en) * 2011-01-18 2018-12-25 Accenture Global Services Limited Managing computing resources
US8984328B2 (en) * 2011-03-11 2015-03-17 Microsoft Technology Licensing, Llc Fault tolerance in a parallel database system
US8615006B2 (en) * 2011-04-28 2013-12-24 Fujitsu Limited Systems and methods for reconfiguration of a circuit switched ring to a packet switched ring
US9077641B2 (en) * 2011-05-15 2015-07-07 Orbit Communication Systems Ltd. Static ring network for vehicle communications
US8792337B2 (en) * 2011-08-09 2014-07-29 Adva Optical Networking Se Method and apparatus for providing an uplink over an access ring
US8612618B2 (en) * 2011-10-31 2013-12-17 King Fahd University Of Petroleum And Minerals Peer-to-peer DNS networking method
US8842524B2 (en) * 2012-02-29 2014-09-23 Red Hat, Inc. Redundant ring automatic recovery
US9077616B2 (en) * 2012-08-08 2015-07-07 International Business Machines Corporation T-star interconnection network topology
US9317554B2 (en) * 2012-09-26 2016-04-19 Microsoft Technology Licensing, Llc SQL generation for assert, update and delete relational trees
US9690829B2 (en) * 2013-04-15 2017-06-27 Vmware, Inc. Dynamic load balancing during distributed query processing using query operator motion
US9659057B2 (en) * 2013-04-15 2017-05-23 Vmware, Inc. Fault tolerant distributed query processing using query operator motion
JP5999574B2 (ja) * 2013-08-29 2016-09-28 国立大学法人 東京大学 データベース管理システム及び計算機システム
CN106462612A (zh) * 2014-07-01 2017-02-22 萨思学会有限公司 用于容错通信的系统和方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5555404A (en) * 1992-03-17 1996-09-10 Telenor As Continuously available database server having multiple groups of nodes with minimum intersecting sets of database fragment replicas
CN101072160A (zh) * 2007-06-14 2007-11-14 华为技术有限公司 分布式虚拟环境的管理方法、系统及节点
CN102810113A (zh) * 2012-06-06 2012-12-05 北京航空航天大学 一种针对复杂网络的混合型聚类方法

Also Published As

Publication number Publication date
US20150052383A1 (en) 2015-02-19
US10303567B2 (en) 2019-05-28
EP3033700A1 (en) 2016-06-22
EP3033700A4 (en) 2017-07-26
CN105518664A (zh) 2016-04-20
WO2015023913A1 (en) 2015-02-19

Similar Documents

Publication Publication Date Title
US11755617B2 (en) Accessing data of catalog objects
US10255287B2 (en) Method and apparatus for on-disk deduplication metadata for a deduplication file system
US9529881B2 (en) Difference determination in a database environment
US8972405B1 (en) Storage resource management information modeling in a cloud processing environment
US11093459B2 (en) Parallel and efficient technique for building and maintaining a main memory, CSR-based graph index in an RDBMS
US9886443B1 (en) Distributed NFS metadata server
US11061895B2 (en) Adaptive granule generation for parallel queries with run-time data pruning
Vora et al. Synergistic analysis of evolving graphs
US10366075B2 (en) Database management system and method
US10528262B1 (en) Replication-based federation of scalable data across multiple sites
US20160350394A1 (en) Aggregating database entries by hashing
Ke et al. Optimus: a dynamic rewriting framework for data-parallel execution plans
US11250022B1 (en) Offline index builds for database tables
US11537617B2 (en) Data system configured to transparently cache data of data sources and access the cached data
US11720561B2 (en) Dynamic rebuilding of query execution trees and reselection of query execution operators
CN111386521B (zh) 在数据库集群中重分布表数据
US11188516B2 (en) Providing consistent database recovery after database failure for distributed databases with non-durable storage leveraging background synchronization point
JP6823626B2 (ja) データベース管理システム及び方法
US20170270149A1 (en) Database systems with re-ordered replicas and methods of accessing and backing up databases
CN105518664B (zh) 管理数据库节点
Xiao et al. Distributed graph computation meets machine learning
US11271999B2 (en) Flexible associativity in multitenant clustered environments
US11853317B1 (en) Creating replicas using queries to a time series database
US20180173758A1 (en) Query restart based on changing system resources and an amount of data change
Louis Rodríguez et al. Workload management for dynamic partitioning schemes in replicated databases

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20180613

Address after: American California

Applicant after: Antite Software Co., Ltd.

Address before: American Texas

Applicant before: HEWLETT PACKARD ENTERPRISE DEVELOPMENT LP

GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Utah, USA

Patentee after: Weifosi Co., Ltd

Address before: California, USA

Patentee before: Antiy Software Co.,Ltd.