postgresql - Heroku Django application slower after moving postgres database to Amazon free RDS -


i have pilot django project installed on heroku using free tier , free postgres database. due size limitation on heroku, moved database amazon rds free tier offers lot more space , no row limit. after move notice slow performance in django app! there way reconfigure setup make application/database go faster?

if it's "free tier" of rds, using small database (in terms of cpu , memory) shouldn't come surprise slow. specifically, free tier t2.micro, has 1 virtual cpu , 1gb of memory.

also, storage type (magnetic, ssd, provisioned iops) may make substantial difference. can observe disk stats in cloudwatch rds instance see if that's problem.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -