Add entry for OPTIONS on views
* Also clarify the schema cache page
This commit is contained in:
committed by
Steve Chavez
parent
52cdd50561
commit
8d4bc76aab
+4
-1
@@ -3,7 +3,10 @@
|
||||
Schema Cache
|
||||
============
|
||||
|
||||
PostgREST caches metadata from the database schema to avoid repeating expensive queries. This metadata is not required by all of the PostgREST features, only the following:
|
||||
Certain PostgREST features require metadata from the database schema. Getting this metadata requires executing expensive queries, so
|
||||
in order to avoid repeating this work, PostgREST uses a schema cache.
|
||||
|
||||
The following features are the ones that require metadata from the schema cache.
|
||||
|
||||
+--------------------------------------------+-------------------------------------------------------------------------------+
|
||||
| Feature | Required Metadata |
|
||||
|
||||
Reference in New Issue
Block a user