blckbx / lnd_postgres

⚡ Guide: How to setup LND with PostgreSQL DB
https://blckbx.github.io/lnd_postgres
MIT License
18 stars 1 forks source link

Question on resource utilization for Postgres #2

Open 84adam opened 1 year ago

84adam commented 1 year ago

Can you give any sense of how large the database has to be at present for it to work with LND?

For example, would a db with these specs work?

1 vCPU / 1 GB RAM / 10 GB SSD

...Or would it have to be bigger?

Thanks!

blckbx commented 1 year ago

Hello @84adam, sorry for this very late reply. I haven't been notified about any open issues somehow. The size of the postgresql db really depends on how many channels you intend to run, also what kind of postgres features you'd want to activate (archives etc.). Personally I'd go for a more beefy setup with some space left for maintenance (additional backups).