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

TiDB Cloud

PingCAP

Reviews from AWS customer

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

External reviews

76 reviews
from and

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


    Internet

TiDB: A Trustworthy and Scalable SQL Database for Critical Workloads

  • August 12, 2025
  • Review provided by G2

What do you like best about the product?
* Horizontally scalable SQL database: TiDB's architecture eliminates concerns about supporting ever-growing traffic. Scaling a TiDB cluster up and down is straightforward, to meet workload demands and improve efficiency.

* Online data schema migration: Schema migration is painless. When combining with the resource control, it eliminates the major pain points of downtime and disruption to production traffic.

* Comprehensive suite of tools: TiDB provides a suite of invaluable tools that make troubleshooting and mitigating production issues easy, ensuring that the system runs smoothly.

* Compatibility with MySQL: This feature makes migration from MySQL possible.

* Top-notch supports: PingCap business support adds a crucial layer of assurance, making TiDB a reliable and trustworthy system for mission critical workload.
What do you dislike about the product?
* Niche features are less reliable: Generated column is less reliable than its MySQL equivalent, leading to several production incidents.
What problems is the product solving and how is that benefiting you?
TiDB provides a scalable SQL database solution. It allows our workload to keep scaling up to support business growth.


    Bo L.

Best open source distributed SQL DB on the market

  • August 12, 2025
  • Review provided by G2

What do you like best about the product?
I really liked the great reliability of TiDB and the technical supports from the PingCAP team.
What do you dislike about the product?
it would be even better if the query layer is written in a programming language without GC.
What problems is the product solving and how is that benefiting you?
Distributed transaction, reliable cluster managemet.


    Computer Software

A solid choice to horizontally scale MySQL databases

  • August 12, 2025
  • Review provided by G2

What do you like best about the product?
TiDB excels at its core task of providing horizontal scalability alongside the guarantees provided by traditional single-machine relational databases. The client interface has great compatibility with MySQL, and the incompatible aspects are well-documented.
What do you dislike about the product?
While the core components (TiDB, TiKV, PD) are mature, some others like TiCDC are less mature. They are however improving continuously.
What problems is the product solving and how is that benefiting you?
TiDB provides a path to scale MySQL workloads without hugely expensive re-architectures to move away from MySQL or to implement application-level MySQL sharding.


    Gabriel Raphael G.

MySQL Compatible, horizontally scalable database that scales without worry

  • August 12, 2025
  • Review provided by G2

What do you like best about the product?
* TiDB gives us horizontal scale and strong consistency with familiar MySQL syntax.
* Great observability
* Core components (TiDB SQL, TiKV, PD) are extremely stable
* Easy to implement schemas as we can directly translate them from MySQL for the most part
* Nice features, such as readonly nodes, placement rules, stale reads, TTL
* Good restore features, and self healing
What do you dislike about the product?
Ecosystem is not as mature. There are not a lot of extensions, and some non-core components do not get as much attention or are not as reliable. Despite this, PingCap (the parent company) makes sure to address issues as we encounter them.
What problems is the product solving and how is that benefiting you?
It allows us to scale at lower costs than some other databases with better performance. It also is more stable which reduces KTLO work. It has features that help with resilience such as read only nodes and placement rules. It also supports TTL out of the box meaning we don't need to implement a trigger or workflow to support it.

Furthermore, it reduces having to deal with complex architecture of sharded MySQL and having to deal with manual re-sharding and shard rebalance. It is all abstracted away from me. Lastly, it also unlocks transactions accross shards, since "shards" are abstracted from us.


    Financial Services

TiDB is a database you can trust!

  • August 07, 2025
  • Review provided by G2

What do you like best about the product?
Separation of compute and storage, data security, ease of operation
What do you dislike about the product?
TiDB is an excellent database, and it has no significant shortcomings
What problems is the product solving and how is that benefiting you?
Scaling, availability, security


    Lucky V.

Fast, Efficient and Reliable

  • July 09, 2025
  • Review provided by G2

What do you like best about the product?
I like how easy and efficient it is, and the fact that it is MySQL-compatible which eliminates the need to learn another query language before I could use it, makes it my first-choice database.

I also love the promptness of their customer services, they're always there to support you if you run into any challenge.

Lastly, TiDB is that database that gives you assurance that your data is safe and always available up to 99.9999% uptime (I have never had any downtime in over 2 years of using it).
What do you dislike about the product?
I dislike the fact that is does not yet support of GEO spatial data type.
What problems is the product solving and how is that benefiting you?
With applications now running on the Edge, finding a database that just works irrespective of where your application is deployed or where your users are is pain point that TiDB solves for me through low latency.


    Abhishek J.

Effortless Scalability with Hybrid Workloads

  • July 05, 2025
  • Review provided by G2

What do you like best about the product?
TiDB makes it easy to scale horizontally without complex sharding. It supports both transactional and analytical workloads (HTAP) out of the box, and its MySQL compatibility means minimal changes to existing apps. The Kubernetes operator and built-in observability tools make operations smooth and efficient.
What do you dislike about the product?
TiDB has a learning curve, especially around its distributed architecture and tuning performance for complex queries. TiFlash setup and resource planning can be tricky at scale. Also, some advanced MySQL features aren’t fully supported yet, which can limit compatibility in certain edge cases.
What problems is the product solving and how is that benefiting you?
TiDB solves the challenge of scaling relational databases without giving up SQL or consistency. It allows us to handle high traffic and large datasets by scaling out horizontally, which wasn’t possible with traditional databases. The HTAP architecture also lets us run real-time analytics on live data, reducing the need for separate systems and improving decision-making speed.


    Abishek S.

A High-Performance Distributed Database Compatible with MySQL

  • June 16, 2025
  • Review provided by G2

What do you like best about the product?
The most upside of TiDB in my point of view is it's compatibility with MySQL , most of the MySQL syntax supported in it. So it is easy to integrate it with the existing applications and tools and easy to handle by the DBAs.

It is easy to migrate the MySQL data to the TiDB database through the migration tool TiDB DM. This makes it very feasible to implement TiDB alongside existing MySQL infrastructure with minimal disruption.

TiDB's DM feature and TiCDC are widely used features and it is frequently used where real-time analytics is needed on live transactional data.

As we know TiDB providing customer support through the active community on github and slack also provides the great documentation to understand the concepts and usage of tools to make it easy for the users.
What do you dislike about the product?
The main cons in TiDB is it's cost. In many cases, customers are cost-sensitive, and TiDB's distributed architecture while powerful may appear less appealing compared to more lightweight, single-node database solutions.

Connecting with the existing system is easy with TiDB but still the TiKV needs optimization in some situations.
What problems is the product solving and how is that benefiting you?
TiDB is used to solve the slowness in the real time analytical query executions and also in the high availability like it can withstand in fail overs. We expected the solution like the database which can be the MySQL compatible because some of the other databases need the huge data transform when migration, but with TiDB we can use the same data in MySQL without change the application queries and without downtime we can migrate with TiDB using TiDB DM.


    Shaikh M.

Awosome Database service for MY SQL

  • May 27, 2025
  • Review provided by G2

What do you like best about the product?
it's easy to implement and setup the cloud database for my sql
What do you dislike about the product?
As i new at this platfrom so i did not found any major issue here
What problems is the product solving and how is that benefiting you?
It's provide the free hosting for sql database


    Computer Software

Really awesome distributed database with HTAP capability

  • May 26, 2025
  • Review provided by G2

What do you like best about the product?
1. TiDB combines the best of both worlds from relational and non relational database and levering the strong suit.
2. Open source-ness and transparency.
3. Efficient operations that handles the read heavy and write heavy workloads.
4. MySQL APIs are really helpful such that no special driver is required for TiDB.
5. Raft consensus protocol really stands out
6. Easy to learn and easy to setup, even the able to setup the instance in local
What do you dislike about the product?
Nothing much, some of the mysql functions, triggers were missing in the TiDB.
What problems is the product solving and how is that benefiting you?
1. Distributed database systems helping us to scale huge workloads
2. HTAP is really helpful, because we have use case that required transactional and analytical data