Skip to content

docs: Flag for configuring max RocksDB persistent log files - #1731

Merged
vpavicic merged 1 commit into
release/3.13from
feat/rocksb-log-file-open
Aug 18, 2026
Merged

docs: Flag for configuring max RocksDB persistent log files#1731
vpavicic merged 1 commit into
release/3.13from
feat/rocksb-log-file-open

Conversation

@as51340

@as51340 as51340 commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Release note

Documented the new --storage-rocksdb-keep-log-file-num flag (default 1000), which caps how many RocksDB info log files are kept per RocksDB instance. Also documented the two previously undocumented RocksDB flags (--storage-rocksdb-info-log-level, --storage-rocksdb-enable-thread-tracking) and clarified that the info log flags now apply to every RocksDB instance Memgraph opens — the key-value stores backing auth, triggers, streams, settings and replication/HA state — not only the ON_DISK_TRANSACTIONAL storage.

Changes:

  • pages/database-management/configuration.mdx — three new rows in the Storage flags table plus a callout on the per-instance scope and restart-rolling behavior.
  • pages/database-management/logs.mdx — new "RocksDB info logs" section explaining where the LOG / LOG.old.* files live and how to bound them.
  • pages/release-notes.mdx — entry under v3.13.0 → New features.

Related product PRs

memgraph/memgraph#4579

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
    • Update reference pages (flags page updated; no clause/function/experimental/monitoring/Cypher-difference changes in this PR)
    • Search for the feature you are working on (mentions) and make updates if needed
    • Provide a basic example of usage
    • In case your feature is an Enterprise one, list it under ME page — N/A, not an Enterprise feature
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

Document --storage-rocksdb-keep-log-file-num, along with the previously
undocumented --storage-rocksdb-info-log-level and
--storage-rocksdb-enable-thread-tracking flags. The info log flags now
apply to every RocksDB instance Memgraph opens, not only the on-disk
storage one.

Adds a RocksDB info logs section to the logs page and a release note.
@as51340 as51340 added the feature Documentation related to a new product feature of feature update label Aug 17, 2026
@vercel

vercel Bot commented Aug 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview Aug 17, 2026 8:41am

Request Review

@vpavicic
vpavicic merged commit d41683d into release/3.13 Aug 18, 2026
2 checks passed
@vpavicic vpavicic mentioned this pull request Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Documentation related to a new product feature of feature update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants