4000-520-616
欢迎来到免疫在线!(蚂蚁淘生物旗下平台)  请登录 |  免费注册 |  询价篮
主营:原厂直采,平行进口,授权代理(蚂蚁淘为您服务)
咨询热线电话
4000-520-616
当前位置: 首页 > 新闻动态 >
热卖商品
新闻详情
Pegasus: Pegasus 是小米云存储团队开发的一个分布式 Key-Value...
来自 : git.oschina.net/skymysky/Pegas 发布时间:2021-03-25

\"Build

\"docs/media-img/pegasus-logo.png\"

中文Wiki, 微信交流群, slack channel

What is Pegasus?

Pegasus is a distributed key-value storage system developed and maintained by Xiaomi Cloud Storage Team, with targets of high availability, high performance, strong consistency and ease of use. The original motivation of this project is to replace Apache HBase for users who only need simple key-value schema but require low latency and high availability. It is based on the modified rDSN(original Microsoft/rDSN) framework, and uses modified RocksDB(original facebook/RocksDB) as underlying storage engine. The consensus algorithm it uses is PacificA.

Features

High performance

Here are several key aspects that make Pegasus a high performance storage system:

Implemented in C++ Staged event-driven architecture, a distinguished architecture that Nginx adopts. High performance storage-engine with RocksDB, though slight change is made to support fast learning.

High availability

Unlike Bigtable/HBase, a non-layered replication architecture is adopted in Pegasus in which an external DFS like GFS/HDFS isn\'t the dependency of the persistent data, which benefits the availability a lot. Meanwhile, availability problems in HBase which result from Java GC are totally eliminated for the use of C++.

Strong consistency

We adopt the PacificA consensus algorithm to make Pegasus a strong consistency system.

Easily scaling out

Load can be balanced dynamically to newly added data nodes with a global load balancer.

Easy to use

We provided C++ and Java client with simple interfaces to make it easy to use.

Architecture overview

The following diagram shows the architecture of Pegasus:

\"docs/media-img/pegasus-architecture-overview.png\"

Here is a brief explanation on the concepts and terms in the diagram:

MetaServer: a component in Pegasus to do the whole cluster management. The meta-server is something like \"HMaster\" in HBase. Zookeeper: the external dependency of Pegasus. We use zookeeper to store the meta state of the cluster and do meta-server\'s fault tolerance. ReplicaServer: a component in Pegasus to serve client\'s read/write request. The replica-server is also the container for replicas. Partition/replica: the whole key space is split into several partitions, and each partition has several replicas for fault tolerance. You may want to refer to the PacificA algorithm for more details.

For more details about design and implementation, please refer to PPTs under docs/ppt/.

Data model API overview

The data model in Pegasus is (hashkey + sortkey) - value, in which:

Hashkey is used for partitioning. Values with different hash keys may stored in different partitions. Sortkey is used for sorting within a hashkey. Values with the same hashkey but different sortkeys are in the same partition, and ordered by the sort key. If you use scan API to scan a single hashkey, you will get the values by the lexicographical order of sortkeys.

The following diagram shows the data model of Pegasus:

\"docs/media-img/pegasus-data-model.png\"

Quick Start

You may want to refer to the installation guide.

Related Projects

Submodules:

rDSN RocksDB

Client libs:

Java client Python Client Go Client Node.js Client Scala Client

Test tools:

Java YCSB Go YCSB

Data import/export tools:

DataX How to contribute

We open sourced this project because we know that it is far from mature and needs lots of improvement. So we are looking forward to your contribution.

If you have more questions, please join our slack channel.

License

Copyright 2015-2018 Xiaomi, Inc. Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

本文链接: http://pegasussky.immuno-online.com/view-721542.html

发布于 : 2021-03-25 阅读(0)
公司介绍
品牌分类
联络我们
服务热线:4000-520-616
(限工作日9:00-18:00)
QQ :1570468124
手机:18915418616