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

Think about replacing sqlite #1

Open
eggpi opened this issue Jun 7, 2013 · 1 comment
Open

Think about replacing sqlite #1

eggpi opened this issue Jun 7, 2013 · 1 comment

Comments

@eggpi
Copy link
Collaborator

eggpi commented Jun 7, 2013

We don't really seem to need SQL at all for this app. The only query we ever make is "give me all devices by a user", where we don't even expect a single user to have many devices.

One idea that was tossed around was just using a file for each user, where we serialize their devices as JSON. I'm filing this bug so we can continue discussing/experimenting on this.

@nikhilm
Copy link
Collaborator

nikhilm commented Jun 19, 2013

file would work, as would redis.

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

2 participants