At 11:49 16/08/2013, Volker Mische wrote:
> What if we split document metadata from document itself? E.g. pass
> _id, _rev and other system or meta fields with separate object. Their
> size much lesser than whole document, so it will be possible to fast
> decode this metadata and decide is doc need to be processed or not
> without need to decode/encode megabytes of document's json. Sure, this
> adds additional communication roundtrip, but in case if it will be
> faster than json decode/encode - why not?
That would be the ultimate-ultimate goal.
This is a basic requirement for me: incrementally (i.e. metadata on
metadata) and for syllodata (data between data) interlinks.
jfc