On Jan 19, 2014, at 7:23 PM, Joel Saltzman <[email protected]<mailto:[email protected]>> wrote:
does couchbase lite loas all of the local database into memory like couchbase server does? Where can I find more documentation regarding this topic? No. The data is stored in a SQLite database; you can read about the schema here<https://github.com/couchbase/couchbase-lite-ios/wiki/Object-Design-And-Schema>. And attachment bodies are stored as individual files, outside the database. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/D45A046D-183E-4324-B43F-05C9CDD12C37%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
