-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Milestone
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels