3nvisiond / Scuffle-Bot

A universal Discord bot that will simplify the experience for moderation, logging, and extra activities.
1 stars 0 forks source link

Integrate Databases For Long Term Cache #5

Open 3nvisiond opened 2 months ago

3nvisiond commented 2 months ago

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.

3nvisiond commented 2 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.