My documents are smalls (just 6 string fields or something like that, and I
have 130 documents in database).
I don't know how I can see/_utils/status.html because I don't use Futon, I
just use REST to manage my database. I am using in Amazon EC2. And I don't
know where are the logs files. I'm so sorry.
I tried using emit(doc.ciudad, null) with "include_docs=true" and the same
problem is happening.
Thank you Nils
2011/11/29 Nils Breunese <N.Breunese@vpro.nl>
> Iñigo Sola Núñez wrote:
>
> > I have the following view:
> >
> > {
> > "_id": "_design/ofertas",
> > "_rev": "1-9556bdbb5fdab8c61d340d44bc9083ea",
> > "language": "javascript",
> > "views": {
> > "byMunicipio": {
> > "map": "function(doc) {
> > emit(doc.ciudad, doc); }"
> > }
> > }
> > }
> >
> > When I use that view, it never finishs and doesn't show anything.
>
> Do you see any progress on /_utils/status.html ? Anything in the log?
>
> Also, you might want to emit(doc.ciudad, null) instead which depending on
> how big your documents are might save a lot of diskspace. If you want to
> obtain the full doc you can always use ?include_docs=true. (This is a
> performance versus storage space trade-off.)
>
> Nils.
> ------------------------------------------------------------------------
> VPRO www.vpro.nl
> ------------------------------------------------------------------------
>
|