本文演示如何搭建最基本的事务复制。环境准备:虚拟机2台:服务器名分别为RepA和RepB,RepA为发布服务器,RepB为订阅服务器。均安装WindowsServer 2008R2英文版(在外企工作的原因)。并确保两台服务器能互访。SQL Server:在上面的虚拟机中分别安装SQLServer 2...
分类:
数据库 时间:
2015-05-22 15:02:52
阅读次数:
191
原文:https://strongloop.com/strongblog/whats-new-in-node-js-v0-12-cluster-round-robin-load-balancingNode.js v0.12的新特性 --Cluster采用轮询调度算法来进行负载均衡November 1...
分类:
Web程序 时间:
2015-05-22 14:47:09
阅读次数:
143
浅谈软件架构(二) cnyinlinux 之前发布过的博文,已经对C/S和B/S作了讨论,本文将讨论的是集群—Cluster。 1. C/S 2. B/S 3. Cluster (HA) 4. Cloud 5. Distributed 6. APNS-like 7. P2P ? 集群的技术是近年来计...
分类:
其他好文 时间:
2015-05-22 13:39:46
阅读次数:
152
Replication 线程 Mysql的 Replication 是一个异步的复制过程,从一个 Mysql instace(我们称之为 Master)复制到另一个 Mysql instance(我们称之 Slave)。在 Master 与 Slave 之间的实现整个复制过程主要由三个线程来完成.....
分类:
数据库 时间:
2015-05-22 11:13:31
阅读次数:
148
MySQL Replication可以很方便的用来做应用的读扩展,也可以帮MySQL实现一定程度的HA方案。MySQL通过向备库传送二进制日志来实现Replication,本文将通过二进制日志相关源代码的主要接口来解释:“MySQL如何传输二进制日志,是主库推,还是备库拉?MySQL日志传输的实时性...
分类:
数据库 时间:
2015-05-21 17:12:57
阅读次数:
178
A curated list of awesome Java frameworks, libraries and software. Inspired by other?awesome lists. Awesome Java Build Tool Bytecode Manipulation Cluster Management Code Analysis Compiler-compiler...
分类:
编程语言 时间:
2015-05-20 11:32:25
阅读次数:
222
HBase是一个可以进行实时读和写操作的分布式NoSQL系统,建立在HDFS之上,是Hadoop生态圈中重要的一部分。在HBase中底层存储结构采用的LSM-tree的方式进行处理,为了保证HBase的数据可靠性和可用性,HBase采用了多种方式,包括Snapshot、Replication...
分类:
其他好文 时间:
2015-05-20 00:06:11
阅读次数:
436
Problem DescriptionSVM(Support Vector Machine)is an important classification tool, which has a wide range of applications in cluster analysis, communi...
分类:
其他好文 时间:
2015-05-19 22:11:27
阅读次数:
142
Highly Available Queues By default, queues within a RabbitMQ cluster are located on a single node (the node on which they were first declared). This is in contrast to exchanges and bindings, which ...
分类:
其他好文 时间:
2015-05-19 19:22:40
阅读次数:
459
Hive 中 Order by, Sort by ,Dristribute by,Cluster By 的作用和用法1. order byset hive.mapred.mode=nonstrict; (default value / 默认值)set hive.mapred.mode=strict;...
分类:
编程语言 时间:
2015-05-19 18:30:47
阅读次数:
131