You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by "hanahmily (via GitHub)" <gi...@apache.org> on 2023/03/07 03:36:38 UTC

[GitHub] [skywalking-banyandb] hanahmily opened a new pull request, #259: Add tsdb concept document

hanahmily opened a new pull request, #259:
URL: https://github.com/apache/skywalking-banyandb/pull/259

   Add a document explaining the process of TSDB ingesting and retrieving time series data.
   
   This buffer is not implemented yet. It will be added in the 0.4.0.
   
   - [ ] Update the [`CHANGES` log](https://github.com/apache/skywalking-banyandb/blob/main/CHANGES.md).
   - [ ] Upload images to website
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-banyandb] lujiajing1126 commented on a diff in pull request #259: Add tsdb concept document

Posted by "lujiajing1126 (via GitHub)" <gi...@apache.org>.
lujiajing1126 commented on code in PR #259:
URL: https://github.com/apache/skywalking-banyandb/pull/259#discussion_r1127309674


##########
docs/concept/tsdb.md:
##########
@@ -0,0 +1,38 @@
+# TimeSeries Database(TSDB)
+
+TSDB is a time-series storage engine designed to store and query large volumes of time-series data. One of the key features of TSDB is its ability to automatically manage data storage over time, optimizing performance and ensuring that the system can scale to handle large workloads. TSDB empowers `Measure` and `Stream` relevant data.

Review Comment:
   ```suggestion
   TSDB is a time-series storage engine designed to store and query large volumes of time-series data. One of the key features of TSDB is its ability to automatically manage data storage over time, optimize performance and ensure that the system can scale to handle large workloads. TSDB empowers `Measure` and `Stream` relevant data.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-banyandb] codecov-commenter commented on pull request #259: Add tsdb concept document

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #259:
URL: https://github.com/apache/skywalking-banyandb/pull/259#issuecomment-1457469570

   # [Codecov](https://codecov.io/gh/apache/skywalking-banyandb/pull/259?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#259](https://codecov.io/gh/apache/skywalking-banyandb/pull/259?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (6b62324) into [main](https://codecov.io/gh/apache/skywalking-banyandb/commit/82905ba08c9987bf13eb241bcd3dbca5f70cd134?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (82905ba) will **not change** coverage.
   > The diff coverage is `n/a`.
   
   ```diff
   @@           Coverage Diff           @@
   ##             main     #259   +/-   ##
   =======================================
     Coverage   45.87%   45.87%           
   =======================================
     Files          87       87           
     Lines        8898     8898           
   =======================================
     Hits         4082     4082           
     Misses       4432     4432           
     Partials      384      384           
   ```
   
   
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-banyandb] wu-sheng commented on pull request #259: Add tsdb concept document

Posted by "wu-sheng (via GitHub)" <gi...@apache.org>.
wu-sheng commented on PR #259:
URL: https://github.com/apache/skywalking-banyandb/pull/259#issuecomment-1457464100

   Please move the image to the website.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-banyandb] wu-sheng merged pull request #259: Add tsdb concept document

Posted by "wu-sheng (via GitHub)" <gi...@apache.org>.
wu-sheng merged PR #259:
URL: https://github.com/apache/skywalking-banyandb/pull/259


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org