Thanks Jens,

 as per our requirement our software (.net desktop app) should have a local 
database which can handle huge data and should handle intense read and 
write since its about various calculations.

And in multi user scenario the users should be to sync the data with each 
other. Thats the reason we are looking for Couchbase lite.

Now in our case we are writting as Json objects and dumping it to the 
couchbase lite sqllite and this json object can sometimes be huge depending 
on the size of the project which as user is workiing on. So do you say or I 
am wrongly interpretting that Couchbase lite is not a good fit for this 
purpose?

COuld you please help to give me more insight on this so that I can better 
understand the COuchbase lite and understand whether we can actually use 
this.

Please ask me if you want more details about what I am trying to achieve.

-Sherry

On Wednesday, 20 August 2014 22:13:49 UTC+5:30, Jens Alfke wrote:
>
>
> On Aug 20, 2014, at 12:54 AM, Sherry Ummen <[email protected] 
> <javascript:>> wrote:
>
>  What is document limit size in Couchbase Lite? Does it have the same 
> limit what Couchbase Server has?
>
>
> There's effectively no limit. The documents are stored in a SQLite 
> database, which can handle terabytes of data, and attachments are stored as 
> individual files in the filesystem.
>
> I don't recommend putting huge amounts of JSON data directly into a 
> document; it's slow to parse, which especially slows down the indexer. Use 
> an attachment instead.
>
> —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/3566f83f-282e-406d-95b0-7fb07d4cf456%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to