Problem that large json missing in view

@zepinos If you’re having quite a few such documents, CPU resource requirements will increase in proportion because of indexing overhead.

Also it isn’t a good practice to emit whole document in your view definition. In current state, you have at least 2 copies of same data i.e. one within our caching/persistence layer and another inside view index B+Tree.