Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/source/drivers/vector/gpkg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,12 @@ The following configuration options are available:

- :copy-config:`OGR_SQLITE_CACHE`

see :ref:`Performance hints <target_drivers_vector_sqlite_performance_hints>`.

- :copy-config:`OGR_SQLITE_SYNCHRONOUS`

see :ref:`Performance hints <target_drivers_vector_sqlite_performance_hints>`.

- :copy-config:`OGR_SQLITE_LOAD_EXTENSIONS`

- :copy-config:`OGR_SQLITE_PRAGMA`
Expand Down
8 changes: 6 additions & 2 deletions doc/source/drivers/vector/sqlite.rst
Original file line number Diff line number Diff line change
Expand Up @@ -466,11 +466,15 @@ The following configuration options are available:

- .. config:: OGR_SQLITE_CACHE

see :ref:`Performance hints <target_drivers_vector_sqlite_performance_hints>`.
increases SQLite’s internal page cache (in MB).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

short description to also put in gpkg.rst?


see :ref:`Performance hints <target_drivers_vector_sqlite_performance_hints>`.

- .. config:: OGR_SQLITE_SYNCHRONOUS

see :ref:`Performance hints <target_drivers_vector_sqlite_performance_hints>`.
setting to OFF can improve write performance but reduces crash safety

see :ref:`Performance hints <target_drivers_vector_sqlite_performance_hints>`.

- .. config:: OGR_SQLITE_LOAD_EXTENSIONS
:choices: <extension1\,...\,extensionN>, ENABLE_SQL_LOAD_EXTENSION
Expand Down