# Percona Server vs YugabyteDB

| Attribute | Percona Server | YugabyteDB |
|---|---|---|
| **Vioscale score** | 60 (41% (low)) | 58.7 (71% (medium)) |
| activity.commits_last_30d | 28 | - |
| adoption.github_stars | 1,271 | - |
| deployment.options | `{"self_hosted":true}` | `{"cloud":true,"hybrid":true,"self_hosted":true}` |
| description.long | A free, fully compatible drop-in replacement for MySQL that delivers improved performance and instrumentation. It is built on MySQL foundations and designed for organizations seeking enhanced reliability and monitoring without switching databases. | A distributed SQL database designed for mission-critical transactional data, available as open source software or managed cloud services with multi-region and high-availability capabilities. |
| features.capabilities | `{"isolation":"serializable","sql_model":"full_sql","deployment":"self_hosted","serverless":false,"consistency":"strong","geo_spatial":"native","replication":"sync","extensibility":true,"json_document":true,"license_class":"copyleft","horizontal_scale":"read_replica","acid_transactions":"full","automatic_failover":true,"wire_compatibility":"mysql"}` | `{"isolation":"serializable","sql_model":"full_sql","deployment":"self_hosted","consistency":"strong","replication":"consensus","extensibility":true,"json_document":true,"license_class":"permissive","horizontal_scale":"distributed_native","acid_transactions":"full","automatic_failover":true,"wire_compatibility":"postgres"}` |
| integrations.count | - | 1 |
| integrations.list | - | `[{"name":"Arctype SQL Client"}]` |
| language.primary | C++ | - |
| pricing | `{"type":"open_source","summary":"Completely free and open source","freeTier":true,"sourceUrl":"https://www.percona.com/blog/percona-live-europe-discounted-pricing-community-dinner/","retrievedAt":"2026-08-14T16:35:48.210Z"}` | `{"type":"hybrid","plans":[{"free":false,"name":"Standard","summary":"$125/vCPU/month","features":["PostgreSQL API (YSQL)","Cassandra API (YCQL)","Change Data Capture","Single-region fault tolerance","PostgreSQL extensions","Role Based Access Control","Encryption in transit and at rest","VPC Peering and Private Link","Data migration with YugabyteDB Voyager","REST API and CLI automation","Automated backups and security patching","Built-in metrics and alerts"],"components":[{"kind":"per_unit","unit":"vCPU","amount":125,"period":"month","currency":"USD"}],"description":"Good for startups and scale-ups needing seamless scalability, availability, and zone-level resilience.","contactSales":false},{"free":false,"name":"Professional","summary":"$167/vCPU/month","features":["All Standard features","Multi-region stretched clusters","Read Replicas","Row-level geo-partitioning for data residency","Performance Advisor","Export metrics to 3rd party tools","Export audit logs","Send alerts to external tools"],"components":[{"kind":"per_unit","unit":"vCPU","amount":167,"period":"month","currency":"USD"}],"description":"For global businesses that need advanced multi-region capabilities, region-level resilience, scalability, and/or compliance with data residency requirements.","contactSales":false},{"free":false,"name":"Enterprise","summary":"Custom pricing - contact sales","features":["All Professional features","Customer Managed Keys (CMK) encryption at rest","Single Sign On via OpenID Connect (OIDC)"],"description":"Designed for enterprises needing advanced multi-region capabilities, higher performance and availability, or enterprise security features.","contactSales":true}],"addOns":[{"name":"Business Continuity / Disaster Recovery"},{"name":"Enterprise Integrations"}],"summary":"From $125/vCPU/month. Free tier available. Storage and data transfer costs additional.","currency":"USD","freeTier":true,"sourceUrl":"https://www.yugabyte.com","retrievedAt":"2026-08-03T12:42:28.770Z","startingPrice":{"amount":125,"period":"month","currency":"USD"},"billingPeriods":["month"]}` |
| pricing.free_tier | yes | yes |
| pricing.model | commercial | commercial |
| pricing.price_level | free | high |
| pricing.transparent | yes | yes |
| release.history | `[{"url":"https://github.com/percona/percona-server/releases/tag/Percona-Server-5.5.55-38.8","date":"2017-07-05T20:27:17Z","type":"stable","version":"Percona-Server-5.5.55-38.8"},{"url":"https://github.com/percona/percona-server/releases/tag/Percona-Server-5.7.17-13","date":"2017-07-05T20:28:28Z","type":"stable","version":"Percona-Server-5.7.17-13"}]` | - |
| reliability.status_page | yes | yes |
| security.disclosure_policy | yes | yes |
| security.gdpr | - | yes |
| security.iso27001 | - | yes |
| security.scorecard | 6.2 | - |
| security.soc2 | - | yes |

## Capabilities (Relational Databases)

| Capability | Percona Server | YugabyteDB |
|---|:--:|:--:|
| **Core** |  |  |
| SQL model | Full SQL | Full SQL |
| **Transactions** |  |  |
| ACID transactions | Full | Full |
| Highest isolation level | Serializable | Serializable |
| **Consistency** |  |  |
| Consistency | Strong | Strong |
| **Scale** |  |  |
| Horizontal scale | Read replicas | Natively distributed |
| **Replication** |  |  |
| Replication | Sync | Consensus (Raft/Paxos) |
| **Availability** |  |  |
| Automatic failover / HA | ✓ | ✓ |
| **Deployment** |  |  |
| Deployment | Self-hosted | Self-hosted |
| Serverless / scale-to-zero | ✗ | - |
| **Compatibility** |  |  |
| Wire compatibility | MySQL protocol | Postgres protocol |
| **Extensibility** |  |  |
| Extensions / plugins / UDFs | ✓ | ✓ |
| **Licensing** |  |  |
| Licence class | Copyleft | Permissive OSS |
| **Data types** |  |  |
| JSON / document support | ✓ | ✓ |
| Geo / spatial | Native | - |

*Source: Vioscale. Generated 2026-09-01T17:03:17.206Z. "-" = undocumented, not absent.*
