Viewing profile — dianasaur323
dianasaur323
HN member- Joined
- Thu, Feb 16, 2017, 6:28 PM UTC
- HN karma
- 29
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About dianasaur323
No profile information was provided.
Recent public activity
- story
-
comment
Comment #20222644
Yeah! CockroachDB is also a really cool multi-cloud DB. That being said, they are really more for transactional workloads, and less purpose built for time-series. I guess there are…
-
comment
Comment #20222634
You select the public cloud vendor you want your machine spun up on. So no, if AWS has a full outage, it won't fall back to a different cloud. Failover is done at an availability z…
-
comment
Comment #20222614
I think the quickest comparison is SQL vs NoSQL. We haven't done performance benchmarks against Druid yet, but do know of several users who have switched because they want to use P…
-
comment
Comment #20222602
Very cool! I haven't been able to find a more real-time data source yet. Thanks for sharing!
-
comment
Comment #20222598
We spin up a separate instance that matches the type that you want to migrate to, restore a backup and stream the WAL logs. Then, we redirect.
-
comment
Comment #20222590
Certainly - I've been seeing a bunch of usage based pricing that price on a different metric (like metrics per second) etc. Regardless, with Timescale Cloud, if you get a machine, …
-
comment
Comment #20219851
Yeah - TimescaleDB comes with a time_bucket function that allows you to group things by minute, and specify a where clause that queries for just the last 5 days. You can build inde…
-
comment
Comment #20219793
We haven't done a formal price comparison, since it's actually a bit hard to compare apples to apples since the two databases are architected differently. Definitely something we s…
-
comment
Comment #20219778
Interesting point of view - it's certainly always a bit hard to find the right verbage that everyone can understand, but hopefully this discussion clarified things!
- comment
-
comment
Comment #20219492
It's more like pay-for-what-you use. You can check out the pricing calculator for more detail: https://www.timescale.com/cloud-pricing Growing, shrinking, and migrating involve mov…
- story
- story
- story
-
comment
Comment #14309028
[cockroachdb here] We are big fans of RethinkDB, but also glad to hear that you'll explore CockroachDB. Let us know how it goes, and definitely file any issues / feature requests i…
-
comment
Comment #14309006
Thanks for pointing that out! We will fix that to optional for us :)
-
comment
Comment #14308582
[cockroachdb here] Thanks for the great response, bpicolo!
-
comment
Comment #14308553
[cockroachdb here] Yes! In addition to being highly scalable, CockroachDB also comes with built-in replication. That means that even with a smaller project that hasn't scaled yet, …
- story
-
comment
Comment #14101449
CockroachDB employee here - Yes, CockroachDB is a completely different database from PostgreSQL. CockroachDB supports HA from the bottom up with data broken up into ranges that are…
-
comment
Comment #13662383
CockroachDB employee here. DBaaS is definitely on our roadmap. There are a lot of moving pieces to building out DBaaS, so our focus first is on honing our core product. In the mean…