docs: update SHOW STORAGE INFO global/per-DB split and SHOW LICENSE INFO#1655
Merged
Conversation
Reflect show_storage_info_disk_fix changes: - Rewrite bare SHOW STORAGE INFO to instance-only schema; add breaking-change callout (field renames + global_isolation_level/global_storage_mode now report startup defaults). - Document SHOW STORAGE INFO ON CURRENT DATABASE and correct enterprise gating (non-default DB only). - Add memory_limit_policy row + evaluation matrix to SHOW LICENSE INFO. - Add ShowStorageInfo global metric to monitoring. - Fix stale field references across storage-memory-usage, transactions, vector-search, enabling-memgraph-enterprise, backup-and-restore, and migration pages.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- faq: bare SHOW STORAGE INFO is instance-level only; node/relationship counts moved to the per-database variant. - tenant-profiles: only non-default DB requires Enterprise; default DB and ON CURRENT DATABASE work on all editions. - release-notes: note Community-edition support for ON DATABASE <default> / ON CURRENT DATABASE.
…y subset The per-database tables in storage-memory-usage and tenant-profiles list only the memory-related fields; point readers to the complete 15-field set in server-stats and stop implying the memory subset is the full output.
Only SHOW STORAGE INFO ON CURRENT DATABASE is new in 3.11; ON DATABASE <name> (#3952) and SHOW MEMORY INFO predate it. Reword the lead-in and point to the availability note for the per-query edition/privilege split.
…SE INFO The license memory limit gates (license.cpp): AI_PLATFORM limits the graph_memory_tracker (graph + query, the query+graph_memory_tracked arena), not "graph only"; ENTERPRISE limits total memory (graph + query + vector index). Align the License types table with memory_limit_policy, server-stats, and vector-search. Also fix the --memory-limit anchor.
vpavicic
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release note
Reflect show_storage_info_disk_fix changes:
Related product PRs
PRs from product repo this doc page is related to:
memgraph/memgraph#4155
Checklist:
bugfixorfeaturelabel, based on the product PR type you're documenting