Event Dime
Sense check on embedding solution, locked paramaters and caching
- When:
- June 23, 2026 · 1:48 PM
- Where:
- Metabase Discussion
- Source:
- Metabase Discussion
I would hold off on caching until there is a demonstrated performance issue. Caching add a complication (and I don’t think you want to get to having to cache every orgid/tenant/customer). Certainly test it if you like but unless your database accesses are expensive (time consuming or wallet consuming) it may not be a win. You likely have an index on org id in the DB so it shouldn’t have trouble quickly returning data. As far as managing risk, in OSS the best you can do is a test environment and