diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 35c275565..896beba23 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -275,6 +275,8 @@ struct ColumnFamilyOptions : public AdvancedColumnFamilyOptions { // this option helps reducing the cpu usage of long-running compactions. The // feature is disabled when max_subcompactions is greater than one. // + // NOTE: This feautre is currently incompatible with RangeDeletes. + // // Default: 0 // // Dynamically changeable through SetOptions() API