[Yandex Cloud documentation](../../index.md) > [Yandex MPP Analytics for PostgreSQL](../index.md) > Concepts > Overview of Greenplum® and Apache Cloudberry™ DBMSs in Yandex MPP Analytics for PostgreSQL

# Overview of Greenplum® and Apache Cloudberry™ in Yandex MPP Analytics for PostgreSQL

Yandex MPP Analytics for PostgreSQL allows you to deploy analytical, column-oriented [MPP](https://en.wikipedia.org/wiki/Massively_parallel) database [clusters](index.md) based on PostgreSQL for large-scale data processing. Each DBMS aggregates multiple PostgreSQL databases into an MPP cluster and establishes communication between them via an Interconnect network. Each cluster node runs its own OS and uses dedicated memory and disk resources, enabling parallel data storage and processing across many nodes. This MPP architecture supports horizontal scaling, ensures high cluster availability, and delivers near-linear performance growth as you add resources. 

The following databases are supported:

* Greenplum® 6.28 and 6.29: Based on PostgreSQL 9.4. 

    Greenplum® was originally developed as an open-source project; however, in 2024, access to its source code was restricted. Despite this, Yandex MPP Analytics for PostgreSQL continues to support Greenplum® version 6 using its open-source [fork](https://github.com/open-gpdb/gpdb).

* Apache Cloudberry™ 2: Based on Greenplum® version 7 with a modernized PostgreSQL 14 kernel; supports dynamic tables and [PAX](https://cloudberry.apache.org/docs/operate-with-data/pax-table-format/) format.

    Apache Cloudberry™ is an open-source project developed under Apache License v2.0. 

    Apache Cloudberry™ will serve as the basis for future major versions of Yandex MPP Analytics for PostgreSQL.

Learn more about the differences between Apache Cloudberry™ and Greenplum® in [this section](cloudberry-vs-greenplum/breaking-changes.md).

Yandex MPP Analytics for PostgreSQL handles most of the cluster maintenance operations, including:

* Provisioning resources, creating and reconfiguring databases, and applying software updates.
* Automatically restoring cluster resilience after failures.
* Creating [backups](backup.md) using [WAL-G](https://wal-g.readthedocs.io/), storing them in an S3 storage, and enabling point-in-time recovery ([PITR](https://en.wikipedia.org/wiki/Point-in-time_recovery)) to any moment.

The solution also provides self-service tools for managing clusters:

* [Roles](../security/index.md) for data access management.
* [Command center](command-center.md) and [metrics](../metrics.md) for real-time cluster monitoring.
* [Yezzey](../operations/extensions/yezzey.md) extension for setting up hybrid storage.

Yandex MPP Analytics for PostgreSQL clusters support seamless integration with other Yandex Cloud services, e.g., with [Yandex Data Transfer](../../data-transfer/index.md) for database migration or [Yandex DataLens](../../datalens/index.md) for data visualization.

## Yandex MPP Analytics for PostgreSQL use cases {#usage}

* Analytical DB: For example, you can linearly accelerate large hash joins by adding more CPUs or nodes.
* General-purpose database replacement: Yandex MPP Analytics for PostgreSQL can be used as a drop-in alternative to Oracle DB, Microsoft SQL Server, or IBM DB2. It handles not only analytical workloads but also numerous short [OLTP queries](https://en.wikipedia.org/wiki/Point-in-time_recovery) typical of PostgreSQL.
* High-performance alternative to PostgreSQL: Because databases available in Yandex MPP Analytics for PostgreSQL are based on PostgreSQL, it supports many familiar PostgreSQL tools, such as JDBC and ODBC drivers, and conforms to the ANSI SQL:2008 standard.

## See also {see-also}

* [Greenplum® official guides](https://techdocs.broadcom.com/us/en/vmware-tanzu/data-solutions/tanzu-greenplum/7/greenplum-database/landing-index.html)
* [Apache Cloudberry™ official guides](https://cloudberry.apache.org/docs/)
* [Getting started with Yandex MPP Analytics for PostgreSQL](../quickstart.md)
* [Resource relationships in Yandex MPP Analytics for PostgreSQL](index.md)
* [Yandex MPP Analytics for PostgreSQL tutorials](../tutorials/index.md)

_Greenplum® and Greenplum Database® are registered trademarks or trademarks of Broadcom Inc. in the United States and/or other countries._

_Apache® and Apache Cloudberry™ are registered trademarks or trademarks of the Apache Software Foundation in the United States and/or other countries._