Postgress AWS instance. #2169
Replies: 3 comments 1 reply
-
On AWS, never use anything less than large instances in production (personal rule). If you are constrained on resources, sqlite is a perfectly valid choices and will work much better than a postgres on a micro instance. We have been using sqlite in production with order of magnitudes more channels. |
Beta Was this translation helpful? Give feedback.
-
Was looking at this again. For the fail-over/resilience reasons rather than performance. I see AWS says we should expect a AZ failover to happen in about 30secs to 1min. If Eclair is running when either of these happens and it tries to read/write to the DB will it just Exit and need restarting once DB is back online? |
Beta Was this translation helpful? Give feedback.
-
Am now running an instance with 700 channels on a AWS Postgres RDS db.t3.micro with multi AZ mirroring enabled. For a few days was accruing CPU credits. But now seems to be just over the allowance so will be charged a bit extra. Most of CPU is AWS RDS processes! |
Beta Was this translation helpful? Give feedback.
-
Was considering moving a node with ~600 channels from SQLITE to Postgress on AWS using RDS.
Anyone got any idea what size instance I will need? Was assuming the smallest possible one should be OK?
db.t4g.micro - so 2CPUs and 1Gig of RAM
Beta Was this translation helpful? Give feedback.
All reactions