Support row expiration
Registered by
Keith Newstadt
A MagnetoDB user should be able to add a row to a table, and specify a period of time after which the row will "expire". An expired row should no longer show up in queries, should not count against quota, and should within a reasonable (configurable?) amount of time be deleted from the table.
Examples:
- User adds log events to a table, but wants those events to roll out over time.
- User adds an item to a cart for purchase. If the user doesn't make the purchase in a given amount of time the item is deleted from their cart.
Whiteboard
(?)