A NoSQL Database with ACID Transactions
foundationdb.com
A NoSQL Database with ACID Transactions
1–10 of 57 posts
Re: A NoSQL Database with ACID Transactions
#2It's nice to find a NoSQL solution that addresses this issue.
Re: A NoSQL Database with ACID Transactions
#3Re: A NoSQL Database with ACID Transactions
#4It's one of the 'bug bears' I find with new technologies where they try and use it for something it wasn't really designed for. The most recent being the idea of doing e-commerce with a no-sql db (mostly MongoDB). You are just using the wrong type of DB for this. It's nice to find a NoSQL solution that addresses this issue.
Re: A NoSQL Database with ACID Transactions
#5It's one of the 'bug bears' I find with new technologies where they try and use it for something it wasn't really designed for. The most recent being the idea of doing e-commerce with a no-sql db (mostly MongoDB). You are just using the wrong type of DB for this. It's nice to find a NoSQL solution that addresses this issue.
A pretty obvious example is people using Redis and Mongo for applications that would really benefit the most from relational databases. If you have a highly relational model that would benefit from things like referential integrity and normalization then use a relational database. If you need a massive highly scalable KVP database, use NoSQL. I don't see why people try to use a single approach as a solution to every problem.
I thought this video about NoSQL fanboys was really hilarious: http://highscalability.com/blog/2010/9/5/hilarious-video-rel...
Re: A NoSQL Database with ACID Transactions
#6Re: A NoSQL Database with ACID Transactions
#7Would also be nice to understand what the intended pricing model will be (if any). If the plans are to keep this free, that would be pretty great.
Re: A NoSQL Database with ACID Transactions
#8I see C, node, ruby, and Java support...any plans for a .NET API as well? This seems like something that would be nice to mess around with there. Would also be nice to understand what the intended pricing model will be (if any). If the plans are to keep this free, that would be pretty great.
FoundationDB licenses will have reasonable and linear pricing. The license cost for a cluster, including support, will be similar to the operational cost of the commodity hardware in the cluster."
Re: A NoSQL Database with ACID Transactions
#9I see C, node, ruby, and Java support...any plans for a .NET API as well? This seems like something that would be nice to mess around with there. Would also be nice to understand what the intended pricing model will be (if any). If the plans are to keep this free, that would be pretty great.