Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 35E817E60 for ; Sun, 30 Oct 2011 16:34:56 +0000 (UTC) Received: (qmail 50705 invoked by uid 500); 30 Oct 2011 16:34:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 50659 invoked by uid 500); 30 Oct 2011 16:34:55 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 50651 invoked by uid 99); 30 Oct 2011 16:34:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Oct 2011 16:34:55 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Oct 2011 16:34:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 2BC993287CD for ; Sun, 30 Oct 2011 16:34:32 +0000 (UTC) Date: Sun, 30 Oct 2011 16:34:32 +0000 (UTC) From: "Benoit Chesneau (Closed) (JIRA)" To: dev@couchdb.apache.org Message-ID: <1566639173.38460.1319992472180.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (COUCHDB-507) add modified time to db header MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benoit Chesneau closed COUCHDB-507. ----------------------------------- Resolution: Later nope, I think a better implementation of that concept should be done. Will revisit that when I have some time. Closing it for now. > add modified time to db header > ------------------------------- > > Key: COUCHDB-507 > URL: https://issues.apache.org/jira/browse/COUCHDB-507 > Project: CouchDB > Issue Type: Improvement > Components: Database Core > Affects Versions: 0.11 > Reporter: Benoit Chesneau > Attachments: modified.patch > > > Patch that add modified date to teh db header in view of geeting last time a db was updated which would allow in case of a global db handler to get all changes since this date, or just get all new dbs created. Patch is attached and could be found in my repo : > http://bitbucket.org/benoitc/couchdb/src/9733d08fc7b0/ > It works and I can get db infos : > {"db_name":"testdb","doc_count":0,"doc_del_count":1,"update_seq":3,"modified":"1253540241479553","purge_seq":0,"compact_running":false,"disk_size":12398,"instance_start_time":"1253540874651249","disk_format_version":5} > Main problem actually is that it doesn't handle old dbs since header should be upgraded. I've read the code in couch_file but fail for now to understand the logic to read/rewrite header. I think I should first test if header is on version < 0.9 then 0.10 but... Any help would be appreciated. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira