You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by hj...@apache.org on 2020/06/17 08:45:12 UTC

[pulsar] branch master updated: [doc] Add doc for Pulsar SQL support in tiered storage (#7283)

This is an automated email from the ASF dual-hosted git repository.

hjf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8695e71  [doc] Add doc for Pulsar SQL support in tiered storage (#7283)
8695e71 is described below

commit 8695e715e49763c037ffb7da6aa070a868550e9a
Author: Jennifer Huang <47...@users.noreply.github.com>
AuthorDate: Wed Jun 17 16:44:51 2020 +0800

    [doc] Add doc for Pulsar SQL support in tiered storage (#7283)
    
    * add doc for PR 4045
    
    * update content in 2.4 and 2.5 as well
---
 site2/docs/cookbooks-tiered-storage.md                                 | 2 ++
 site2/website/versioned_docs/version-2.4.0/cookbooks-tiered-storage.md | 2 ++
 site2/website/versioned_docs/version-2.5.0/cookbooks-tiered-storage.md | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/site2/docs/cookbooks-tiered-storage.md b/site2/docs/cookbooks-tiered-storage.md
index 6bb7e82..6dd2803 100644
--- a/site2/docs/cookbooks-tiered-storage.md
+++ b/site2/docs/cookbooks-tiered-storage.md
@@ -33,6 +33,8 @@ Pulsar uses multi-part objects to upload the segment data. It is possible that a
 We recommend you add a life cycle rule your bucket to expire incomplete multi-part upload after a day or two to avoid
 getting charged for incomplete uploads.
 
+When ledgers are offloaded to long term storage, you can still query data in the offloaded ledgers with Pulsar SQL.
+
 ## Configuring the offload driver
 
 Offloading is configured in ```broker.conf```.
diff --git a/site2/website/versioned_docs/version-2.4.0/cookbooks-tiered-storage.md b/site2/website/versioned_docs/version-2.4.0/cookbooks-tiered-storage.md
index f237d3e..4d25551 100644
--- a/site2/website/versioned_docs/version-2.4.0/cookbooks-tiered-storage.md
+++ b/site2/website/versioned_docs/version-2.4.0/cookbooks-tiered-storage.md
@@ -31,6 +31,8 @@ Pulsar uses multi-part objects to upload the segment data. It is possible that a
 We recommend you add a life cycle rule your bucket to expire incomplete multi-part upload after a day or two to avoid
 getting charged for incomplete uploads.
 
+When ledgers are offloaded to long term storage, you can still query data in the offloaded ledgers with Pulsar SQL.
+
 ## Configuring the offload driver
 
 Offloading is configured in ```broker.conf```.
diff --git a/site2/website/versioned_docs/version-2.5.0/cookbooks-tiered-storage.md b/site2/website/versioned_docs/version-2.5.0/cookbooks-tiered-storage.md
index 1115797..d1707f5 100644
--- a/site2/website/versioned_docs/version-2.5.0/cookbooks-tiered-storage.md
+++ b/site2/website/versioned_docs/version-2.5.0/cookbooks-tiered-storage.md
@@ -34,6 +34,8 @@ Pulsar uses multi-part objects to upload the segment data. It is possible that a
 We recommend you add a life cycle rule your bucket to expire incomplete multi-part upload after a day or two to avoid
 getting charged for incomplete uploads.
 
+When ledgers are offloaded to long term storage, you can still query data in the offloaded ledgers with Pulsar SQL.
+
 ## Configuring the offload driver
 
 Offloading is configured in ```broker.conf```.