Open 3nvisiond opened 7 months ago
By scaling our database horizontally, we can effectively bind each database to each locally hosted Discord bot for each server.
Each database is being given its own completely separate server to manage. In addition to this, this helps increase the security of the database.
The idea is that, starting with the primary server as a reference, servers which the bot has been added to will be given their own separate database.
By doing so, we are effectively eliminating the need for complex search algorithms, which will require extensive optimization for speed, in favor a singular database for each server.