-
Notifications
You must be signed in to change notification settings - Fork 51
docs: add cache configuration options and remove outdated read cache docs #2259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: fengjiachun <[email protected]>
Deploying greptime-docs with
|
| Latest commit: |
f189c75
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://90541970.greptime-docs.pages.dev |
| Branch Preview URL: | https://copilot-update-docs-fill-cac.greptime-docs.pages.dev |
Co-authored-by: fengjiachun <[email protected]>
Co-authored-by: fengjiachun <[email protected]>
…eature" This reverts commit 203c544.
|
@evenyag PTAL |
|
@copilot Also need to add the documentation for the latest stable release. |
Co-authored-by: fengjiachun <[email protected]>
|
@copilot Remove outdated document in deployments-administration/configuration/#object-storage-cache about the read cache. e.g. The |
…ction Co-authored-by: evenyag <[email protected]>
Removed outdated read cache documentation from the Object storage cache section in commit 145a7fa. Deleted references to cache_path and cache_capacity configs, and updated the section to focus on write cache configuration instead. Changes applied to both current and version 1.0 documentation (English and Chinese). |
...ocusaurus-plugin-content-docs/current/user-guide/deployments-administration/configuration.md
Outdated
Show resolved
Hide resolved
...aurus-plugin-content-docs/version-1.0/user-guide/deployments-administration/configuration.md
Outdated
Show resolved
Hide resolved
versioned_docs/version-1.0/user-guide/deployments-administration/configuration.md
Outdated
Show resolved
Hide resolved
…de/deployments-administration/configuration.md
…-guide/deployments-administration/configuration.md
…istration/configuration.md
|
@copilot Also add the docs for the |
Co-authored-by: evenyag <[email protected]>
|
@copilot The |
Co-authored-by: evenyag <[email protected]>
Updated |
What's Changed in this PR
Documents new cache configuration options introduced in GreptimeTeam/greptimedb#7294, which controls whether files are downloaded from object storage to fill the local cache on write cache miss.
Also removes outdated read cache documentation from the Object storage cache section, as read cache has been removed from GreptimeDB.
Configuration changes documented:
cache_file_on_write_miss(Boolean, default:true) to mito region engine optionsmanifest_cache_size(String, default:256MB) to mito region engine options - cache size for manifest file cachewrite_cache_sizeto the configuration options tableExample configuration:
When
cache_file_on_write_missis enabled (default), improves query performance by automatically populating the local cache from object storage. Disable to reduce network traffic at the cost of query performance.Files updated:
Checklist
sidebars.tsmatches the current document structure when you changed the document structure.Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.