Question: Sharding support
How well does sapphire scale? Can I use the original approach of making d.js scale or does sapphire do it for me? let's say a both in 10k servers.
4 Replies
Just as well as djs and yes. No sapphi4e doesn't do it for you. We don't deal with sharding and leave it entirely to djs. The only factor to account for is if you use the API plugin in which case you should follow https://www.sapphirejs.dev/docs/Guide/plugins/API/starting-on-single-cluster-or-shard
Ah okay I see thank you, so I can follow the same approach I sharded d.js to use on sapphire
Yes
Okay thank you.