Oddbean new post about | logout
 Haven't tried it, but it looked promising. I'm looking for a single binary. What's wrong with LMDB? 
 Oh nigga let me tell you.

it is a waste of resources. It uses a lot of disk IO. I am afraid that it will kill the SSD. If you use a spinning disk, you can see the heavy IO easier. It is not going to scale as good as a real database like Postgresql, which all the good decentralized shit uses. No good way to manage the database either 
 I see. 

This one is postgres 

https://github.com/barkyq/gnost-relay 
 Oh nice. I don't see any of the administrative features that ditto has or anti-spam protections 
 Ditto scales well? 
 It should. The schema is super simplistic because it's nostr and not Mastodon. Mastodon, Misskey has a ton of users and they all use Postgresql