Oddbean new post about | logout
 ouch, we need a postgress DB for this one 😟 That's too much for my poor raspberry pi.  
 Lol yeah this one needs serious compute  
 maybe with a cluster of raspberry pis? :-D 
 Just buy a real computer lol 😆 
 nah, takes too much space. I'd rather "rent" a VPS somewhere. I'ts cheaper too... 
 is all teh state of the relay recorded in the DB? Could i run several instances with a single DB backend? 
 Each relay would be pulling duplicate notes and trying to write them to the DB, it would be pretty ugly

But in theory yes you could do this, it uses mostly postgres to compute the stuff  
 but it still wouldn't solve my problem, i'd actually need the postgres DB to be in a cluster, not the relays, since the DB does all the hard work.