Sign in Agent Mode
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

66 reviews
from

External reviews are not included in the AWS star rating for the product.


    Riyas K.

PostgreSQL Familiarity with Globally Distributed Cloud Power

  • February 14, 2026
  • Review provided by G2

What do you like best about the product?
It feels like PostgreSQL, but works like a globally distributed cloud database.
What do you dislike about the product?
While YugabyteDB is powerful, its distributed nature makes it more complex to manage and slightly heavier in resource usage compared to traditional databases.
What problems is the product solving and how is that benefiting you?
YugabyteDB solves the challenge of scaling and making SQL databases highly available in distributed systems. It benefits me by providing PostgreSQL compatibility with automatic sharding, strong consistency, and fault tolerance, making my applications more scalable and reliable.


    Acsa S.

PostgreSQL Compatibility with High Availability and Multi-Region Support

  • February 13, 2026
  • Review provided by G2

What do you like best about the product?
YugabyteDB is helpful because it gives you PostgreSQL compatibility while also adding high availability and multi-region support.
What do you dislike about the product?
Stability concerns.
Performance issues
Lower adoption
What problems is the product solving and how is that benefiting you?
Developers can use familiar sql features like triggers, procedure, indexex and migrate from PostgreSQL or other relational systems easily


    Michel R.

Scalable, Resilient, and Built for Distributed Systems

  • February 13, 2026
  • Review provided by G2

What do you like best about the product?
Scalability, resilience,distributive nature
What do you dislike about the product?
Little bit over engineered for micro services
What problems is the product solving and how is that benefiting you?
Asynchronous and synchronus replication


    Mohammed R.

Love Working in Yugabyte

  • February 13, 2026
  • Review provided by G2

What do you like best about the product?
I like to work in yugabyte. Also liked your name
What do you dislike about the product?
Setting up and managing distributed clusters can be complex compared to a simple postgreSQL server
What problems is the product solving and how is that benefiting you?
It supports the postgreSQL api
We can use postgreSQL tools


    afiyas p.

Scalable, Resilient, and Robust—Built to Distribute

  • February 13, 2026
  • Review provided by G2

What do you like best about the product?
Scalability, resilience, robustness, and a distributive nature.
What do you dislike about the product?
Its a little bit over engineered for micro services
What problems is the product solving and how is that benefiting you?
Asynchronous and synchronised replication


    Aparna V.

Seamless with Standard ORMs and Drivers—Intuitive and Comfortable to Use

  • February 10, 2026
  • Review provided by G2

What do you like best about the product?
Because it works seamlessly with standard ORMs and drivers, it feels very intuitive and “comfortable” for developers to use.
What do you dislike about the product?
If your app doesn’t require high availability or massive scale, then the sheer power of YugabyteDB may simply add complexity you don’t really need.
What problems is the product solving and how is that benefiting you?
While it still needs more baseline power, its ability to auto-shard and balance workloads helps prevent over-provisioning and cuts down on the manual effort and costs involved in database administration.


    Amrutha P.

A Reliable Distributed SQL Database for High-Availability Applications

  • February 10, 2026
  • Review provided by G2

What do you like best about the product?
This is a strong fit for high-volume OLTP workloads and geo-distributed deployments where low latency matters. I also value the automatic sharding and replication, which work without manual intervention. High availability is another key benefit, with no single point of failure. Overall, it suits cloud-native architectures where resilience and scalability are critical.
What do you dislike about the product?
YugabyteDB can feel operationally complex, particularly when it comes to initial setup, upgrades, and performance tuning, and it really benefits from solid distributed-systems knowledge to manage effectively. While it provides PostgreSQL compatibility, some PostgreSQL features and extensions aren’t fully supported, which can introduce friction during migrations. It also tends to have higher resource overhead than traditional single-node databases, so it may be less suitable for smaller deployments or cost-sensitive workloads. On top of that, debugging and troubleshooting distributed performance issues can be time-consuming at times.
What problems is the product solving and how is that benefiting you?
YugabyteDB addresses the challenge of operating databases that are highly available, scalable, and strongly consistent without giving up SQL capabilities. It helps eliminate single points of failure and supports horizontal scaling while maintaining PostgreSQL compatibility, which lowers operational risk and makes development simpler. For us, this translates into better application reliability, support for increasing transaction volumes, and the ability to run geo-distributed deployments with low latency and minimal downtime.


    Aneer A.

Scalable and Compatible, But Needs Transaction Improvements

  • February 10, 2026
  • Review provided by G2

What do you like best about the product?
I use YugabyteDB as our production application database and appreciate its horizontal scalability and strong ACID compliance. The PostgreSQL compatibility stands out for me, especially in terms of indexing, query tuning, and query optimization. Despite some initial setup efforts, it's now working well.
What do you dislike about the product?
I have issues with serializable isolation in YugabyteDB. Also, transaction ergonomics could be improved.
What problems is the product solving and how is that benefiting you?
I use YugabyteDB for horizontal scalability and strong ACID compliance.


    Krishma S.

Scalable and Reliable, But Setup is Complex

  • February 06, 2026
  • Review provided by G2

What do you like best about the product?
I like that YugabyteDB offers low latency for regional users. I also appreciate how it supports traditional workflows and provides enterprise-grade reliability. These aspects are important as we plan to rely on it for global scale, high availability, and strong consistency.
What do you dislike about the product?
Operational complexity and simple day-to-day tasks can be improved.
What problems is the product solving and how is that benefiting you?
I plan to use YugabyteDB for global scale, high availability, and ensuring ACID transactions across regions, which helps in surviving region failures. It offers low latency for regional users and supports traditional workflows with enterprise-grade reliability.


    Albin S.

PostgreSQL-Compatible, Massively Scalable, and Highly Available Open Source

  • February 06, 2026
  • Review provided by G2

What do you like best about the product?
PostgreSQL compatibility, massive scalability, high availability (HA) and fault tolerance, strong consistency, and open source.
What do you dislike about the product?
It’s not 100% PostgreSQL-compatible, and because it’s distributed, it can be complex to debug. I’ve also noticed higher resource usage, along with additional operational overhead to manage and maintain it.
What problems is the product solving and how is that benefiting you?
Traditional databases cannot scale horizontally. Single-node databases are not highly available. NoSQL can scale, but it lacks SQL and ACID. Postgres also runs into connection bottlenecks.