I don't know what it means right now, but in the near future it will mean that Apple invented modern Databases.Can someone tell me what this article said in English? Like explain it like I'm 5 years old. Thanks.
Last edited by a moderator:
I don't know what it means right now, but in the near future it will mean that Apple invented modern Databases.Can someone tell me what this article said in English? Like explain it like I'm 5 years old. Thanks.
Mongo is great, and would've been nice to see Apple throw their hat in with them. But I understand their need for fully Atomic operations. *sighs*
Apple apparently felt for their needs it had to be a database that supports ACID transactions. Mongo might be a great database, but there are some things that it just should never be used for.
All this talk of iOS makes no sense. It's a nosql clusterable ACID database that has no problems with data coherency. Why would you want this on an iOS device?
... I wish I had heard about it before the acquisition, because now it's unavailable. I'd rather have used this than hacking together a mongo/redis distributed cluster ...
Apple apparently felt for their needs it had to be a database that supports ACID transactions. Mongo might be a great database, but there are some things that it just should never be used for.
I have no idea either.
This article flunks Journalism 101. The writer tosses about arcane industry jargon and assumes the readers will understand every word of it.
Odd, as it seems like Apple's first serious foray into NoSQL, but I can't fathom why they wouldn't have leveraged it prior. Regardless, it's good news for Apple and its customers, and perhaps bad news for those that relied on FoundationDB's ACIDity.
1 Nanodollar == $0.0000000001
$0.0000000003 * 54000000000 == $16.20 an hour
I don't believe it points to anything new, just improvement of their backend in terms of performance, scale and ACID (the latter meaning in general terms, consistent, reliable data). Could be for iCloud (docs, files - especially in terms of dealing with concurrent access to documents/collaboration), content and meta data for the store/iTunes, maybe a Parse-like backend service for IOS dev, the list goes on![]()
Can someone tell me what this article said in English? Like explain it like I'm 5 years old. Thanks.
Apple bought a database company. Its product is very fast, can handle lots of data, and is low cost to run.
In computer science, ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties that guarantee that database transactions are processed reliably. In the context of databases, a single logical operation on the data is called a transaction. For example, a transfer of funds from one bank account to another, even involving multiple changes such as debiting one account and crediting another, is a single transaction.
When you quote from Wikipedia, please mark it as a quote. Otherwise it is plagiarism. http://en.wikipedia.org/wiki/ACID for anyone who wants to read the full article.
Odd, as it seems like Apple's first serious foray into NoSQL, but I can't fathom why they wouldn't have leveraged it prior.
FoundationDB runs on...? Extreme IO, v9000, Pure?
I have no idea either.
This article flunks Journalism 101. The writer tosses about arcane industry jargon and assumes the readers will understand every word of it.
C'mon, Arn. Shouldn't we expect better from Macrumors scribes? Or is it because you paying them nano-peanuts?
You are both assuming that Apple wasnt already using this. However, it is entirely possible that Apple has been using FoundationDB and decided to buy them out so they could develop the technology further without fear of the competition leveraging it.
I have no idea if my speculation is true, but a lot of companies I have heard Apple buy were companies they had worked with first, so this could be the case here too. Just a thought.
For all we know, they could already be using this technology - and only after rolling it out - decided it would be a good idea to purchase the brains behind the software.
When you quote from Wikipedia, please mark it as a quote. Otherwise it is plagiarism. http://en.wikipedia.org/wiki/ACID for anyone who wants to read the full article.
Do people actually use iCloud mail? I cringe every time I even look at it.
I don't believe it points to anything new, just improvement of their backend in terms of performance, scale and ACID (the latter meaning in general terms, consistent, reliable data).