Replies: 1 comment
-
Hey easaw, did you get this to work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to serve each sub-domain from a different server (data protection reasons).
I am looking at using LudicrousDB over the other plugins, because I am worried about PHP7 (and 8), MySQL and other compatibilities in the future (and for example I use MariaDB).
Also, if possible I would prefer to have each blog go to the right DB without using some IF statement.
Anyone know of a way to send the query to the right DB using some sort of cached info, to save time/ cycles etc.?
So far I have this:
Would this be the correct kind of thing to do (it's untested), or should I look at using SharDB?
If Yes or No, please explain so I can understand further. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions