Skip to content

Commit

Permalink
Fix for typo (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer authored Aug 19, 2024
1 parent c7d602a commit 47a96ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pgstac.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ SELECT check_pgstac_settings('16GB');
##### Read Only Mode
The pgstac.readonly setting can be used when using pgstac with a read replica.
Note that when pgstac.readonly is set to TRUE that pgstac is unable to use a cache for calculating the total count for context which can make use of the context extension very expensive (see notes above). In readonly mode, pgstac is also unable to register the hash that is used to store queries that can be used with geometry_search (used by titiler-pgstac). A registered has will still be readable, but new hashes cannot be created on the read only replica, they must be registered on the main database.
Note that when pgstac.readonly is set to TRUE that pgstac is unable to use a cache for calculating the total count for context which can make use of the context extension very expensive (see notes above). In readonly mode, pgstac is also unable to register the hash that is used to store queries that can be used with geometry_search (used by titiler-pgstac). A registered hash will still be readable, but new hashes cannot be created on the read only replica, they must be registered on the main database.
#### Runtime Configurations
Expand Down

0 comments on commit 47a96ab

Please sign in to comment.