TiDB – cloud-native, distributed SQL database written in Go
1–10 of 67 posts
Re: TiDB – cloud-native, distributed SQL database written in Go
#2Reference: https://docs.pingcap.com/tidb-in-kubernetes/stable/get-start...
Re: TiDB – cloud-native, distributed SQL database written in Go
#3Re: TiDB – cloud-native, distributed SQL database written in Go
#4Re: TiDB – cloud-native, distributed SQL database written in Go
#5Re: TiDB – cloud-native, distributed SQL database written in Go
#6Hardly hear about TiDB. How is it faring and how does it stack up to more well know competition?
Re: TiDB – cloud-native, distributed SQL database written in Go
#7I love these new distributed DBs. CockroachDB is one of them. Still I think a managed Postgres/MySQL is a better choice. My primary concern is how challenging will it be if you have to eventually move your data out to a RDBMS for cost or other reasons. Does anyone have any experience ? I am not talking enterprise scale but data about size of 50 - 100GB scale.
a distributed database is potentially more complicated to operate, and optimize, and because its new and potentially has more sharp edges maybe less reliable (?) but the extraction of moderate sized datasets doesn't really seem to be an obvious failing.
Re: TiDB – cloud-native, distributed SQL database written in Go
#8I love these new distributed DBs. CockroachDB is one of them. Still I think a managed Postgres/MySQL is a better choice. My primary concern is how challenging will it be if you have to eventually move your data out to a RDBMS for cost or other reasons. Does anyone have any experience ? I am not talking enterprise scale but data about size of 50 - 100GB scale.
My fear is companies without in-house RDBMS expertise see these products as a way to continue to avoid getting that expertise.
Re: TiDB – cloud-native, distributed SQL database written in Go
#9Hardly hear about TiDB. How is it faring and how does it stack up to more well know competition?
Same as before, excellent when you little little data and limited transactions. Once things get big and you lose sync, everything goes to shit.
I have strong doubts about distributed DBs in general, but I also can’t see them blatantly lying in a talk.
Re: TiDB – cloud-native, distributed SQL database written in Go
#10Hardly hear about TiDB. How is it faring and how does it stack up to more well know competition?