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

relational databases suck for this #28

Open
uniphil opened this issue Mar 10, 2013 · 0 comments
Open

relational databases suck for this #28

uniphil opened this issue Mar 10, 2013 · 0 comments

Comments

@uniphil
Copy link
Member

uniphil commented Mar 10, 2013

We have 7.4Mb of data stored, according to Heroku Postgres. And I can't load tweets, because that would surpass our 10,000 row free plan limit. Very soon, someone's going to cause the whole site to break because we'll actually hit it.

$9/mo for 10M rows, but I don't know how far that will actually carry us, given how fast we hit 10k.

-- or --

given that our data is small, we just need a lot of rows because our data structures are a bit complex, we can switch to mongodb and get half a gig of storage for free before we have to start paying.

It would mean redoing a lot of work, and there's no embedded mongodb like sqlite that's convenient for development, so we'd all also have to install mongo to work on it.

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