realtime facades

This commit is contained in:
Samuel Štancl 2020-07-20 14:56:17 +02:00
parent 6b6089f900
commit 9cbfd17fa2
3 changed files with 65 additions and 1 deletions

View file

@ -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.