mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
realtime facades
This commit is contained in:
parent
6b6089f900
commit
9cbfd17fa2
3 changed files with 65 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ extends: _layouts.documentation
|
|||
section: content
|
||||
---
|
||||
|
||||
|
||||
# Cached lookup
|
||||
|
||||
If you're using multiple databases, you may want to avoid making a query to the central database on **each tenant request** — for tenant identification. Even though the queries are very simple, the app has to establish a connection with the central database which is expensive.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue