hanahmily commented on a change in pull request #45:
URL: https://github.com/apache/skywalking-banyandb/pull/45#discussion_r704325953



##########
File path: banyand/kv/kv.go
##########
@@ -206,9 +229,8 @@ func OpenIndexStore(shardID int, path string, options 
...IndexOptions) (IndexSto
        for _, opt := range options {
                opt(bdb)
        }
-       bdb.dbOpts = bdb.dbOpts.WithMaxLevels(1)
-       // Put all values into LSM
-       bdb.dbOpts = bdb.dbOpts.WithVLogPercentile(1.0)
+       bdb.dbOpts = bdb.dbOpts.WithMaxLevels(2)

Review comment:
       Just for debugging, it's a challenge to find a single key from default 7 
levels. Maybe I should parameter it.




-- 
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]


Reply via email to