Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 2
    "any large-scale app should be making use of a memory persistence layer (in RAM) which should be memory caching parts of the DB that are frequently used." -- Any decent database will be doing this, too. Commented Dec 15, 2010 at 23:34
  • Android and iPhoneOS both use SQLite, a SQL-92 compliant database system. See stackoverflow.com/questions/2011724/… Commented Jan 25, 2011 at 23:34