Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in combination with django-tenant-schemas, "public" tables caching is not working #458

Open
jacopsd opened this issue May 24, 2023 · 1 comment

Comments

@jacopsd
Copy link

jacopsd commented May 24, 2023

Using django-cacheops in combination with django-tenant-schemas
Works fine for tenant specific tables, but doesn't not cache tables in the "public" tables which are shared over all tenants.

Probably setting the postgres schema to "public" is not foreseen, and hence this does not work.
Any suggestion on where to tackle this in the source?
Thank you.

@Suor
Copy link
Owner

Suor commented Aug 29, 2023

Sorry for slow response. If you can make a test or a test project this would help to speed this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants