@@ -504,57 +504,6 @@ Options objects
504
504
| * Type:* `` bool ``
505
505
| * Default:* `` False ``
506
506
507
- .. py:attribute:: soft_rate_limit
508
-
509
- .. IMPORTANT ::
510
-
511
- NOT SUPPORTED ANYMORE -- this option is no longer used
512
-
513
- Puts are delayed 0 - 1 ms when any level has a compaction score that exceeds
514
- soft_rate_limit. This is ignored when == 0.0 .
515
- CONSTRAINT : soft_rate_limit <= hard_rate_limit. If this constraint does not
516
- hold, RocksDB will set soft_rate_limit = hard_rate_limit.
517
- A value of `` 0 `` means disabled.
518
-
519
- | * Type:* `` float ``
520
- | * Default:* `` 0 ``
521
-
522
- .. py:attribute:: hard_rate_limit
523
-
524
- .. IMPORTANT ::
525
-
526
- NOT SUPPORTED ANYMORE -- this option is no longer used
527
-
528
- Puts are delayed 1ms at a time when any level has a compaction score that
529
- exceeds hard_rate_limit. This is ignored when <= 1.0 .
530
- A value fo `` 0 `` means disabled.
531
-
532
- | * Type:* `` float ``
533
- | * Default:* `` 0 ``
534
-
535
- .. py:attribute:: rate_limit_delay_max_milliseconds
536
-
537
- .. IMPORTANT ::
538
-
539
- NOT SUPPORTED ANYMORE -- this option is no longer used
540
-
541
- Max time a put will be stalled when hard_rate_limit is enforced. If 0 , then
542
- there is no limit.
543
-
544
- | * Type:* `` int ``
545
- | * Default:* `` 1000 ``
546
-
547
- .. py:attribute:: purge_redundant_kvs_while_flush
548
-
549
- .. IMPORTANT ::
550
-
551
- NOT SUPPORTED ANYMORE -- this option is no longer used
552
-
553
- Purge duplicate/ deleted keys when a memtable is flushed to storage.
554
-
555
- | * Type:* `` bool ``
556
- | * Default:* `` True ``
557
-
558
507
559
508
560
509
.. py:class :: rocksdb.Options
@@ -819,14 +768,6 @@ Options objects
819
768
| * Type:* `` bool ``
820
769
| * Default:* `` True ``
821
770
822
- .. py:attribute:: skip_log_error_on_recovery
823
-
824
- Skip log corruption error on recovery
825
- (If client is ok with losing most recent changes)
826
-
827
- | * Type:* `` bool ``
828
- | * Default:* `` False ``
829
-
830
771
.. py:attribute:: stats_dump_period_sec
831
772
832
773
If not zero, dump rocksdb.stats to LOG every stats_dump_period_sec
0 commit comments