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

Refine database schema #218

Open
4 tasks
epicmonkey opened this issue May 21, 2015 · 0 comments
Open
4 tasks

Refine database schema #218

epicmonkey opened this issue May 21, 2015 · 0 comments
Milestone

Comments

@epicmonkey
Copy link
Member

Redis list of improvements:

  • convert UUIDs to Ints (so Redis uses Int Sets instead of Hash table)
  • use Named Tuples for User object (i.e. replace username epicmonkey hashedPassword abc to epicmonkey abc and let backend map values as needed)
  • replace ZSETs where applicable to LISTs/SETs
  • introduce heads and tails (e.g. first 250 records are in head and others are in tail, head could be ZSET and tail could be LIST)

Postgres schema TBD

@epicmonkey epicmonkey added this to the 0.3.0 milestone May 21, 2015
@epicmonkey epicmonkey modified the milestones: 0.4.0, 0.3.0 Jun 8, 2015
@epicmonkey epicmonkey modified the milestones: 0.4.0, 0.5.0 Jul 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant