Vitess icon
Vitess icon

Vitess

Vitess is a database clustering system for horizontal scaling of MySQL.

Cost / License

  • Free
  • Open Source

Platforms

  • Linux
  • Self-Hosted
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Kubernetes

 Tags

  • cncf
  • shard
  • MySQL
  • database-cluster
  • vitess

Vitess News & Activities

Highlights All activities

Recent activities

No activities found.

Vitess information

  • Developed by

    US flagvitessio
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    4 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  20,551 Stars
  •  2,279 Forks
  •  887 Open Issues
  •   Updated  
View on GitHub
Vitess was added to AlternativeTo by Alexander Nortung on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is Vitess?

  • Scalability Vitess combines many important MySQL features with the scalability of a NoSQL database. Its built-in sharding features let you grow your database without adding sharding logic to your application.

  • Performance Vitess automatically rewrites queries that hurt database performance. It also uses caching mechanisms to mediate queries and prevent duplicate queries from simultaneously reaching your database. Performance is monitored through nightly benchmarks.

  • Manageability Vitess automatically handles functions like failovers and backups. It uses a lock server to track and administer servers, letting your application be blissfully ignorant of database topology.

  • Connection pooling Vitess eliminates the high-memory overhead of MySQL connections. Vitess servers easily handle thousands of connections at once.

  • Shard management MySQL doesn't natively support sharding, but you will likely need it as your database grows. Vitess saves you from having to add sharding logic to your app and also enables live resharding with minimal read-only downtime.

  • Workflow Vitess keeps track of all of the metadata about your cluster configuration so that the cluster view is always up-to-date and consistent for different clients.

Official Links