-
# Issue
I had a simple DB router:
```
class ReadReplicaRouter:
def db_for_read(self, model, **hints):
"""
Return one of the replicas
"""
return random.cho…
-
### Feature description
We have a use case (which we believe to be reasonable) where we want to use multi-tenancy for most of the data, but some of the application core (admin) data doesn't require…
-
I'm trying to use this package alongside the multi-tenancy package https://github.com/archtechx/tenancy.
This package creates seperate databases for the tenants while using the default database as …
-
-
Currently the email field on the user model is set to be unique:
https://github.com/dpgaspar/Flask-AppBuilder/blob/e0e94acbfcea23866560454ce12fe7204472496d/flask_appbuilder/security/sqla/models.py#L1…
-
In testing multi-tenancy for our application I realized that any entity which implements MultiTenant is not eligible for 2nd level caching at all in Hibernate.
This is currently by design in `Abstr…
-
## 🐛 Bug report
We recently updated our Entitlement Analyzer monitoring app to 2.3.0 in a multi-tenant, parent-child environment and after doing so we receive an error when reloading the parent app…
-
__Description__
When using the `tenancy.db.force-tenant-connection-of-models` config with `Illuminate\Notifications\DatabaseNotification::class` it results in DB error `Too many connections` in bot…
-
For almost all of my/our applications (SAAS/Cloud/... solutions) we have one instance of an application running for multiple customers/tenants. One colum in the relevant tables contains a key to the c…
kukel updated
7 years ago
-
Mariaex is creating a lot of prepared statements when used in combination with Ecto. All queries are prepared before execution, but in most cases never closed. This mainly becomes a problem in a multi…