Skip to content
Merged
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
2 changes: 1 addition & 1 deletion documentation/concepts/materialized-views.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,5 +607,5 @@ the replica's view was not fully up-to-date.
materialized view (QuestDB Enterprise)

- **Configuration**
- [Materialized views configs](/docs/configuration/overview/#materialized-views):
- [Materialized views configs](/docs/configuration/materialized-views/):
Server configuration options for materialized views from `server.conf`
2 changes: 1 addition & 1 deletion documentation/concepts/write-ahead-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ enabling high write throughput.
WAL behavior can be tuned via server configuration:

- `cairo.wal.enabled.default` — WAL enabled by default (default: `true`)
- Parallel threads for WAL application — see [WAL configuration](/docs/configuration/overview/#wal-table-configurations)
- Parallel threads for WAL application — see [WAL configuration](/docs/configuration/wal/)

To convert an existing table between WAL and non-WAL:

Expand Down
Loading
Loading