hanahmily commented on code in PR #153:
URL:
https://github.com/apache/skywalking-banyandb/pull/153#discussion_r940805971
##########
banyand/kv/kv.go:
##########
@@ -126,6 +126,17 @@ func TSSWithFlushCallback(callback func())
TimeSeriesOptions {
}
}
+func TSSWithMemTableSize(size int64) TimeSeriesOptions {
+ return func(store TimeSeriesStore) {
+ if size < 1 {
Review Comment:
No, we don't limit any values to more than 1 bit.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]