ibessonov commented on code in PR #2487:
URL: https://github.com/apache/ignite-3/pull/2487#discussion_r1303190202


##########
modules/storage-rocksdb/src/main/java/org/apache/ignite/internal/storage/rocksdb/instance/SharedRocksDbInstanceCreator.java:
##########
@@ -197,10 +199,10 @@ private ColumnFamilyOptions createCfOptions(byte[] 
cfName, Path path) {
                 return add(new ColumnFamilyOptions());
 
             case PARTITION:
-                return add(new 
ColumnFamilyOptions().useFixedLengthPrefixExtractor(PartitionDataHelper.ROW_PREFIX_SIZE));
+                return 
add(defaultCfOptions().useCappedPrefixExtractor(PartitionDataHelper.ROW_PREFIX_SIZE));

Review Comment:
   What's the difference?



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