码迷,mamicode.com
首页 >  
搜索关键字:linux的企业 高可用性high availability    ( 557个结果
AlwaysOn--Backup Preference
AlwaysOn group的一个新特性是允许在secondary replica进行backup,将backup的负载从primary replica上移除去。 并且提供了Backup preference选项,用于在AlwaysOn Availability Group环境下对备份进行管理。需要...
分类:其他好文   时间:2014-07-18 21:20:36    阅读次数:170
Alwayson--SYS.dm_hadr_instance_node_map 返回null
下面是MSDN关于SYS.dm_hadr_instance_node_map 的解释,我就不在翻译了For every instance of SQL Server that hosts an availability replica that is joined to its AlwaysOn a...
分类:其他好文   时间:2014-07-18 19:28:26    阅读次数:262
High availability with the Distributed Replicated Block Device
The 2.6.33 Linux® kernel has introduced a useful new service called the Distributed Replicated Block Device (DRBD). This service mirrors an entire blo...
分类:其他好文   时间:2014-07-13 11:38:56    阅读次数:397
iOS学习笔记---oc语言第四天
字符串 数组一、使用苹果帮助文档学会使?用苹果帮助?文档是开发者的?一项技能Inherits from 继承?自 Conforms to 遵循什么协议 Framework 属于哪个框架 Availability 什么时候可?用的 Declared in 声明在什么头文件?里 Related...
分类:移动开发   时间:2014-06-27 20:21:20    阅读次数:301
dummynet windows下安装指南~
项目需要使用到了 dummynet,一般是用来控制流量,带宽,延迟,丢包率什么的,废话不说,直接进入安装流程1.下载dummynet 的源代码(source code)http://info.iet.unipi.it/~luigi/dummynet/#3d2a点选左边Availability,点选s...
分类:Windows程序   时间:2014-06-26 18:52:38    阅读次数:239
Spark技术内幕:Master基于ZooKeeper的High Availability(HA)源码实现
本文详细讲解了Spark在Standalone模式下的Master的HA的源码分析。 为了解决Standalone模式下的Master的SPOF,Spark采用了ZooKeeper提供的选举功能。Spark并没有采用ZooKeeper原生的Java API,而是采用了Curator,一个对ZooKeeper进行了封装的框架。采用了Curator后,Spark不用管理与ZooKeeper的连接,这些对于Spark来说都是透明的。Spark仅仅使用了100行代码,就实现了Master的HA。当然了,Spark是...
分类:其他好文   时间:2014-06-25 07:59:09    阅读次数:183
MongoNote01.Start
原文首发在github上 MongoNote01.Start MongoDB is an open-source document database that provides high performance, high availability, and automatic scaling. 这是mongo官方给出的定义。定义里的几个关键点体现了mongo的几个突出的优点: do...
分类:其他好文   时间:2014-06-22 15:31:57    阅读次数:280
CAP原理和BASE思想
1、分布式领域CAP理论:Consistency(一致性), 数据一致更新,所有数据变动都是同步的Availability(可用性), 好的响应性能Partition tolerance(分区容错性) 可靠性定理:任何分布式系统只可同时满足二点,没法三者兼顾。忠告:架构师不要将精力浪费在如何设计能满...
分类:其他好文   时间:2014-06-10 10:14:30    阅读次数:232
在使用SQL server High Availability 的SharePoint 2013 Farm环境中使用Import-SPMetadataWebServicePartitionData
在使用SQL server High Availability 的SharePoint 2013 Farm环境中使用Import-SPMetadataWebServicePartitionData...
分类:数据库   时间:2014-06-10 06:03:34    阅读次数:429
MySQL集群核心概念
MySQL Cluster Core Concepts NDBCLUSTER (also known as NDB) is an in-memory storage engine offering high-availability and data-persistence features. NDBCLUSTER(也叫做NDB)是一种提供了高可用性和数据持久性特征的内存式存储引擎。...
分类:数据库   时间:2014-06-03 05:51:53    阅读次数:469
557条   上一页 1 ... 53 54 55 56 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!