Hi Andrew,

My client is running on Android. The documents are just JSON. I've imported 
20K rows of Dutch Postal Code <http://www.postcodedata.nl/download/> documents 
(this dataset is 471K rows long). Here's one of them:

{
  "id": "395614",
  "postcode": "7940XX",
  "postcode_id": "79408888",
  "pnum": "7940",
  "pchar": "XX",
  "minnumber": "4",
  "maxnumber": "12",
  "numbertype": "mixed",
  "street": "Troelstraplein",
  "city": "Meppel",
  "city_id": "1082",
  "municipality": "Meppel",
  "municipality_id": "119",
  "province": "Drenthe",
  "province_code": "DR",
  "lat": "52.7047653217626",
  "lon": "6.1977201775604",
  "rd_x": "209781.52077777777777777778",
  "rd_y": "524458.25733333333333333333",
  "location_detail": "postcode",
  "changed_date": "2014-04-10 13:20:28",
  "doctype": "postcode"
}


P.S. If we're talking performance anyway, the Sync Gateway import itself, 
via PUT requests on port 4985 of the Sync Gateway Admin REST API, took me 
more than two hours, at 3 imports per second. Of course, al single server / 
single thread etc., but still. So I was quite happy that the replication 
took 'only' 3,5 minutes. Although I feel (and hope) the latter could be 
quicker, hence this post ;-)

Cheers,

Johan

On Thursday, June 5, 2014 11:13:48 PM UTC+2, Andrew Reslan wrote:
>
> Is your client running on iOS or Android?
>
> Can you give more details about the size of the documents, are they just 
> JSON or do they have attachments?
>
> Andy
>
>
>

-- 
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/673b03d4-f273-45d3-81ca-32823f6ede23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to