You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently not a problem, since only one server is ever fetched at a time, and no server has many banned words.
However, I have an endpoint available to grab all servers, which, at this point in time (at 8.3k rows) takes almost 13 seconds to return, which is untenable. I think this is because I'm fetching the servers using sql, then programatically requesting each server's bans. There's probably a tricky (or not so tricky) way to do this in a join all at once, to save a ton of time.
The text was updated successfully, but these errors were encountered:
It's currently not a problem, since only one server is ever fetched at a time, and no server has many banned words.
However, I have an endpoint available to grab all servers, which, at this point in time (at 8.3k rows) takes almost 13 seconds to return, which is untenable. I think this is because I'm fetching the servers using sql, then programatically requesting each server's bans. There's probably a tricky (or not so tricky) way to do this in a join all at once, to save a ton of time.
The text was updated successfully, but these errors were encountered: