Value logs aren’t compressed. In the latest versions of Dgraph, the default value log threshold is 1 MB (not 1 KB). So, values less than 1 MB—most values—are stored in the LSM tree.
1 Like
Value logs aren’t compressed. In the latest versions of Dgraph, the default value log threshold is 1 MB (not 1 KB). So, values less than 1 MB—most values—are stored in the LSM tree.