Online primary key migrations is some interesting voodoo. We ran it in production from the v2.x days before they moved to a new versioning schema and the support was really good. The paid support is worth the enterprise license. It's also good to see the added work on supporting ORMs for shops that use it. We used SQLAlchemy heavily and had to do a lot of work to fix our app to work around the transaction retry error…
CockroachDB 20.1
11–20 of 23 posts
Re: CockroachDB 20.1
#12Looking at the product comparison chart[1], there's quite a lot of features that aren't in the open source "core" CockroachDB. That's fine of course, but the one that seems concerning is the backup/restore. Is there a reasonable and reliable way to do backups and restores with just the "core" open source product? [1] https://www.cockroachlabs.com/compare/
The only option is the dump command (full backup). But it's slow. And the restore is unreasonably slow. If you have a medium-sized database, you'll likely have to accept uncomfortably large (possibly even disastrous) data-loss window and a long downtime while you restore.
There's even cases where it can't work (1).
The free options from PG (namely things like barman and the built-in replication) is far superior to what the paid version of CockroachDB offers, let alone the community edition.
I wish they'd let you take a rocksdb checkpoint of a single node and restore that into another cluster. This should work if your replica == node count (a common setup). Getting access to the checkpoint isn't complicated, but recovering this with the leaseholders and cluster config baked into the database requires more insight into their abstractions than I have. Feels like something they need anyways, because, as-is, a permanent loss of 2 nodes is impossible to recover from (2)
Re: CockroachDB 20.1
#13Re: CockroachDB 20.1
#14Looking at the product comparison chart[1], there's quite a lot of features that aren't in the open source "core" CockroachDB. That's fine of course, but the one that seems concerning is the backup/restore. Is there a reasonable and reliable way to do backups and restores with just the "core" open source product? [1] https://www.cockroachlabs.com/compare/
I may be misremembering but I'm pretty sure you can backup like any postgres database with e.g. pg_dump I think the premium distributed backup/restore thing is for backing up separate regional clusters individually edit: looks like the premium option is a nice "BACKUP" command that handles uploading or downloading from cloud storage (e.g. s3) automatically. but for free you get "cockroach dump" which is similar to pg…
cockroach dump is similar to pg_dump, but it's worth pointing out that pg offers a lot more than just pg_dump. Things like pg_basebackup (and accompanying tools) and various replication strategies and capabilities (e.g. recovery_min_apply_delay) make pg a vastly safer option from a DR point of view.
Re: CockroachDB 20.1
#15Looking at the product comparison chart[1], there's quite a lot of features that aren't in the open source "core" CockroachDB. That's fine of course, but the one that seems concerning is the backup/restore. Is there a reasonable and reliable way to do backups and restores with just the "core" open source product? [1] https://www.cockroachlabs.com/compare/
It doesn’t make sense, they are missing out on lots of enthusiast/hacker adoption, people that can’t afford enterprise anyway.
Having backup as a “differentiating feature” for enterprise is such a stupid idea.
Re: CockroachDB 20.1
#16Maybe I've been living under a rock, but this is the first I've heard of the Business Source License (BSL). https://www.cockroachlabs.com/docs/stable/licensing-faqs.htm... So after it converts to Apache 2.0 licensing, how does that affect redistribution of CockroachDB if I include it in my commercial applications?
Re: CockroachDB 20.1
#17Looking at the product comparison chart[1], there's quite a lot of features that aren't in the open source "core" CockroachDB. That's fine of course, but the one that seems concerning is the backup/restore. Is there a reasonable and reliable way to do backups and restores with just the "core" open source product? [1] https://www.cockroachlabs.com/compare/
Yeah, backup is missing. This question has been asked in the comments of every HN post about a new release. It doesn’t make sense, they are missing out on lots of enthusiast/hacker adoption, people that can’t afford enterprise anyway. Having backup as a “differentiating feature” for enterprise is such a stupid idea.
Re: CockroachDB 20.1
#18I see an untrusted cert: "Issued by: allot.com/emailAddress=info@allot.com". Am I the only one? EDIT: https://www.allot.com/service-providers/url-traffic-filterin... ; still not sure if it's on my side, or if the CDN (netlify in this case) is applying this to some regions (I'm in EU)
Re: CockroachDB 20.1
#19I see an untrusted cert: "Issued by: allot.com/emailAddress=info@allot.com". Am I the only one? EDIT: https://www.allot.com/service-providers/url-traffic-filterin... ; still not sure if it's on my side, or if the CDN (netlify in this case) is applying this to some regions (I'm in EU)
"allot.com" appears to be one of those "MITM Corporate/Parental Nanny Software" companies. You're either being MITMed by your company or your parents :)
Re: CockroachDB 20.1
#20Earlier quoted context omitted.
"allot.com" appears to be one of those "MITM Corporate/Parental Nanny Software" companies. You're either being MITMed by your company or your parents :)
Why just this site?