What I’ve read is that some multi-tenant apps run into this. I’m not sure if it’s 10k per database, or per server. The multi-tenant comments make it sound like a per server issue. I’ve worked on apps that create a database per tenant. (I’d advise against this, but it did have its advantages.) I could see 10k tables happening pretty easily in that kind of architecture.
Feels like this would be unlikely to get triggered in practice. What am I missing?