Live data from Hacker News

FoundationDB 6.0 released, featuring multi-region support

foundationdb.org

1–10 of 72 posts

Re: FoundationDB 6.0 released, featuring multi-region support

#3
Congrats to the team on the release. Using FoundationDB has been one of the most rock solid NoSQL experiences I've ever had, and I've used a lot. After having a few months to hammer my cluster with fairly low level atomic operations, I can confidently say this thing holds up to pretty much anything you want to throw at it. Coming from the land of HBase and DynamoDB, It's ability to automatically (and intelligently) repartition data based on write throughput has been an administrative breakthrough for me.

Looking forward to additional use cases I can throw at this beast of a system.

Kudos to you guys!

Re: FoundationDB 6.0 released, featuring multi-region support

#4
To anyone who is on the fence about putting FoundationDB into production (or at least evaluating it for their use cases), what is the number one thing you think is missing or you're worried about?

i.e.

- a SQL interface,

- pre-packaged data structure libraries,

- monitoring,

- limitations of FoundationDB itself,

- etc.

I'm working on a talk for the upcoming FoundationDB Summit and I'd love to address some real-world questions or issues people have.

Re: FoundationDB 6.0 released, featuring multi-region support

#5
post #4

To anyone who is on the fence about putting FoundationDB into production (or at least evaluating it for their use cases), what is the number one thing you think is missing or you're worried about? i.e. - a SQL interface, - pre-packaged data structure libraries, - monitoring, - limitations of FoundationDB itself, - etc. I'm working on a talk for the upcoming FoundationDB Summit and I'd love to address some real-world…

> - monitoring,

What is the state of production monitoring of FoundationDB?

Re: FoundationDB 6.0 released, featuring multi-region support

#6
post #4

To anyone who is on the fence about putting FoundationDB into production (or at least evaluating it for their use cases), what is the number one thing you think is missing or you're worried about? i.e. - a SQL interface, - pre-packaged data structure libraries, - monitoring, - limitations of FoundationDB itself, - etc. I'm working on a talk for the upcoming FoundationDB Summit and I'd love to address some real-world…

> - monitoring, What is the state of production monitoring of FoundationDB?

FoundationDB exposes extremely detailed XML logs, as well as providing a status key you can scrape (\xff\xff/status/json) which exposes high level metrics about the entire cluster, including health, disk space, transaction rate, conflict rate, etc.

Re: FoundationDB 6.0 released, featuring multi-region support

#7
post #6

Earlier quoted context omitted.

> - monitoring, What is the state of production monitoring of FoundationDB?

FoundationDB exposes extremely detailed XML logs, as well as providing a status key you can scrape (\xff\xff/status/json) which exposes high level metrics about the entire cluster, including health, disk space, transaction rate, conflict rate, etc.

Thanks for the direction. I'll read up on it! FoundationDB seems very cool :)

Re: FoundationDB 6.0 released, featuring multi-region support

#8
post #4

To anyone who is on the fence about putting FoundationDB into production (or at least evaluating it for their use cases), what is the number one thing you think is missing or you're worried about? i.e. - a SQL interface, - pre-packaged data structure libraries, - monitoring, - limitations of FoundationDB itself, - etc. I'm working on a talk for the upcoming FoundationDB Summit and I'd love to address some real-world…

We use Postgresql heavily and it's not really a viable replacement. Even if there were an SQL layer, I doubt it would be fully featured enough for our needs. We may evaluate FDB as a distributed cache, but haven't had the time.

Re: FoundationDB 6.0 released, featuring multi-region support

#9
So, FoundationDB is a pretty low level distributed key-value store with transactions.

Most applications will need something higher level, like a SQL or document db frontend which could be built on top.

I'm curios what people have started using FoundationDB for. Any interesting stories to share?

Re: FoundationDB 6.0 released, featuring multi-region support

#10
post #4

To anyone who is on the fence about putting FoundationDB into production (or at least evaluating it for their use cases), what is the number one thing you think is missing or you're worried about? i.e. - a SQL interface, - pre-packaged data structure libraries, - monitoring, - limitations of FoundationDB itself, - etc. I'm working on a talk for the upcoming FoundationDB Summit and I'd love to address some real-world…

+1 for a SQL layer/interface. Would massively increase utility of FDB.
Post reply on HN