Page 1 of 1

Postgres database on cloud drive like dropbox

PostPosted: Thu Nov 24, 2011 12:24 pm
by Bangwhiz
Will this work, or would it be just to darn slow?

Re: Postgres database on cloud drive like dropbox

PostPosted: Thu Nov 24, 2011 12:27 pm
by WhiteRider
Since Dropbox actually keeps the files on your computer the actual reads and writes to the database shouldn't be slow, although you may get some performance degradation as the changes are synced, because the hard drive is being used by another process meaning that PostgreSQL may have to wait from time to time.

highfalutin