You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by "Vladimír Gorej (JIRA)" <ji...@apache.org> on 2012/12/29 12:34:12 UTC

[jira] [Created] (LOG4PHP-203) Capped collections support for Mongo Appender

Vladimír Gorej created LOG4PHP-203:
--------------------------------------

             Summary: Capped collections support for Mongo Appender
                 Key: LOG4PHP-203
                 URL: https://issues.apache.org/jira/browse/LOG4PHP-203
             Project: Log4php
          Issue Type: Improvement
          Components: Code
    Affects Versions: 2.3.0
            Reporter: Vladimír Gorej


Mongo database now support capped collection. Capped collections are fixed-size collections that support high-throughput operations that insert, retrieve, and delete documents based on insertion order. Capped collections work in a way similar to circular buffers: once a collection fills its allocated space, it makes room for new documents by overwriting the oldest documents in the collection.

For more information see:  http://docs.mongodb.org/manual/core/capped-collections/

--
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