OLTP:online transaction process 在线事务处理 事务: ACID A:atomic 原子性 C: consistent 一致性 I:isolation 隔离性 D: durability 持久性 1读未提交 脏读 //事务一写入数据,事务二进行读取,事务一进行回滚2读已 ...
分类:
数据库 时间:
2018-12-22 15:04:39
阅读次数:
249
一、简介 Etcd按照官方介绍: Etcd is a distributed, consistent key-value store for shared configuration and service discovery 是一个分布式的,一致的键值对存储,主要用于共享配置和服务发现。Etcd是 ...
分类:
数据库 时间:
2018-12-21 12:54:16
阅读次数:
294
python 一致性哈希 分布式 下载 hash_ring # -*- coding: utf-8 -*- """ hash_ring ~~~~~~~~~~~~~~ Implements consistent hashing that can be used when the number of s ...
分类:
其他好文 时间:
2018-12-12 00:41:07
阅读次数:
174
本文参考资料列表: 【1】Robust Regression Shrinkage and Consistent Variable Selection Through the LAD-Lasso 【2】维基百科 https://en.wikipedia.org/wiki/Least_absolute_ ...
分类:
编程语言 时间:
2018-11-17 22:18:58
阅读次数:
226
今天想使用Tidb官方提供的mydumper来备份AWS上的RDS集群中mysql数据库的某个表,发现报错了 上网查了一下说是权限问题: 比如上面这位博主说的,mysql用户没有RELOAD权限,我查看了一下我这个用户。发现是有RELOAD权限的。 后来求助于tidb官方,官方给了这样的一个链接:h ...
分类:
数据库 时间:
2018-11-16 20:46:46
阅读次数:
1095
Swing State: Consistent Updates for Stateful and Programmable Data Planes 年份:2017 来源:ACM 本篇论文解决的问题 Before 原来的状态迁移是三角形路由的方式: ` NF1 Controller NF2 ` 浪费时 ...
部署环境: CentOS7.5 192.168.94.11 (master) 192.168.94.22 (slave0) 192.168.94.33 (slave1) 192.168.94.44 (slave2) 所有节点都需要安装redis+sentinel 所有节点修改redis和sentin ...
分类:
其他好文 时间:
2018-10-08 21:42:30
阅读次数:
169
1. Introduction 在传统的LSH、SSH、PCA ITQ等哈希算法中,本质都是利用超平面对数据点进行划分,但是在D维空间中,至少需要D+1个超平面才能形成一个封闭、紧凑的区域。而球哈希方法利用 超球面(hypersphere) 对数据进行划分,在任何维度下,只需要1个超球面便可形成一个 ...
分类:
其他好文 时间:
2018-10-05 22:37:31
阅读次数:
247
The task of this problem is simple: insert a sequence of distinct positive integers into a hash table, and output the positions of the input numbers. ...
分类:
其他好文 时间:
2018-09-22 14:28:41
阅读次数:
271
一、前言 五、参考资料 1.分布式理论(八)—— Consistent Hash(一致性哈希算法) ...
分类:
编程语言 时间:
2018-09-17 11:48:14
阅读次数:
175