hanahmily commented on code in PR #122:
URL: 
https://github.com/apache/skywalking-banyandb/pull/122#discussion_r884787888


##########
banyand/measure/measure.go:
##########
@@ -31,8 +31,10 @@ import (
        "github.com/apache/skywalking-banyandb/pkg/timestamp"
 )
 
-// a chunk is 1MB
-const chunkSize = 1 << 20
+const (
+       plainChunkSize = 1 << 20
+       intChunkSize   = 120

Review Comment:
   120 means metrics data volume of a series in 2 hours. 



-- 
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-unsubscr...@skywalking.apache.org

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

Reply via email to