Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex MPP Analytics for PostgreSQL
  • Getting started
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
    • General questions
    • Connection
    • Backups
    • Updating a cluster
    • Greenplum® cluster and hosts
    • Working with external tables
    • Monitoring and logs
    • All questions on one page

In this article:

  • General questions
  • Connection
  • Backups
  • Updating a cluster
  • Greenplum® clusters and hosts
  • Working with external tables
  • Monitoring
  1. FAQ
  2. All questions on one page

FAQ about Yandex MPP Analytics for PostgreSQL

Written by
Yandex Cloud
Updated at December 5, 2025
  • General questions
  • Connection
  • Backups
  • Updating a cluster
  • Greenplum® clusters and hosts
  • Working with external tables
  • Monitoring

General questionsGeneral questions

  • What is Yandex MPP Analytics for PostgreSQL?

  • What part of database management and maintenance is Yandex MPP Analytics for PostgreSQL responsible for?

  • Which tasks are best addressed using Yandex MPP Analytics for PostgreSQL, and which using VMs with databases?

  • How do I get started with Yandex MPP Analytics for PostgreSQL?

  • What happens when a new DBMS version is released?

  • What happens when a DBMS version becomes deprecated?

  • How do I get the logs of my actions in the services?

ConnectionConnection

  • Can I connect to a DB via SSH and get superuser permissions?

  • How can I access a running DB host?

  • How do I set up user authentication?

BackupsBackups

  • When does a backup run? Is a database cluster available during backups?

  • Are database host backups enabled by default?

  • Can I run backup for a Greenplum® cluster manually?

  • Can I select other resources when restoring a cluster from a backup?

Updating a clusterUpdating a cluster

  • How can I change the computing resources and storage size for a database cluster?

Greenplum® clusters and hostsGreenplum® clusters and hosts

  • What is a database host and database cluster?

  • How many database hosts can there be in one cluster?

  • How many clusters can you create in a single cloud?

  • How are DB clusters maintained?

  • How do you calculate usage cost for a database host?

  • Why is the cluster slow even though the computing resources are not used fully?

  • Why do I get an error about minimum memory for Greenplum® processes?

Working with external tablesWorking with external tables

  • How are user credentials transmitted when working with external tables?

MonitoringMonitoring

  • What metrics and processes can be tracked using monitoring?

General questionsGeneral questions

What is Yandex MPP Analytics for PostgreSQL?What is Yandex MPP Analytics for PostgreSQL?

Yandex MPP Analytics for PostgreSQL is a solution that helps you create, operate, and scale Greenplum® databases in the cloud.

With Yandex MPP Analytics for PostgreSQL, you can:

  • Create a database with the performance parameters tailored to your needs.
  • Scale computing power and dedicated storage capacity for your databases as needed.
  • Get database logs.

Yandex MPP Analytics for PostgreSQL takes over time-consuming Greenplum® infrastructure administration tasks:

  • Monitors resource usage.
  • Automatically creates DB backups.
  • Provides fault tolerance through automatic failover to backup replicas.
  • Keeps database software updated.

You work with a Yandex MPP Analytics for PostgreSQL database cluster as if it were a regular database in your local infrastructure This allows you to manage internal database settings to meet your app requirements.

What is Yandex MPP Analytics for PostgreSQL's share of database management and maintenance work?What is Yandex MPP Analytics for PostgreSQL's share of database management and maintenance work?

When you create clusters, Yandex MPP Analytics for PostgreSQL allocates resources, installs the DBMS, and creates databases.

For all created and running databases, Yandex MPP Analytics for PostgreSQL automatically creates backups and applies fixes and updates.

Yandex MPP Analytics for PostgreSQL also provides data replication between database hosts (both inside and between availability zones) and automatically switches the load over to a backup replica in the event of a failure.

Be mindful of what is what is controlled by the service, and what by the Yandex Cloud customer. Understanding these control zones will help you use your cloud resources effectively and avoid potential database-related problems. For more information, see Zones of control between managed database (MDB) service users and Yandex Cloud.

Not sure whether to use Yandex MPP Analytics for PostgreSQL or VMs running databases?Not sure whether to use Yandex MPP Analytics for PostgreSQL or VMs running databases?

Yandex Cloud offers two ways to work with databases:

  • Yandex MPP Analytics for PostgreSQL: Enables you to operate template databases without needing to manage their administration.
  • Yandex Compute Cloud VM: Enables you to create and configure your own databases. This approach allows you to use any database management systems, access databases via SSH, and so on.

How do I get started with Yandex MPP Analytics for PostgreSQL?How do I get started with Yandex MPP Analytics for PostgreSQL?

Yandex MPP Analytics for PostgreSQL is available to all registered Yandex Cloud users.

To create a database cluster in Yandex MPP Analytics for PostgreSQL, you need to define its settings:

  • Host class (performance characteristics, such as CPUs, RAM, etc.).
  • Storage size (fully reserved when creating the cluster).
  • Network your cluster will be connected to.
  • Number of hosts for a cluster and the cluster availability zone.

For a detailed guide, see Creating a cluster.

What happens when a new DBMS version is released?What happens when a new DBMS version is released?

The database software is updated when new minor versions are released. Owners of the affected DB clusters are notified of an expected maintenance period and DB availability in advance.

What happens when a DBMS version becomes deprecated?What happens when a DBMS version becomes deprecated?

One month after the database version becomes deprecated, Yandex MPP Analytics for PostgreSQL automatically sends email notifications to the owners of DB clusters created with this version.

New hosts can no longer be created using deprecated DBMS versions. Database clusters are automatically upgraded to the next supported version seven days after notification for minor versions and one month after notification for major versions. Deprecated major versions are going to be upgraded even if you have disabled automatic updates.

Does the service meet the requirements of the Russian Federation Federal Law 152-FZ on personal data?Does the service meet the requirements of the Russian Federation Federal Law 152-FZ on personal data?

Yes, it does. You can read the full security audit conclusion here.

Can I get logs of my operations in Yandex Cloud?Can I get logs of my operations in Yandex Cloud?

Yes, you can request information about operations with your resources from Yandex Cloud logs. Do it by contacting support.

ConnectionConnection

Can I connect to a DB over SSH and get superuser permissions?Can I connect to a DB over SSH and get superuser permissions?

No, you cannot connect over SSH, nor can you get superuser permissions. This is for the sake of security and user cluster fault tolerance, since direct changes inside hosts can render them completely inoperable. However, you can connect to a DB as an admin user with the mdb_admin role. The privileges such a user has match those of the superuser. For more information, see The mdb_admin role instead of a superuser.

How can I access a running DB host?How can I access a running DB host?

You can connect to Greenplum® databases using conventional DBMS methods.

Learn more about connecting to clusters in this guide.

What should I do if I get a revocation check error when using PowerShell to obtain an SSL certificate?What should I do if I get a revocation check error when using PowerShell to obtain an SSL certificate?

Here is the full text of the error:

curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012)
The revocation function was unable to check revocation for the certificate

This means that the service was unable to verify the website certificate against the revocation list when trying to connect.

To fix this error:

  • Make sure your corporate network policies are not blocking the verification.

  • Run the command with the --ssl-no-revoke parameter.

    mkdir $HOME\.postgresql; curl.exe --ssl-no-revoke -o $HOME\.postgresql\root.crt https://storage.yandexcloud.net/cloud-certs/CA.pem
    

How do I set up user authentication?How do I set up user authentication?

You can set up user authentication in Yandex MPP Analytics for PostgreSQL using rules.

For more information, see User authentication.

BackupsBackups

When does a backup run? Is a database cluster available during backups?When does a backup run? Is a database cluster available during backups?

The backup window is an interval during which a full daily backup of the DB cluster is performed. You can configure a backup window when creating or editing a cluster.

Clusters remain fully accessible during backups.

Are database host backups enabled by default?Are database host backups enabled by default?

Yes, backups are on by default. For Greenplum®, a full backup takes place once a day and saves all transaction logs for a DB cluster. The first and every second automatic backups are full backups of all databases. To save space, other backups are incremental and only store the data that has changed since the previous backup.

Automatically created backups of an existing cluster are kept for seven days, whereas those created manually are stored indefinitely. Once the cluster is deleted, all its backups are kept for seven days.

Can I run backup for a Greenplum® cluster manually?Can I run backup for a Greenplum® cluster manually?

Yes, Yandex MPP Analytics for PostgreSQL supports manually running a cluster backup.

Can I select other resources when restoring a cluster from a backup?Can I select other resources when restoring a cluster from a backup?

Yes, with the following restrictions:

  • The total number of segments must be the same as in the source cluster.
  • The disk size per segment in the new cluster must be at least as large as in the source cluster.
Example

The source cluster has four segment hosts, each containing four segments. The total number of segments is 16. When restoring the cluster, you can choose two segment hosts with eight segments per host, so that the total number of segments remains 16.

To ensure that the disk size per segment does not decrease, the disk size in each segment host must at least double.

Updating a clusterUpdating a cluster

How can I change the computing resources and storage size for a database cluster?How can I change the computing resources and storage size for a database cluster?

You can change computing resources and storage size in the management console. All you need to do is choose a different host class for the required cluster.

The cluster characteristics change within 30 minutes. During this period, other maintenance activities may also be enabled for the cluster, such as installing updates.

Greenplum® clusters and hostsGreenplum® clusters and hosts

What is a database host and database cluster?What is a database host and database cluster?

A database host is a cloud-based isolated database environment with dedicated computing resources and reserved storage capacity.

A database cluster is one or more database hosts that allow configuring replication between them.

How many database hosts can be in a cluster?How many database hosts can be in a cluster?

A Greenplum® cluster includes a minimum of four hosts:

  • two master hosts
  • two segment hosts

You can increase the number of segment hosts up to 32.

For more information, see Quotas and limits.

How many clusters can you create in a single cloud?How many clusters can you create in a single cloud?

To learn more about MDB technical and organizational limitations, see Quotas and limits.

How are database clusters maintained?How are database clusters maintained?

In Yandex MPP Analytics for PostgreSQL, maintenance implies:

  • Automatic installation of DBMS updates and fixes for your database hosts.
  • Changes in the host class and storage size.
  • Other Yandex MPP Analytics for PostgreSQL maintenance activities.

For more information, see Maintenance.

How do you calculate the usage cost for a database host?How do you calculate the usage cost for a database host?

In Yandex MPP Analytics for PostgreSQL, the usage cost is calculated based on the following variables:

  • Selected host class.
  • Reserved storage capacity for the database host.
  • Size of database cluster backups. You do not pay for backups as long as their size does not exceed the storage capacity. Additional backup storage is charged according to our pricing policy.
  • Database host uptime in hours. Partial hours are rounded to the nearest whole hour. For the hourly rates of each host class, see our pricing policy.

Why is my cluster slow even though the computing resources are not fully utilized?Why is my cluster slow even though the computing resources are not fully utilized?

Your storage may have insufficient maximum IOPS and bandwidth to process the current number of requests. In this case, throttling occurs, which degrades the entire cluster performance.

The maximum IOPS and bandwidth values increase by a fixed value when the storage size increases by a certain step. The step and increment values depend on the disk type:

Disk type Step, GB Max IOPS increase (read/write) Max bandwidth increase (read/write), MB/s
network-hdd 256 300/300 30/30
network-ssd 32 1,000/1,000 15/15
network-ssd-nonreplicated, network-ssd-io-m3 93 28,000/5,600 110/82

To increase the maximum IOPS and bandwidth values and make throttling less likely, increase the storage size when updating your cluster.

If you are using the network-hdd storage type, consider switching to network-ssd or network-ssd-nonreplicated by restoring the cluster from a backup.

Why do I get a minimum memory error for Greenplum® processes?Why do I get a minimum memory error for Greenplum® processes?

When creating, modifying, or restoring a cluster, you may get this error:

Per process memory must be more then '20971520' bytes on segment host, got '<calculated_memory_size>'

This error occurs if the memory size for each Greenplum® process is less than 20 MB and the number of connections equals the max_connections value. The minimum memory per cluster process is calculated using the following formula:

<host_segment_RAM> ÷ (<max_connections> x <number_of_segments_per_host>)

To fix the error, do one of the following:

  • Reduce the max_connections value.
  • Increase the memory size by changing the segment host class.

Working with external tablesWorking with external tables

How are user credentials transmitted when working with external tables?How are user credentials transmitted when working with external tables?

When working with external tables using the PXF protocol, user credentials are provided as plain text. Therefore, such credentials are only available to the administrator user with the mdb_admin role. Other users have no access to the credentials for security reasons.

MonitoringMonitoring

What metrics and processes can be tracked using monitoring?What metrics and processes can be tracked using monitoring?

For all DBMS types, you can track:

  • CPU, memory, network, or disk usage, in absolute terms.
  • Memory, network, or disk usage as a percentage of the set limits for the corresponding cluster host class.
  • Amount of data in the DB cluster and the remaining free space in the data storage.

For DB hosts, you can track metrics specific to the corresponding type of DBMS. For example, for Greenplum®, you can track:

  • Average query execution time.
  • Number of requests per second.
  • Number of errors in logs.

You can monitor with a minimum resolution of 5 seconds.

For more information about monitoring, see Monitoring cluster and host state.

What is the retention period for logs?What is the retention period for logs?

Cluster logs are stored for 30 days.

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

Was the article helpful?

Previous
Monitoring and logs
© 2025 Direct Cursus Technology L.L.C.