Viewing profile — harshitgangal
harshitgangal
HN member- Joined
- Tue, May 18, 2021, 5:08 PM UTC
- HN karma
- 22
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About harshitgangal
No profile information was provided.
Recent public activity
-
comment
Comment #44092221
Yes, Vitess supports sharding out of the box. It’s actually one of its core design goals. I am a maintainer on the project, and Vitess provides native support for sharded query rou…
-
comment
Comment #43194997
Yes! The founders of PlanetScale were the co-creators of Vitess at YouTube, where it was built to handle MySQL scalability. PlanetScale builds on Vitess but offers a managed, devel…
- story
-
comment
Comment #39824869
When Vitess was donated to CNCF, there was an internal push from within Google to migrate everything to Spanner. I do not know any other reason. Disclaimer: Vitess Maintainer
- story
-
comment
Comment #35798513
Likewise in Vitess. It is architecturally possible to add 100% compatibility :)
-
comment
Comment #35700591
just the right time to ask this question. We have an RFC open to add support for foreign keys in Vitess https://github.com/vitessio/vitess/issues/12967
-
comment
Comment #35342223
Learn what Vitess does to allow modifying MySQL system settings on a connection from the pool.
- story
-
comment
Comment #32688266
Sequences actual use is for sharded keyspace. For unsharded you can just continue to use auto_increment. Maybe your application has some special logic which is complex enough to un…
-
comment
Comment #32682019
Disclaimer: I am a Vitess Maintainer. Please find my answer inline 1. You can't have single database view of all shards - Vitess does query planner and routing for the application …