- 博客(6)
- 收藏
- 关注
原创 【总结】理解HTTPS协议中信任关系和加密传输
对于SSL安全协议,相信不少人都不陌生。比如https网页传输协议便基于SSL安全协议,如果你打开页面曾遇到这样的界面,那么就是SSL安全协议在起作用了。这意味着这家站点的证书不可信,浏览器建议你关掉它,除非你有十足把握,那么可以选择Advanced….........
2022-07-31 16:41:18
1289
1
翻译 【翻译】理解LSM树:重度写数据库背后的实现机制
https://yetanotherdevblog.com/lsm/ A log-structured merge-tree (LSM tree) is a data structure typically used when dealing with write-heavy workloads. The write path is optimized by only performing sequential writes. LSM trees are the core data structure be
2020-11-09 11:07:39
1282
翻译 【翻译】ZooKeeper内部细节
Introduction This document contains information on the inner workings of ZooKeeper. It discusses the following topics: Atomic Broadcast Consistency Guarantees Quorums Logging 简介 这篇文档包含ZooKeeper的内部实现细节。它包括了如下部分: 原子广播 一致性保证 法定数量(Quoram值) 日志 Atomic Broadc
2020-11-09 09:54:18
262
翻译 【翻译】ZooKeeper: 一个分布式应用的分布协同服务
ZooKeeper is a distributed, open-source coordination service for distributed applications. It exposes a simple set of primitives that distributed applications can build upon to implement higher level services for synchronization, configuration maintenance,
2020-11-08 15:39:22
434
翻译 【翻译】ZooKeeper总览
ZooKeeper Overview ZooKeeper总览 ZooKeeper allows distributed processes to coordinate with each other through a shared hierarchical name space of data registers (we call these registers znodes), much like a file system. Unlike normal file systems ZooKeeper p
2020-11-08 15:18:18
117
翻译 【翻译】HDFS架构总览
原文链接 Introduction 介绍 The Hadoop Distributed File System (HDFS) is a distributed file system designed to run on commodity hardware. It has many similarities with existing distributed file systems. However, the differences from other distributed file systems
2020-11-03 19:48:30
363
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人