转自于:http://www.cnblogs.com/zitjubiz/archive/2012/11/30/Distributed_File_System_glusterFS.htmlGlusterFS是“一套可扩展的开源集群文件系统,并能够轻松为客户提供全局命名空间、分布式前端以及高达数百PB级...
分类:
其他好文 时间:
2014-11-19 12:21:29
阅读次数:
294
分布式搜索
本文翻译自Elasticsearch官方指南的Distributed Search Execution一章。
在继续之前,我们将绕一段路来谈谈在分布式环境中,搜索是如何执行的。和在分布式文档存储(Distributed Document Store)中讨论的基本CRUD操作相比,这个过程会更加复杂一些。
一个CRUD操作会处理一个文档,该文档有唯一的_index,_t...
分类:
其他好文 时间:
2014-11-19 10:59:27
阅读次数:
252
在两个服务器都需要启用Ad Hoc Distributed Queries:
EXEC sp_configure 'show advanced options', 1
RECONFIGURE
EXEC sp_configure 'Ad Hoc Distributed Queries', 1
RECONFIGURE
然后就可以使用SQL内置函数访问:
SELECT *
F...
分类:
数据库 时间:
2014-11-19 10:56:58
阅读次数:
210
Mac OS下的IPC方式种类很多,大约有下面几种。
1. Mach API
2. CFMessagePort
3. Distributed Objects (DO) NSDistributedNotificationCenter
4. Apple events
5. UNIX domain sockets
6. Internet sockets 或者 XPC(NSConne...
分类:
系统相关 时间:
2014-11-19 01:36:06
阅读次数:
177
本文翻译自Elasticsearch官方指南的distributed document store一章。
分布式文档存储
在上一章中,我们一直在介绍索引数据和获取数据的方法。但是我们省略了很多关于数据是如何在集群中被分布(Distributed)和获取(Fetched)的技术细节。这实际上是有意为之 - 你真的不需要了解数据在ES中是如何被分布的。它能工作就足够了。
在本章中,我...
分类:
其他好文 时间:
2014-11-18 10:22:10
阅读次数:
252
UUID含义是通用唯一识别码 (Universally Unique Identifier),这 是一个软件建构的标准,也是被开源软件基金会 (Open Software Foundation, OSF) 的组织在分布式计算环境 (Distributed Computing Environment,...
分类:
编程语言 时间:
2014-11-17 12:08:57
阅读次数:
282
On the development of a new generation of large data distributed relational database initiative
Li Wanhong
The modern era has entered the age of big data, while the NoSQL data...
分类:
数据库 时间:
2014-11-16 13:26:14
阅读次数:
119
same question as:why is PAXOS necessary?1, what if >1 nodes become leaders simultaneously?that's why we need phase#1 (prepare) to select a leader.2, w...
分类:
其他好文 时间:
2014-11-16 08:15:30
阅读次数:
210
淘宝根据自己的业务特点开发了TDDL(Taobao Distributed Data Layer 外号:头都大了 ©_Ob)框架,主要解决了分库分表对应用的透明化以及异构数据库之间的数据复制,它是一个基于集中式配置的 jdbc datasource实现,具有主备,读写分离,动态数据库配置等功能。TD...
分类:
其他好文 时间:
2014-11-15 12:41:21
阅读次数:
284
SQL Server数据库远程操作中,在使用openrowset/opendatasource前首先要启用Ad Hoc Distributed Queries服务,因为这个服务不安全所以SqlServer默认是关闭的。1、启用Ad Hoc Distributed Queries的方法SQL Serv...
分类:
数据库 时间:
2014-11-14 13:50:29
阅读次数:
311