Skip to content

Support for capped collections #22

@pcdinh

Description

@pcdinh

Hi all,

In MongoDB there is a feature called capped collections which are fixed-size lists that support high-throughput operations that insert, retrieve, and delete values based on insertion order.

It is really nice feature that can be used in

  • logging window that shows last X logs
  • most X recent active users in a time windows (do not to store them all)
  • last X activities
  • Newest articles in the front page

Tarantool/Box supports lists and set already which are quite useful to capped collections

Is there any efficient way to do it in Tarantool/Box?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions