You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Chris Anderson (JIRA)" <ji...@apache.org> on 2009/05/07 23:50:45 UTC

[jira] Created: (COUCHDB-346) ddoc option to include seq number on the doc for view generation

ddoc option to include seq number on the doc for view generation
----------------------------------------------------------------

                 Key: COUCHDB-346
                 URL: https://issues.apache.org/jira/browse/COUCHDB-346
             Project: CouchDB
          Issue Type: New Feature
          Components: JavaScript View Server
            Reporter: Chris Anderson
             Fix For: 0.10


this allows us to collate docs in the order they were recorded on the local database. useful for lots of things, like Eric's replication processor but also for ordering messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (COUCHDB-346) ddoc option to include seq number on the doc for view generation

Posted by "Paul Joseph Davis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COUCHDB-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707161#action_12707161 ] 

Paul Joseph Davis commented on COUCHDB-346:
-------------------------------------------

Making this a design doc option alleviates any of my concerns about views being different on different nodes. This way the user must explicitly ask for it which means they should be aware of the consequences.

> ddoc option to include seq number on the doc for view generation
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-346
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-346
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: JavaScript View Server
>            Reporter: Chris Anderson
>             Fix For: 0.10
>
>
> this allows us to collate docs in the order they were recorded on the local database. useful for lots of things, like Eric's replication processor but also for ordering messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (COUCHDB-346) ddoc option to include seq number on the doc for view generation

Posted by "Chris Anderson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Anderson closed COUCHDB-346.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 0.11)
                   0.10

this is fixed. to include the local seq of documents into your view, add 

options : {
local_seq : true
}

to your design doc.

> ddoc option to include seq number on the doc for view generation
> ----------------------------------------------------------------
>
>                 Key: COUCHDB-346
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-346
>             Project: CouchDB
>          Issue Type: New Feature
>          Components: JavaScript View Server
>            Reporter: Chris Anderson
>             Fix For: 0.10
>
>
> this allows us to collate docs in the order they were recorded on the local database. useful for lots of things, like Eric's replication processor but also for ordering messages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.