Hacker News new | ask | show | jobs
by nawfalhasan 2762 days ago
I'm totally new to cockroach so I have 2 questions..

1. Is there a managed service of this db where it auto scales, does geo replication etc all by itself?

2. Is there any really good book on cockroachdb?

1 comments

We released a managed version at the end of October, with auto-scaling, geo-replication, etc. --> https://www.cockroachlabs.com/product/managed/

Not sure that there any books on it yet.

The managed service doesn't autoscale, it's provisioned capacity by cores. We just did a call about it.
Our managed service is currently provisioned by cores. We automatically add nodes to your cluster based on your usage. You can also request to add more nodes if you anticipate spikes.
Thank you..