FoundationDB 6.0 released, featuring multi-region support
foundationdb.org
FoundationDB 6.0 released, featuring multi-region support
1–10 of 72 posts
Re: FoundationDB 6.0 released, featuring multi-region support
#2Re: FoundationDB 6.0 released, featuring multi-region support
#3Looking 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
#4i.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
#5To 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…
What is the state of production monitoring of FoundationDB?
Re: FoundationDB 6.0 released, featuring multi-region support
#6To 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
#7Earlier 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.
Re: FoundationDB 6.0 released, featuring multi-region support
#8To 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…
Re: FoundationDB 6.0 released, featuring multi-region support
#9Most 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
#10To 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…