https://www.cnblogs.com/kevingrace/p/8471827.html 一、分布式文件系统介绍分布式文件系统:Distributed file system, DFS,又叫做网络文件系统:Network File System。一种允许文件通过网络在多台主机上分享的文件系 ...
分类:
系统相关 时间:
2019-05-03 11:18:31
阅读次数:
193
数据库事务: ACID 分布式理论: CAP定理 BASE理论 分布式事务解决方案: 两阶段提交(2PC) 补偿事务(TCC) 本地消息表(异步确认) MQ事务消息 https://www.cnblogs.com/savorboard/p/distributed-system-transaction ...
分类:
其他好文 时间:
2019-04-27 13:29:34
阅读次数:
137
1、RDD 全称 弹性分布式数据集 Resilient Distributed Dataset它就是一个 class。 abstract class RDD[T: ClassTag]( @transient private var _sc: SparkContext, @transient priv ...
分类:
其他好文 时间:
2019-04-27 00:27:57
阅读次数:
132
In the previous post Kafka connect in practice(1): standalone, I have introduced about the basics of kafka connect configuration and demonstrate a loc ...
分类:
数据库 时间:
2019-04-24 19:40:25
阅读次数:
197
RESTful levels & HATEOAS 什么是RESTful REST这个词,是Roy Thomas Fielding在他2000年的博士论文中提出的。翻译过来就是"表现层状态转化。” Fielding在论文中将REST定位为“分布式超媒体应用(Distributed Hypermedia ...
分类:
其他好文 时间:
2019-04-18 21:47:38
阅读次数:
153
在 2006 年的 OSDI 上,Google 发布了名为 Bigtable: A Distributed Storage System for Structured Data 的论文,其中描述了一个用于管理结构化数据的分布式存储系统 Bigtable 的数据模型、接口以及实现等 ...
分类:
数据库 时间:
2019-04-17 09:52:54
阅读次数:
185
开始远程查询前: open:Ad Hoc Distributed QueriesEXEC sp_configure 'show advanced options',1reconfigureexec sp_configure 'Ad Hoc Distributed Queries',1RECONFIG ...
分类:
数据库 时间:
2019-04-12 19:13:18
阅读次数:
209
Redlock:全名叫做 Redis Distributed Lock;即使用redis实现的分布式锁; 使用场景:多个服务间保证同一时刻同一时间段内同一用户只能有一个请求(防止关键业务出现并发攻击); 官网文档地址如下:https://redis.io/topics/distlock 这个锁的算法 ...
分类:
其他好文 时间:
2019-04-09 18:53:59
阅读次数:
578
今天看了篇文章,讲的是分布式和集群的区别,觉得挺有趣的,决定自己再写一篇,权当是加深印象了。 分布式(distributed):是指在多台不同的服务器中部署不同的服务模块,通过远程调用协同工作,对外提供服务。 集群(cluster):是指在多台不同的服务器中部署相同应用或服务模块,构成一个集群,通过 ...
分类:
其他好文 时间:
2019-04-09 13:57:36
阅读次数:
139
Blockchains Meet Distributed Hash Tables:Decoupling Validation from State Storage(Extended Abstract)Universit`a degli Studi Roma Tre常规用户在为公共区块链设置节点时遇到 ...
分类:
其他好文 时间:
2019-04-06 23:16:02
阅读次数:
247