It legit kinda sucks that, right after I move on here, some drama happens, and now I can't talk to some of my friends because an admin decided that their server and community shouldn't talk with this one.
I'd normally just sigh and shrug it off, but some of my friends on the other side are people who built part of the existing network and its protocols.
@deadsuperhero i mean you could just switch back
@deadsuperhero i would have used a misskey fork if i could have figured out how to scale it horizontally
@kainoa @deadsuperhero there is so much more to horizontal scalability than that. does firefish support sharding database accesses so that reads go to secondaries and writes go to a primary? can i run multiple http frontends without them fighting over state?
@kainoa @deadsuperhero why do you say that Scylla is more scalable? in some cases, with some access strategies, it can be, but it’s not automatic. that’s like saying that bigquery is more scalable than postgres. it depends on the job, how the access patterns are, etc.