Hello,
So my database backend, in all likelihood, will one day become too large and I will have to create a new backend to preserve functionality. What is the best way to handle something like this? As the backend grows, there is most likely some information that I would like the user to still be able to access, but there is definitely a need to store the bulk of the information elsewhere.
This problem is still far out in the scope of current database, but I would like to be able to prepare for when that day actually arrives.
Thank you.