You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Dave Cottlehuber (JIRA)" <ji...@apache.org> on 2013/03/27 17:11:18 UTC

[jira] [Created] (COUCHDB-1725) Remove reserved metadata from documents

Dave Cottlehuber created COUCHDB-1725:
-----------------------------------------

             Summary: Remove reserved metadata from documents
                 Key: COUCHDB-1725
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1725
             Project: CouchDB
          Issue Type: Improvement
            Reporter: Dave Cottlehuber


CouchDB treats some fields specially (_id, _rev, _attachments),
requiring a transformation process when reading and writing documents.

Removing the fields would allow higher performance and alternative
data types. A question remains as to where they would go, as not all
map to a standard HTTP header (_rev maps neatly to ETag,
though). Custom HTTP headers is an obvious solution, are there others?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira