---
title: 介绍
description: "本文主要介绍如何在使用openEuler或CentOS操作系统的鲲鹏服务器上编译和安装Greenplum，并提供了运行、卸载和备份Greenplum的方法和常用的数据库命令参考。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdbs/ecosystemEnable/Greenplum/kunpenggreenplum_03_0001.html
sourcePath: /source/zh/kunpengdbs/ecosystemEnable/Greenplum/kunpenggreenplum_03_0001.html
indexId: d075f0635e9ad4e26f0fc5c2993dc25447f86b2f2ddeddc48d3efd1a4243e3c277
---
# 介绍

本文主要介绍如何在使用openEuler或CentOS操作系统的鲲鹏服务器上编译和安装Greenplum，并提供了运行、卸载和备份Greenplum的方法和常用的数据库命令参考。

#### 简要介绍

Greenplum是一个面向数据仓库应用的关系型数据库，因为有良好的体系结构，所以在数据存储、高并发、高可用、线性扩展、响应速度、易用性和性价比等方面有非常明显的优势。Greenplum是一种基于PostgreSQL的分布式数据库，其采用shared-nothing架构，主机、操作系统、内存、存储都是自我控制的，不存在共享。

本质上讲Greenplum是一个关系型数据库集群，它实际上是由数个独立的数据库服务组合成的逻辑数据库。与RAC（Real Application Cluster）不同，这种数据库集群采取的是MPP（Massively Parallel Processing）架构。

关于Greenplum的更多信息请访问Greenplum官网(https://greenplum.org/)。

一句话描述：分布式关系型数据库


#### 建议的版本

Greenplum 5.11.3、 Greenplum 6.0.0或Greenplum 6.12.1。
