Hi, I am using couchbase lite no-sql db in my iOS application. Currently I have created a serial queue and set this as dispatch_queue for my CBLManager. So all reads and writes I am accessing through this queue but all reads are also become serial now. Because of this there is a performance impact. How can I have a concurrent reads (parallelised by multi cores) and seqential write allowed?
-- 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/89d207b8-9025-4734-8ab5-c1bfe911ad0d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
