Is 20 MB generally enough for a blog database in SQL Server or MySQL? -
i want deploy blog on appharbor. free size of database 20 mb. not yet ready pay $10/month 10gb database. question is: sufficient simple blog 1 post week?
i not going use blogging engine. write own engine posts in database. plan use disqus comments.
that's basic math, really.
one post week of 10kb per post, make last 200 weeks. mutatis mutandis:
d bytes per database --------------------------------------- = weeks per database (n posts per week) x (s bytes per post)
Comments
Post a Comment