Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sub: "archive" for dead sessions #19

Open
vivainio opened this issue Oct 18, 2012 · 0 comments
Open

sub: "archive" for dead sessions #19

vivainio opened this issue Oct 18, 2012 · 0 comments
Milestone

Comments

@vivainio
Copy link
Owner

We should probably partition the database to "live" sessions and "expired" sessions.

When "consume" is called:

  • first look at live sessions, use that if available
  • then look at expired sessions, use that if available
  • if neither is available, create new live session

Proposed table name: ExpiredSession

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant