rocksdb-native 2.6.2 → 2.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (956) hide show
  1. package/CMakeLists.txt +29 -17
  2. package/binding.js +1 -1
  3. package/package.json +7 -4
  4. package/prebuilds/darwin-arm64/rocksdb-native.bare +0 -0
  5. package/prebuilds/darwin-arm64/rocksdb-native.node +0 -0
  6. package/prebuilds/darwin-x64/rocksdb-native.bare +0 -0
  7. package/prebuilds/darwin-x64/rocksdb-native.node +0 -0
  8. package/prebuilds/ios-arm64/rocksdb-native.bare +0 -0
  9. package/prebuilds/ios-arm64-simulator/rocksdb-native.bare +0 -0
  10. package/prebuilds/ios-x64-simulator/rocksdb-native.bare +0 -0
  11. package/prebuilds/linux-arm64/rocksdb-native.bare +0 -0
  12. package/prebuilds/linux-arm64/rocksdb-native.node +0 -0
  13. package/prebuilds/linux-x64/rocksdb-native.bare +0 -0
  14. package/prebuilds/linux-x64/rocksdb-native.node +0 -0
  15. package/prebuilds/win32-arm64/rocksdb-native.bare +0 -0
  16. package/prebuilds/win32-arm64/rocksdb-native.node +0 -0
  17. package/prebuilds/win32-x64/rocksdb-native.bare +0 -0
  18. package/prebuilds/win32-x64/rocksdb-native.node +0 -0
  19. package/vendor/librocksdb/CMakeLists.txt +0 -94
  20. package/vendor/librocksdb/LICENSE +0 -201
  21. package/vendor/librocksdb/NOTICE +0 -13
  22. package/vendor/librocksdb/README.md +0 -11
  23. package/vendor/librocksdb/include/rocksdb.h +0 -294
  24. package/vendor/librocksdb/src/rocksdb.cc +0 -714
  25. package/vendor/librocksdb/vendor/rocksdb/CMakeLists.txt +0 -1642
  26. package/vendor/librocksdb/vendor/rocksdb/cache/cache.cc +0 -193
  27. package/vendor/librocksdb/vendor/rocksdb/cache/cache_bench.cc +0 -20
  28. package/vendor/librocksdb/vendor/rocksdb/cache/cache_bench_tool.cc +0 -1177
  29. package/vendor/librocksdb/vendor/rocksdb/cache/cache_entry_roles.cc +0 -104
  30. package/vendor/librocksdb/vendor/rocksdb/cache/cache_entry_roles.h +0 -20
  31. package/vendor/librocksdb/vendor/rocksdb/cache/cache_entry_stats.h +0 -182
  32. package/vendor/librocksdb/vendor/rocksdb/cache/cache_helpers.cc +0 -41
  33. package/vendor/librocksdb/vendor/rocksdb/cache/cache_helpers.h +0 -139
  34. package/vendor/librocksdb/vendor/rocksdb/cache/cache_key.cc +0 -364
  35. package/vendor/librocksdb/vendor/rocksdb/cache/cache_key.h +0 -143
  36. package/vendor/librocksdb/vendor/rocksdb/cache/cache_reservation_manager.cc +0 -184
  37. package/vendor/librocksdb/vendor/rocksdb/cache/cache_reservation_manager.h +0 -318
  38. package/vendor/librocksdb/vendor/rocksdb/cache/charged_cache.cc +0 -111
  39. package/vendor/librocksdb/vendor/rocksdb/cache/charged_cache.h +0 -61
  40. package/vendor/librocksdb/vendor/rocksdb/cache/clock_cache.cc +0 -3657
  41. package/vendor/librocksdb/vendor/rocksdb/cache/clock_cache.h +0 -1165
  42. package/vendor/librocksdb/vendor/rocksdb/cache/compressed_secondary_cache.cc +0 -414
  43. package/vendor/librocksdb/vendor/rocksdb/cache/compressed_secondary_cache.h +0 -151
  44. package/vendor/librocksdb/vendor/rocksdb/cache/lru_cache.cc +0 -726
  45. package/vendor/librocksdb/vendor/rocksdb/cache/lru_cache.h +0 -467
  46. package/vendor/librocksdb/vendor/rocksdb/cache/secondary_cache.cc +0 -12
  47. package/vendor/librocksdb/vendor/rocksdb/cache/secondary_cache_adapter.cc +0 -743
  48. package/vendor/librocksdb/vendor/rocksdb/cache/secondary_cache_adapter.h +0 -103
  49. package/vendor/librocksdb/vendor/rocksdb/cache/sharded_cache.cc +0 -147
  50. package/vendor/librocksdb/vendor/rocksdb/cache/sharded_cache.h +0 -322
  51. package/vendor/librocksdb/vendor/rocksdb/cache/tiered_secondary_cache.cc +0 -125
  52. package/vendor/librocksdb/vendor/rocksdb/cache/tiered_secondary_cache.h +0 -158
  53. package/vendor/librocksdb/vendor/rocksdb/cache/typed_cache.h +0 -380
  54. package/vendor/librocksdb/vendor/rocksdb/cmake/RocksDBConfig.cmake.in +0 -54
  55. package/vendor/librocksdb/vendor/rocksdb/db/arena_wrapped_db_iter.cc +0 -182
  56. package/vendor/librocksdb/vendor/rocksdb/db/arena_wrapped_db_iter.h +0 -128
  57. package/vendor/librocksdb/vendor/rocksdb/db/attribute_group_iterator_impl.cc +0 -20
  58. package/vendor/librocksdb/vendor/rocksdb/db/attribute_group_iterator_impl.h +0 -83
  59. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_constants.h +0 -16
  60. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_contents.cc +0 -42
  61. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_contents.h +0 -60
  62. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_counting_iterator.h +0 -150
  63. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_fetcher.cc +0 -34
  64. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_fetcher.h +0 -37
  65. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_addition.cc +0 -156
  66. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_addition.h +0 -67
  67. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_builder.cc +0 -429
  68. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_builder.h +0 -113
  69. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_cache.cc +0 -101
  70. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_cache.h +0 -56
  71. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_completion_callback.h +0 -84
  72. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_garbage.cc +0 -134
  73. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_garbage.h +0 -57
  74. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_meta.cc +0 -62
  75. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_meta.h +0 -170
  76. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_reader.cc +0 -622
  77. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_file_reader.h +0 -111
  78. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_garbage_meter.cc +0 -100
  79. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_garbage_meter.h +0 -102
  80. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_index.h +0 -187
  81. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_log_format.cc +0 -143
  82. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_log_format.h +0 -164
  83. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_log_sequential_reader.cc +0 -133
  84. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_log_sequential_reader.h +0 -83
  85. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_log_writer.cc +0 -207
  86. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_log_writer.h +0 -87
  87. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_read_request.h +0 -58
  88. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_source.cc +0 -459
  89. package/vendor/librocksdb/vendor/rocksdb/db/blob/blob_source.h +0 -161
  90. package/vendor/librocksdb/vendor/rocksdb/db/blob/prefetch_buffer_collection.cc +0 -23
  91. package/vendor/librocksdb/vendor/rocksdb/db/blob/prefetch_buffer_collection.h +0 -38
  92. package/vendor/librocksdb/vendor/rocksdb/db/builder.cc +0 -517
  93. package/vendor/librocksdb/vendor/rocksdb/db/builder.h +0 -76
  94. package/vendor/librocksdb/vendor/rocksdb/db/c.cc +0 -7133
  95. package/vendor/librocksdb/vendor/rocksdb/db/c_test.c +0 -4052
  96. package/vendor/librocksdb/vendor/rocksdb/db/coalescing_iterator.cc +0 -47
  97. package/vendor/librocksdb/vendor/rocksdb/db/coalescing_iterator.h +0 -79
  98. package/vendor/librocksdb/vendor/rocksdb/db/column_family.cc +0 -1859
  99. package/vendor/librocksdb/vendor/rocksdb/db/column_family.h +0 -918
  100. package/vendor/librocksdb/vendor/rocksdb/db/compaction/clipping_iterator.h +0 -281
  101. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction.cc +0 -995
  102. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction.h +0 -602
  103. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_iteration_stats.h +0 -56
  104. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_iterator.cc +0 -1523
  105. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_iterator.h +0 -557
  106. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_job.cc +0 -2155
  107. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_job.h +0 -520
  108. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_outputs.cc +0 -802
  109. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_outputs.h +0 -411
  110. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker.cc +0 -1245
  111. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker.h +0 -322
  112. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker_fifo.cc +0 -478
  113. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker_fifo.h +0 -61
  114. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker_level.cc +0 -977
  115. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker_level.h +0 -32
  116. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker_universal.cc +0 -1578
  117. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_picker_universal.h +0 -29
  118. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_service_job.cc +0 -835
  119. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_state.cc +0 -46
  120. package/vendor/librocksdb/vendor/rocksdb/db/compaction/compaction_state.h +0 -42
  121. package/vendor/librocksdb/vendor/rocksdb/db/compaction/file_pri.h +0 -94
  122. package/vendor/librocksdb/vendor/rocksdb/db/compaction/sst_partitioner.cc +0 -83
  123. package/vendor/librocksdb/vendor/rocksdb/db/compaction/subcompaction_state.cc +0 -106
  124. package/vendor/librocksdb/vendor/rocksdb/db/compaction/subcompaction_state.h +0 -220
  125. package/vendor/librocksdb/vendor/rocksdb/db/convenience.cc +0 -101
  126. package/vendor/librocksdb/vendor/rocksdb/db/convenience_impl.h +0 -15
  127. package/vendor/librocksdb/vendor/rocksdb/db/db_filesnapshot.cc +0 -506
  128. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/compacted_db_impl.cc +0 -275
  129. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/compacted_db_impl.h +0 -147
  130. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl.cc +0 -6767
  131. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl.h +0 -3056
  132. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_compaction_flush.cc +0 -4390
  133. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_debug.cc +0 -327
  134. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_experimental.cc +0 -164
  135. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_files.cc +0 -1032
  136. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_follower.cc +0 -348
  137. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_follower.h +0 -54
  138. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_open.cc +0 -2325
  139. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_readonly.cc +0 -376
  140. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_readonly.h +0 -179
  141. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_secondary.cc +0 -1025
  142. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_secondary.h +0 -322
  143. package/vendor/librocksdb/vendor/rocksdb/db/db_impl/db_impl_write.cc +0 -2624
  144. package/vendor/librocksdb/vendor/rocksdb/db/db_info_dumper.cc +0 -165
  145. package/vendor/librocksdb/vendor/rocksdb/db/db_info_dumper.h +0 -15
  146. package/vendor/librocksdb/vendor/rocksdb/db/db_iter.cc +0 -1774
  147. package/vendor/librocksdb/vendor/rocksdb/db/db_iter.h +0 -444
  148. package/vendor/librocksdb/vendor/rocksdb/db/db_test2.cc +0 -7839
  149. package/vendor/librocksdb/vendor/rocksdb/db/db_test_util.cc +0 -1800
  150. package/vendor/librocksdb/vendor/rocksdb/db/db_test_util.h +0 -1427
  151. package/vendor/librocksdb/vendor/rocksdb/db/db_with_timestamp_test_util.cc +0 -96
  152. package/vendor/librocksdb/vendor/rocksdb/db/db_with_timestamp_test_util.h +0 -126
  153. package/vendor/librocksdb/vendor/rocksdb/db/dbformat.cc +0 -282
  154. package/vendor/librocksdb/vendor/rocksdb/db/dbformat.h +0 -1101
  155. package/vendor/librocksdb/vendor/rocksdb/db/error_handler.cc +0 -806
  156. package/vendor/librocksdb/vendor/rocksdb/db/error_handler.h +0 -149
  157. package/vendor/librocksdb/vendor/rocksdb/db/event_helpers.cc +0 -332
  158. package/vendor/librocksdb/vendor/rocksdb/db/event_helpers.h +0 -78
  159. package/vendor/librocksdb/vendor/rocksdb/db/experimental.cc +0 -1212
  160. package/vendor/librocksdb/vendor/rocksdb/db/external_sst_file_ingestion_job.cc +0 -1249
  161. package/vendor/librocksdb/vendor/rocksdb/db/external_sst_file_ingestion_job.h +0 -268
  162. package/vendor/librocksdb/vendor/rocksdb/db/file_indexer.cc +0 -216
  163. package/vendor/librocksdb/vendor/rocksdb/db/file_indexer.h +0 -140
  164. package/vendor/librocksdb/vendor/rocksdb/db/flush_job.cc +0 -1217
  165. package/vendor/librocksdb/vendor/rocksdb/db/flush_job.h +0 -240
  166. package/vendor/librocksdb/vendor/rocksdb/db/flush_scheduler.cc +0 -86
  167. package/vendor/librocksdb/vendor/rocksdb/db/flush_scheduler.h +0 -55
  168. package/vendor/librocksdb/vendor/rocksdb/db/forward_iterator.cc +0 -1082
  169. package/vendor/librocksdb/vendor/rocksdb/db/forward_iterator.h +0 -166
  170. package/vendor/librocksdb/vendor/rocksdb/db/forward_iterator_bench.cc +0 -378
  171. package/vendor/librocksdb/vendor/rocksdb/db/history_trimming_iterator.h +0 -95
  172. package/vendor/librocksdb/vendor/rocksdb/db/import_column_family_job.cc +0 -463
  173. package/vendor/librocksdb/vendor/rocksdb/db/import_column_family_job.h +0 -91
  174. package/vendor/librocksdb/vendor/rocksdb/db/internal_stats.cc +0 -2198
  175. package/vendor/librocksdb/vendor/rocksdb/db/internal_stats.h +0 -896
  176. package/vendor/librocksdb/vendor/rocksdb/db/job_context.h +0 -254
  177. package/vendor/librocksdb/vendor/rocksdb/db/kv_checksum.h +0 -484
  178. package/vendor/librocksdb/vendor/rocksdb/db/log_format.h +0 -55
  179. package/vendor/librocksdb/vendor/rocksdb/db/log_reader.cc +0 -958
  180. package/vendor/librocksdb/vendor/rocksdb/db/log_reader.h +0 -245
  181. package/vendor/librocksdb/vendor/rocksdb/db/log_writer.cc +0 -355
  182. package/vendor/librocksdb/vendor/rocksdb/db/log_writer.h +0 -151
  183. package/vendor/librocksdb/vendor/rocksdb/db/logs_with_prep_tracker.cc +0 -67
  184. package/vendor/librocksdb/vendor/rocksdb/db/logs_with_prep_tracker.h +0 -62
  185. package/vendor/librocksdb/vendor/rocksdb/db/lookup_key.h +0 -68
  186. package/vendor/librocksdb/vendor/rocksdb/db/malloc_stats.cc +0 -52
  187. package/vendor/librocksdb/vendor/rocksdb/db/malloc_stats.h +0 -22
  188. package/vendor/librocksdb/vendor/rocksdb/db/memtable.cc +0 -1684
  189. package/vendor/librocksdb/vendor/rocksdb/db/memtable.h +0 -712
  190. package/vendor/librocksdb/vendor/rocksdb/db/memtable_list.cc +0 -1028
  191. package/vendor/librocksdb/vendor/rocksdb/db/memtable_list.h +0 -514
  192. package/vendor/librocksdb/vendor/rocksdb/db/merge_context.h +0 -150
  193. package/vendor/librocksdb/vendor/rocksdb/db/merge_helper.cc +0 -699
  194. package/vendor/librocksdb/vendor/rocksdb/db/merge_helper.h +0 -318
  195. package/vendor/librocksdb/vendor/rocksdb/db/merge_operator.cc +0 -167
  196. package/vendor/librocksdb/vendor/rocksdb/db/multi_cf_iterator_impl.h +0 -296
  197. package/vendor/librocksdb/vendor/rocksdb/db/output_validator.cc +0 -29
  198. package/vendor/librocksdb/vendor/rocksdb/db/output_validator.h +0 -45
  199. package/vendor/librocksdb/vendor/rocksdb/db/periodic_task_scheduler.cc +0 -110
  200. package/vendor/librocksdb/vendor/rocksdb/db/periodic_task_scheduler.h +0 -108
  201. package/vendor/librocksdb/vendor/rocksdb/db/pinned_iterators_manager.h +0 -92
  202. package/vendor/librocksdb/vendor/rocksdb/db/post_memtable_callback.h +0 -25
  203. package/vendor/librocksdb/vendor/rocksdb/db/pre_release_callback.h +0 -37
  204. package/vendor/librocksdb/vendor/rocksdb/db/range_del_aggregator.cc +0 -553
  205. package/vendor/librocksdb/vendor/rocksdb/db/range_del_aggregator.h +0 -481
  206. package/vendor/librocksdb/vendor/rocksdb/db/range_del_aggregator_bench.cc +0 -280
  207. package/vendor/librocksdb/vendor/rocksdb/db/range_tombstone_fragmenter.cc +0 -515
  208. package/vendor/librocksdb/vendor/rocksdb/db/range_tombstone_fragmenter.h +0 -361
  209. package/vendor/librocksdb/vendor/rocksdb/db/read_callback.h +0 -54
  210. package/vendor/librocksdb/vendor/rocksdb/db/repair.cc +0 -864
  211. package/vendor/librocksdb/vendor/rocksdb/db/seqno_to_time_mapping.cc +0 -573
  212. package/vendor/librocksdb/vendor/rocksdb/db/seqno_to_time_mapping.h +0 -307
  213. package/vendor/librocksdb/vendor/rocksdb/db/snapshot_checker.h +0 -58
  214. package/vendor/librocksdb/vendor/rocksdb/db/snapshot_impl.cc +0 -25
  215. package/vendor/librocksdb/vendor/rocksdb/db/snapshot_impl.h +0 -239
  216. package/vendor/librocksdb/vendor/rocksdb/db/table_cache.cc +0 -745
  217. package/vendor/librocksdb/vendor/rocksdb/db/table_cache.h +0 -298
  218. package/vendor/librocksdb/vendor/rocksdb/db/table_cache_sync_and_async.h +0 -135
  219. package/vendor/librocksdb/vendor/rocksdb/db/table_properties_collector.cc +0 -74
  220. package/vendor/librocksdb/vendor/rocksdb/db/table_properties_collector.h +0 -185
  221. package/vendor/librocksdb/vendor/rocksdb/db/transaction_log_impl.cc +0 -296
  222. package/vendor/librocksdb/vendor/rocksdb/db/transaction_log_impl.h +0 -128
  223. package/vendor/librocksdb/vendor/rocksdb/db/trim_history_scheduler.cc +0 -54
  224. package/vendor/librocksdb/vendor/rocksdb/db/trim_history_scheduler.h +0 -46
  225. package/vendor/librocksdb/vendor/rocksdb/db/version_builder.cc +0 -1431
  226. package/vendor/librocksdb/vendor/rocksdb/db/version_builder.h +0 -93
  227. package/vendor/librocksdb/vendor/rocksdb/db/version_edit.cc +0 -1119
  228. package/vendor/librocksdb/vendor/rocksdb/db/version_edit.h +0 -769
  229. package/vendor/librocksdb/vendor/rocksdb/db/version_edit_handler.cc +0 -1264
  230. package/vendor/librocksdb/vendor/rocksdb/db/version_edit_handler.h +0 -390
  231. package/vendor/librocksdb/vendor/rocksdb/db/version_set.cc +0 -7562
  232. package/vendor/librocksdb/vendor/rocksdb/db/version_set.h +0 -1799
  233. package/vendor/librocksdb/vendor/rocksdb/db/version_set_sync_and_async.h +0 -169
  234. package/vendor/librocksdb/vendor/rocksdb/db/version_util.h +0 -77
  235. package/vendor/librocksdb/vendor/rocksdb/db/wal_edit.cc +0 -211
  236. package/vendor/librocksdb/vendor/rocksdb/db/wal_edit.h +0 -177
  237. package/vendor/librocksdb/vendor/rocksdb/db/wal_manager.cc +0 -539
  238. package/vendor/librocksdb/vendor/rocksdb/db/wal_manager.h +0 -138
  239. package/vendor/librocksdb/vendor/rocksdb/db/wide/wide_column_serialization.cc +0 -166
  240. package/vendor/librocksdb/vendor/rocksdb/db/wide/wide_column_serialization.h +0 -57
  241. package/vendor/librocksdb/vendor/rocksdb/db/wide/wide_columns.cc +0 -22
  242. package/vendor/librocksdb/vendor/rocksdb/db/wide/wide_columns_helper.cc +0 -52
  243. package/vendor/librocksdb/vendor/rocksdb/db/wide/wide_columns_helper.h +0 -40
  244. package/vendor/librocksdb/vendor/rocksdb/db/write_batch.cc +0 -3394
  245. package/vendor/librocksdb/vendor/rocksdb/db/write_batch_base.cc +0 -94
  246. package/vendor/librocksdb/vendor/rocksdb/db/write_batch_internal.h +0 -408
  247. package/vendor/librocksdb/vendor/rocksdb/db/write_callback.h +0 -27
  248. package/vendor/librocksdb/vendor/rocksdb/db/write_controller.cc +0 -121
  249. package/vendor/librocksdb/vendor/rocksdb/db/write_controller.h +0 -148
  250. package/vendor/librocksdb/vendor/rocksdb/db/write_stall_stats.cc +0 -179
  251. package/vendor/librocksdb/vendor/rocksdb/db/write_stall_stats.h +0 -47
  252. package/vendor/librocksdb/vendor/rocksdb/db/write_thread.cc +0 -931
  253. package/vendor/librocksdb/vendor/rocksdb/db/write_thread.h +0 -498
  254. package/vendor/librocksdb/vendor/rocksdb/env/composite_env.cc +0 -534
  255. package/vendor/librocksdb/vendor/rocksdb/env/composite_env_wrapper.h +0 -399
  256. package/vendor/librocksdb/vendor/rocksdb/env/emulated_clock.h +0 -114
  257. package/vendor/librocksdb/vendor/rocksdb/env/env.cc +0 -1253
  258. package/vendor/librocksdb/vendor/rocksdb/env/env_chroot.cc +0 -149
  259. package/vendor/librocksdb/vendor/rocksdb/env/env_chroot.h +0 -55
  260. package/vendor/librocksdb/vendor/rocksdb/env/env_encryption.cc +0 -1192
  261. package/vendor/librocksdb/vendor/rocksdb/env/env_encryption_ctr.h +0 -97
  262. package/vendor/librocksdb/vendor/rocksdb/env/env_posix.cc +0 -530
  263. package/vendor/librocksdb/vendor/rocksdb/env/file_system.cc +0 -278
  264. package/vendor/librocksdb/vendor/rocksdb/env/file_system_tracer.cc +0 -564
  265. package/vendor/librocksdb/vendor/rocksdb/env/file_system_tracer.h +0 -461
  266. package/vendor/librocksdb/vendor/rocksdb/env/fs_on_demand.cc +0 -331
  267. package/vendor/librocksdb/vendor/rocksdb/env/fs_on_demand.h +0 -139
  268. package/vendor/librocksdb/vendor/rocksdb/env/fs_posix.cc +0 -1285
  269. package/vendor/librocksdb/vendor/rocksdb/env/fs_readonly.h +0 -105
  270. package/vendor/librocksdb/vendor/rocksdb/env/fs_remap.cc +0 -341
  271. package/vendor/librocksdb/vendor/rocksdb/env/fs_remap.h +0 -137
  272. package/vendor/librocksdb/vendor/rocksdb/env/io_posix.cc +0 -1738
  273. package/vendor/librocksdb/vendor/rocksdb/env/io_posix.h +0 -517
  274. package/vendor/librocksdb/vendor/rocksdb/env/mock_env.cc +0 -1058
  275. package/vendor/librocksdb/vendor/rocksdb/env/mock_env.h +0 -144
  276. package/vendor/librocksdb/vendor/rocksdb/env/unique_id_gen.cc +0 -243
  277. package/vendor/librocksdb/vendor/rocksdb/env/unique_id_gen.h +0 -119
  278. package/vendor/librocksdb/vendor/rocksdb/file/delete_scheduler.cc +0 -513
  279. package/vendor/librocksdb/vendor/rocksdb/file/delete_scheduler.h +0 -200
  280. package/vendor/librocksdb/vendor/rocksdb/file/file_prefetch_buffer.cc +0 -992
  281. package/vendor/librocksdb/vendor/rocksdb/file/file_prefetch_buffer.h +0 -629
  282. package/vendor/librocksdb/vendor/rocksdb/file/file_util.cc +0 -308
  283. package/vendor/librocksdb/vendor/rocksdb/file/file_util.h +0 -123
  284. package/vendor/librocksdb/vendor/rocksdb/file/filename.cc +0 -538
  285. package/vendor/librocksdb/vendor/rocksdb/file/filename.h +0 -186
  286. package/vendor/librocksdb/vendor/rocksdb/file/line_file_reader.cc +0 -73
  287. package/vendor/librocksdb/vendor/rocksdb/file/line_file_reader.h +0 -60
  288. package/vendor/librocksdb/vendor/rocksdb/file/random_access_file_reader.cc +0 -639
  289. package/vendor/librocksdb/vendor/rocksdb/file/random_access_file_reader.h +0 -197
  290. package/vendor/librocksdb/vendor/rocksdb/file/read_write_util.cc +0 -33
  291. package/vendor/librocksdb/vendor/rocksdb/file/read_write_util.h +0 -31
  292. package/vendor/librocksdb/vendor/rocksdb/file/readahead_file_info.h +0 -33
  293. package/vendor/librocksdb/vendor/rocksdb/file/readahead_raf.cc +0 -169
  294. package/vendor/librocksdb/vendor/rocksdb/file/readahead_raf.h +0 -29
  295. package/vendor/librocksdb/vendor/rocksdb/file/sequence_file_reader.cc +0 -324
  296. package/vendor/librocksdb/vendor/rocksdb/file/sequence_file_reader.h +0 -127
  297. package/vendor/librocksdb/vendor/rocksdb/file/sst_file_manager_impl.cc +0 -525
  298. package/vendor/librocksdb/vendor/rocksdb/file/sst_file_manager_impl.h +0 -220
  299. package/vendor/librocksdb/vendor/rocksdb/file/writable_file_writer.cc +0 -1007
  300. package/vendor/librocksdb/vendor/rocksdb/file/writable_file_writer.h +0 -370
  301. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/advanced_cache.h +0 -665
  302. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/advanced_options.h +0 -1101
  303. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/attribute_groups.h +0 -114
  304. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/block_cache_trace_writer.h +0 -149
  305. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/c.h +0 -3122
  306. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/cache.h +0 -579
  307. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/cache_bench_tool.h +0 -14
  308. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/cleanable.h +0 -128
  309. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/compaction_filter.h +0 -374
  310. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/compaction_job_stats.h +0 -112
  311. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/comparator.h +0 -231
  312. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/compression_type.h +0 -186
  313. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/concurrent_task_limiter.h +0 -51
  314. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/configurable.h +0 -390
  315. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/convenience.h +0 -466
  316. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/customizable.h +0 -229
  317. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/data_structure.h +0 -186
  318. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/db.h +0 -2174
  319. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/db_bench_tool.h +0 -11
  320. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/db_dump_tool.h +0 -43
  321. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/db_stress_tool.h +0 -11
  322. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/env.h +0 -1920
  323. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/env_encryption.h +0 -363
  324. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/experimental.h +0 -492
  325. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/file_checksum.h +0 -146
  326. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/file_system.h +0 -1961
  327. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/filter_policy.h +0 -211
  328. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/flush_block_policy.h +0 -75
  329. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/functor_wrapper.h +0 -56
  330. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/io_status.h +0 -244
  331. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/iostats_context.h +0 -98
  332. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/iterator.h +0 -104
  333. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/iterator_base.h +0 -90
  334. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/ldb_tool.h +0 -42
  335. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/listener.h +0 -869
  336. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/memory_allocator.h +0 -87
  337. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/memtablerep.h +0 -421
  338. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/merge_operator.h +0 -337
  339. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/metadata.h +0 -258
  340. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/options.h +0 -2339
  341. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/perf_context.h +0 -319
  342. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/perf_level.h +0 -39
  343. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/persistent_cache.h +0 -74
  344. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/port_defs.h +0 -26
  345. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/rate_limiter.h +0 -172
  346. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/rocksdb_namespace.h +0 -16
  347. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/secondary_cache.h +0 -220
  348. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/slice.h +0 -264
  349. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/slice_transform.h +0 -135
  350. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/snapshot.h +0 -53
  351. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/sst_dump_tool.h +0 -17
  352. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/sst_file_manager.h +0 -139
  353. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/sst_file_reader.h +0 -61
  354. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/sst_file_writer.h +0 -203
  355. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/sst_partitioner.h +0 -142
  356. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/statistics.h +0 -794
  357. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/stats_history.h +0 -70
  358. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/status.h +0 -609
  359. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/system_clock.h +0 -129
  360. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/table.h +0 -938
  361. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/table_properties.h +0 -380
  362. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/table_reader_caller.h +0 -41
  363. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/thread_status.h +0 -197
  364. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/threadpool.h +0 -67
  365. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/trace_reader_writer.h +0 -52
  366. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/trace_record.h +0 -248
  367. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/trace_record_result.h +0 -187
  368. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/transaction_log.h +0 -128
  369. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/types.h +0 -113
  370. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/unique_id.h +0 -55
  371. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/universal_compaction.h +0 -127
  372. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/user_write_callback.h +0 -29
  373. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/agg_merge.h +0 -138
  374. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/backup_engine.h +0 -689
  375. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/cache_dump_load.h +0 -144
  376. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/checkpoint.h +0 -65
  377. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/convenience.h +0 -10
  378. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/customizable_util.h +0 -321
  379. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/db_ttl.h +0 -70
  380. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/debug.h +0 -46
  381. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/env_mirror.h +0 -179
  382. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/info_log_finder.h +0 -19
  383. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/ldb_cmd.h +0 -338
  384. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/ldb_cmd_execute_result.h +0 -75
  385. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/leveldb_options.h +0 -145
  386. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/lua/rocks_lua_custom_library.h +0 -43
  387. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/lua/rocks_lua_util.h +0 -55
  388. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/memory_util.h +0 -48
  389. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/object_registry.h +0 -583
  390. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/optimistic_transaction_db.h +0 -129
  391. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/option_change_migration.h +0 -24
  392. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/options_type.h +0 -1222
  393. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/options_util.h +0 -105
  394. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/replayer.h +0 -85
  395. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/sim_cache.h +0 -92
  396. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/stackable_db.h +0 -593
  397. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/table_properties_collectors.h +0 -133
  398. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/transaction.h +0 -765
  399. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/transaction_db.h +0 -510
  400. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/transaction_db_mutex.h +0 -89
  401. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/types_util.h +0 -36
  402. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/utilities/write_batch_with_index.h +0 -402
  403. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/version.h +0 -43
  404. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/wal_filter.h +0 -111
  405. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/wide_columns.h +0 -303
  406. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/write_batch.h +0 -518
  407. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/write_batch_base.h +0 -165
  408. package/vendor/librocksdb/vendor/rocksdb/include/rocksdb/write_buffer_manager.h +0 -183
  409. package/vendor/librocksdb/vendor/rocksdb/logging/auto_roll_logger.cc +0 -366
  410. package/vendor/librocksdb/vendor/rocksdb/logging/auto_roll_logger.h +0 -165
  411. package/vendor/librocksdb/vendor/rocksdb/logging/env_logger.h +0 -195
  412. package/vendor/librocksdb/vendor/rocksdb/logging/event_logger.cc +0 -68
  413. package/vendor/librocksdb/vendor/rocksdb/logging/event_logger.h +0 -202
  414. package/vendor/librocksdb/vendor/rocksdb/logging/log_buffer.cc +0 -91
  415. package/vendor/librocksdb/vendor/rocksdb/logging/log_buffer.h +0 -57
  416. package/vendor/librocksdb/vendor/rocksdb/logging/logging.h +0 -62
  417. package/vendor/librocksdb/vendor/rocksdb/memory/allocator.h +0 -58
  418. package/vendor/librocksdb/vendor/rocksdb/memory/arena.cc +0 -170
  419. package/vendor/librocksdb/vendor/rocksdb/memory/arena.h +0 -146
  420. package/vendor/librocksdb/vendor/rocksdb/memory/concurrent_arena.cc +0 -45
  421. package/vendor/librocksdb/vendor/rocksdb/memory/concurrent_arena.h +0 -215
  422. package/vendor/librocksdb/vendor/rocksdb/memory/jemalloc_nodump_allocator.cc +0 -304
  423. package/vendor/librocksdb/vendor/rocksdb/memory/jemalloc_nodump_allocator.h +0 -99
  424. package/vendor/librocksdb/vendor/rocksdb/memory/memkind_kmem_allocator.cc +0 -44
  425. package/vendor/librocksdb/vendor/rocksdb/memory/memkind_kmem_allocator.h +0 -43
  426. package/vendor/librocksdb/vendor/rocksdb/memory/memory_allocator.cc +0 -81
  427. package/vendor/librocksdb/vendor/rocksdb/memory/memory_allocator_impl.h +0 -47
  428. package/vendor/librocksdb/vendor/rocksdb/memory/memory_usage.h +0 -38
  429. package/vendor/librocksdb/vendor/rocksdb/memtable/alloc_tracker.cc +0 -63
  430. package/vendor/librocksdb/vendor/rocksdb/memtable/hash_linklist_rep.cc +0 -925
  431. package/vendor/librocksdb/vendor/rocksdb/memtable/hash_skiplist_rep.cc +0 -392
  432. package/vendor/librocksdb/vendor/rocksdb/memtable/inlineskiplist.h +0 -1051
  433. package/vendor/librocksdb/vendor/rocksdb/memtable/memtablerep_bench.cc +0 -687
  434. package/vendor/librocksdb/vendor/rocksdb/memtable/skiplist.h +0 -498
  435. package/vendor/librocksdb/vendor/rocksdb/memtable/skiplistrep.cc +0 -368
  436. package/vendor/librocksdb/vendor/rocksdb/memtable/stl_wrappers.h +0 -33
  437. package/vendor/librocksdb/vendor/rocksdb/memtable/vectorrep.cc +0 -307
  438. package/vendor/librocksdb/vendor/rocksdb/memtable/write_buffer_manager.cc +0 -185
  439. package/vendor/librocksdb/vendor/rocksdb/monitoring/file_read_sample.h +0 -23
  440. package/vendor/librocksdb/vendor/rocksdb/monitoring/histogram.cc +0 -280
  441. package/vendor/librocksdb/vendor/rocksdb/monitoring/histogram.h +0 -143
  442. package/vendor/librocksdb/vendor/rocksdb/monitoring/histogram_windowing.cc +0 -198
  443. package/vendor/librocksdb/vendor/rocksdb/monitoring/histogram_windowing.h +0 -84
  444. package/vendor/librocksdb/vendor/rocksdb/monitoring/in_memory_stats_history.cc +0 -50
  445. package/vendor/librocksdb/vendor/rocksdb/monitoring/in_memory_stats_history.h +0 -74
  446. package/vendor/librocksdb/vendor/rocksdb/monitoring/instrumented_mutex.cc +0 -90
  447. package/vendor/librocksdb/vendor/rocksdb/monitoring/instrumented_mutex.h +0 -126
  448. package/vendor/librocksdb/vendor/rocksdb/monitoring/iostats_context.cc +0 -78
  449. package/vendor/librocksdb/vendor/rocksdb/monitoring/iostats_context_imp.h +0 -62
  450. package/vendor/librocksdb/vendor/rocksdb/monitoring/perf_context.cc +0 -317
  451. package/vendor/librocksdb/vendor/rocksdb/monitoring/perf_context_imp.h +0 -103
  452. package/vendor/librocksdb/vendor/rocksdb/monitoring/perf_level.cc +0 -23
  453. package/vendor/librocksdb/vendor/rocksdb/monitoring/perf_level_imp.h +0 -14
  454. package/vendor/librocksdb/vendor/rocksdb/monitoring/perf_step_timer.h +0 -77
  455. package/vendor/librocksdb/vendor/rocksdb/monitoring/persistent_stats_history.cc +0 -173
  456. package/vendor/librocksdb/vendor/rocksdb/monitoring/persistent_stats_history.h +0 -83
  457. package/vendor/librocksdb/vendor/rocksdb/monitoring/statistics.cc +0 -561
  458. package/vendor/librocksdb/vendor/rocksdb/monitoring/statistics_impl.h +0 -143
  459. package/vendor/librocksdb/vendor/rocksdb/monitoring/thread_status_impl.cc +0 -163
  460. package/vendor/librocksdb/vendor/rocksdb/monitoring/thread_status_updater.cc +0 -328
  461. package/vendor/librocksdb/vendor/rocksdb/monitoring/thread_status_updater.h +0 -226
  462. package/vendor/librocksdb/vendor/rocksdb/monitoring/thread_status_updater_debug.cc +0 -43
  463. package/vendor/librocksdb/vendor/rocksdb/monitoring/thread_status_util.cc +0 -214
  464. package/vendor/librocksdb/vendor/rocksdb/monitoring/thread_status_util.h +0 -139
  465. package/vendor/librocksdb/vendor/rocksdb/monitoring/thread_status_util_debug.cc +0 -60
  466. package/vendor/librocksdb/vendor/rocksdb/options/cf_options.cc +0 -1218
  467. package/vendor/librocksdb/vendor/rocksdb/options/cf_options.h +0 -352
  468. package/vendor/librocksdb/vendor/rocksdb/options/configurable.cc +0 -720
  469. package/vendor/librocksdb/vendor/rocksdb/options/configurable_helper.h +0 -185
  470. package/vendor/librocksdb/vendor/rocksdb/options/configurable_test.h +0 -116
  471. package/vendor/librocksdb/vendor/rocksdb/options/customizable.cc +0 -133
  472. package/vendor/librocksdb/vendor/rocksdb/options/db_options.cc +0 -1113
  473. package/vendor/librocksdb/vendor/rocksdb/options/db_options.h +0 -160
  474. package/vendor/librocksdb/vendor/rocksdb/options/offpeak_time_info.cc +0 -59
  475. package/vendor/librocksdb/vendor/rocksdb/options/offpeak_time_info.h +0 -37
  476. package/vendor/librocksdb/vendor/rocksdb/options/options.cc +0 -717
  477. package/vendor/librocksdb/vendor/rocksdb/options/options_helper.cc +0 -1438
  478. package/vendor/librocksdb/vendor/rocksdb/options/options_helper.h +0 -115
  479. package/vendor/librocksdb/vendor/rocksdb/options/options_parser.cc +0 -745
  480. package/vendor/librocksdb/vendor/rocksdb/options/options_parser.h +0 -151
  481. package/vendor/librocksdb/vendor/rocksdb/port/jemalloc_helper.h +0 -107
  482. package/vendor/librocksdb/vendor/rocksdb/port/lang.h +0 -97
  483. package/vendor/librocksdb/vendor/rocksdb/port/likely.h +0 -18
  484. package/vendor/librocksdb/vendor/rocksdb/port/malloc.h +0 -17
  485. package/vendor/librocksdb/vendor/rocksdb/port/mmap.cc +0 -98
  486. package/vendor/librocksdb/vendor/rocksdb/port/mmap.h +0 -90
  487. package/vendor/librocksdb/vendor/rocksdb/port/port.h +0 -21
  488. package/vendor/librocksdb/vendor/rocksdb/port/port_dirent.h +0 -44
  489. package/vendor/librocksdb/vendor/rocksdb/port/port_example.h +0 -101
  490. package/vendor/librocksdb/vendor/rocksdb/port/port_posix.cc +0 -300
  491. package/vendor/librocksdb/vendor/rocksdb/port/port_posix.h +0 -246
  492. package/vendor/librocksdb/vendor/rocksdb/port/stack_trace.cc +0 -418
  493. package/vendor/librocksdb/vendor/rocksdb/port/stack_trace.h +0 -31
  494. package/vendor/librocksdb/vendor/rocksdb/port/sys_time.h +0 -63
  495. package/vendor/librocksdb/vendor/rocksdb/port/util_logger.h +0 -18
  496. package/vendor/librocksdb/vendor/rocksdb/port/win/env_default.cc +0 -45
  497. package/vendor/librocksdb/vendor/rocksdb/port/win/env_win.cc +0 -1436
  498. package/vendor/librocksdb/vendor/rocksdb/port/win/env_win.h +0 -305
  499. package/vendor/librocksdb/vendor/rocksdb/port/win/io_win.cc +0 -1101
  500. package/vendor/librocksdb/vendor/rocksdb/port/win/io_win.h +0 -504
  501. package/vendor/librocksdb/vendor/rocksdb/port/win/port_win.cc +0 -305
  502. package/vendor/librocksdb/vendor/rocksdb/port/win/port_win.h +0 -382
  503. package/vendor/librocksdb/vendor/rocksdb/port/win/win_jemalloc.cc +0 -80
  504. package/vendor/librocksdb/vendor/rocksdb/port/win/win_logger.cc +0 -192
  505. package/vendor/librocksdb/vendor/rocksdb/port/win/win_logger.h +0 -64
  506. package/vendor/librocksdb/vendor/rocksdb/port/win/win_thread.cc +0 -170
  507. package/vendor/librocksdb/vendor/rocksdb/port/win/win_thread.h +0 -117
  508. package/vendor/librocksdb/vendor/rocksdb/port/win/xpress_win.cc +0 -210
  509. package/vendor/librocksdb/vendor/rocksdb/port/win/xpress_win.h +0 -26
  510. package/vendor/librocksdb/vendor/rocksdb/port/xpress.h +0 -17
  511. package/vendor/librocksdb/vendor/rocksdb/rocksdb.pc.in +0 -10
  512. package/vendor/librocksdb/vendor/rocksdb/table/adaptive/adaptive_table_factory.cc +0 -119
  513. package/vendor/librocksdb/vendor/rocksdb/table/adaptive/adaptive_table_factory.h +0 -56
  514. package/vendor/librocksdb/vendor/rocksdb/table/block_based/binary_search_index_reader.cc +0 -73
  515. package/vendor/librocksdb/vendor/rocksdb/table/block_based/binary_search_index_reader.h +0 -48
  516. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block.cc +0 -1341
  517. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block.h +0 -969
  518. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_builder.cc +0 -2148
  519. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_builder.h +0 -208
  520. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_factory.cc +0 -980
  521. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_factory.h +0 -102
  522. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_iterator.cc +0 -893
  523. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_iterator.h +0 -445
  524. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_reader.cc +0 -3296
  525. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_reader.h +0 -785
  526. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_reader_impl.h +0 -205
  527. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_based_table_reader_sync_and_async.h +0 -819
  528. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_builder.cc +0 -266
  529. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_builder.h +0 -128
  530. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_cache.cc +0 -108
  531. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_cache.h +0 -190
  532. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_prefetcher.cc +0 -158
  533. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_prefetcher.h +0 -74
  534. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_prefix_index.cc +0 -226
  535. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_prefix_index.h +0 -70
  536. package/vendor/librocksdb/vendor/rocksdb/table/block_based/block_type.h +0 -34
  537. package/vendor/librocksdb/vendor/rocksdb/table/block_based/cachable_entry.h +0 -249
  538. package/vendor/librocksdb/vendor/rocksdb/table/block_based/data_block_footer.cc +0 -59
  539. package/vendor/librocksdb/vendor/rocksdb/table/block_based/data_block_footer.h +0 -25
  540. package/vendor/librocksdb/vendor/rocksdb/table/block_based/data_block_hash_index.cc +0 -94
  541. package/vendor/librocksdb/vendor/rocksdb/table/block_based/data_block_hash_index.h +0 -137
  542. package/vendor/librocksdb/vendor/rocksdb/table/block_based/filter_block.h +0 -189
  543. package/vendor/librocksdb/vendor/rocksdb/table/block_based/filter_block_reader_common.cc +0 -169
  544. package/vendor/librocksdb/vendor/rocksdb/table/block_based/filter_block_reader_common.h +0 -79
  545. package/vendor/librocksdb/vendor/rocksdb/table/block_based/filter_policy.cc +0 -1989
  546. package/vendor/librocksdb/vendor/rocksdb/table/block_based/filter_policy_internal.h +0 -341
  547. package/vendor/librocksdb/vendor/rocksdb/table/block_based/flush_block_policy.cc +0 -132
  548. package/vendor/librocksdb/vendor/rocksdb/table/block_based/flush_block_policy_impl.h +0 -40
  549. package/vendor/librocksdb/vendor/rocksdb/table/block_based/full_filter_block.cc +0 -297
  550. package/vendor/librocksdb/vendor/rocksdb/table/block_based/full_filter_block.h +0 -142
  551. package/vendor/librocksdb/vendor/rocksdb/table/block_based/hash_index_reader.cc +0 -146
  552. package/vendor/librocksdb/vendor/rocksdb/table/block_based/hash_index_reader.h +0 -49
  553. package/vendor/librocksdb/vendor/rocksdb/table/block_based/index_builder.cc +0 -305
  554. package/vendor/librocksdb/vendor/rocksdb/table/block_based/index_builder.h +0 -534
  555. package/vendor/librocksdb/vendor/rocksdb/table/block_based/index_reader_common.cc +0 -62
  556. package/vendor/librocksdb/vendor/rocksdb/table/block_based/index_reader_common.h +0 -94
  557. package/vendor/librocksdb/vendor/rocksdb/table/block_based/mock_block_based_table.h +0 -62
  558. package/vendor/librocksdb/vendor/rocksdb/table/block_based/parsed_full_filter_block.cc +0 -23
  559. package/vendor/librocksdb/vendor/rocksdb/table/block_based/parsed_full_filter_block.h +0 -47
  560. package/vendor/librocksdb/vendor/rocksdb/table/block_based/partitioned_filter_block.cc +0 -610
  561. package/vendor/librocksdb/vendor/rocksdb/table/block_based/partitioned_filter_block.h +0 -188
  562. package/vendor/librocksdb/vendor/rocksdb/table/block_based/partitioned_index_iterator.cc +0 -164
  563. package/vendor/librocksdb/vendor/rocksdb/table/block_based/partitioned_index_iterator.h +0 -160
  564. package/vendor/librocksdb/vendor/rocksdb/table/block_based/partitioned_index_reader.cc +0 -264
  565. package/vendor/librocksdb/vendor/rocksdb/table/block_based/partitioned_index_reader.h +0 -58
  566. package/vendor/librocksdb/vendor/rocksdb/table/block_based/reader_common.cc +0 -64
  567. package/vendor/librocksdb/vendor/rocksdb/table/block_based/reader_common.h +0 -36
  568. package/vendor/librocksdb/vendor/rocksdb/table/block_based/uncompression_dict_reader.cc +0 -118
  569. package/vendor/librocksdb/vendor/rocksdb/table/block_based/uncompression_dict_reader.h +0 -60
  570. package/vendor/librocksdb/vendor/rocksdb/table/block_fetcher.cc +0 -458
  571. package/vendor/librocksdb/vendor/rocksdb/table/block_fetcher.h +0 -168
  572. package/vendor/librocksdb/vendor/rocksdb/table/compaction_merging_iterator.cc +0 -370
  573. package/vendor/librocksdb/vendor/rocksdb/table/compaction_merging_iterator.h +0 -45
  574. package/vendor/librocksdb/vendor/rocksdb/table/cuckoo/cuckoo_table_builder.cc +0 -555
  575. package/vendor/librocksdb/vendor/rocksdb/table/cuckoo/cuckoo_table_builder.h +0 -136
  576. package/vendor/librocksdb/vendor/rocksdb/table/cuckoo/cuckoo_table_factory.cc +0 -100
  577. package/vendor/librocksdb/vendor/rocksdb/table/cuckoo/cuckoo_table_factory.h +0 -80
  578. package/vendor/librocksdb/vendor/rocksdb/table/cuckoo/cuckoo_table_reader.cc +0 -416
  579. package/vendor/librocksdb/vendor/rocksdb/table/cuckoo/cuckoo_table_reader.h +0 -100
  580. package/vendor/librocksdb/vendor/rocksdb/table/format.cc +0 -708
  581. package/vendor/librocksdb/vendor/rocksdb/table/format.h +0 -439
  582. package/vendor/librocksdb/vendor/rocksdb/table/get_context.cc +0 -622
  583. package/vendor/librocksdb/vendor/rocksdb/table/get_context.h +0 -259
  584. package/vendor/librocksdb/vendor/rocksdb/table/internal_iterator.h +0 -242
  585. package/vendor/librocksdb/vendor/rocksdb/table/iter_heap.h +0 -44
  586. package/vendor/librocksdb/vendor/rocksdb/table/iterator.cc +0 -134
  587. package/vendor/librocksdb/vendor/rocksdb/table/iterator_wrapper.h +0 -225
  588. package/vendor/librocksdb/vendor/rocksdb/table/merging_iterator.cc +0 -1755
  589. package/vendor/librocksdb/vendor/rocksdb/table/merging_iterator.h +0 -100
  590. package/vendor/librocksdb/vendor/rocksdb/table/meta_blocks.cc +0 -590
  591. package/vendor/librocksdb/vendor/rocksdb/table/meta_blocks.h +0 -181
  592. package/vendor/librocksdb/vendor/rocksdb/table/mock_table.cc +0 -355
  593. package/vendor/librocksdb/vendor/rocksdb/table/mock_table.h +0 -92
  594. package/vendor/librocksdb/vendor/rocksdb/table/multiget_context.h +0 -405
  595. package/vendor/librocksdb/vendor/rocksdb/table/persistent_cache_helper.cc +0 -110
  596. package/vendor/librocksdb/vendor/rocksdb/table/persistent_cache_helper.h +0 -46
  597. package/vendor/librocksdb/vendor/rocksdb/table/persistent_cache_options.h +0 -34
  598. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_bloom.cc +0 -78
  599. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_bloom.h +0 -132
  600. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_builder.cc +0 -348
  601. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_builder.h +0 -151
  602. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_factory.cc +0 -295
  603. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_factory.h +0 -180
  604. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_index.cc +0 -211
  605. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_index.h +0 -246
  606. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_key_coding.cc +0 -508
  607. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_key_coding.h +0 -199
  608. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_reader.cc +0 -778
  609. package/vendor/librocksdb/vendor/rocksdb/table/plain/plain_table_reader.h +0 -243
  610. package/vendor/librocksdb/vendor/rocksdb/table/sst_file_dumper.cc +0 -601
  611. package/vendor/librocksdb/vendor/rocksdb/table/sst_file_dumper.h +0 -104
  612. package/vendor/librocksdb/vendor/rocksdb/table/sst_file_reader.cc +0 -166
  613. package/vendor/librocksdb/vendor/rocksdb/table/sst_file_writer.cc +0 -536
  614. package/vendor/librocksdb/vendor/rocksdb/table/sst_file_writer_collectors.h +0 -97
  615. package/vendor/librocksdb/vendor/rocksdb/table/table_builder.h +0 -239
  616. package/vendor/librocksdb/vendor/rocksdb/table/table_factory.cc +0 -52
  617. package/vendor/librocksdb/vendor/rocksdb/table/table_iterator.h +0 -69
  618. package/vendor/librocksdb/vendor/rocksdb/table/table_properties.cc +0 -357
  619. package/vendor/librocksdb/vendor/rocksdb/table/table_properties_internal.h +0 -14
  620. package/vendor/librocksdb/vendor/rocksdb/table/table_reader.h +0 -202
  621. package/vendor/librocksdb/vendor/rocksdb/table/table_reader_bench.cc +0 -341
  622. package/vendor/librocksdb/vendor/rocksdb/table/two_level_iterator.cc +0 -222
  623. package/vendor/librocksdb/vendor/rocksdb/table/two_level_iterator.h +0 -43
  624. package/vendor/librocksdb/vendor/rocksdb/table/unique_id.cc +0 -223
  625. package/vendor/librocksdb/vendor/rocksdb/table/unique_id_impl.h +0 -93
  626. package/vendor/librocksdb/vendor/rocksdb/test_util/mock_time_env.cc +0 -38
  627. package/vendor/librocksdb/vendor/rocksdb/test_util/mock_time_env.h +0 -109
  628. package/vendor/librocksdb/vendor/rocksdb/test_util/secondary_cache_test_util.cc +0 -93
  629. package/vendor/librocksdb/vendor/rocksdb/test_util/secondary_cache_test_util.h +0 -131
  630. package/vendor/librocksdb/vendor/rocksdb/test_util/sync_point.cc +0 -82
  631. package/vendor/librocksdb/vendor/rocksdb/test_util/sync_point.h +0 -182
  632. package/vendor/librocksdb/vendor/rocksdb/test_util/sync_point_impl.cc +0 -152
  633. package/vendor/librocksdb/vendor/rocksdb/test_util/sync_point_impl.h +0 -96
  634. package/vendor/librocksdb/vendor/rocksdb/test_util/testharness.cc +0 -105
  635. package/vendor/librocksdb/vendor/rocksdb/test_util/testharness.h +0 -124
  636. package/vendor/librocksdb/vendor/rocksdb/test_util/testutil.cc +0 -776
  637. package/vendor/librocksdb/vendor/rocksdb/test_util/testutil.h +0 -908
  638. package/vendor/librocksdb/vendor/rocksdb/test_util/transaction_test_util.cc +0 -400
  639. package/vendor/librocksdb/vendor/rocksdb/test_util/transaction_test_util.h +0 -147
  640. package/vendor/librocksdb/vendor/rocksdb/tools/CMakeLists.txt +0 -30
  641. package/vendor/librocksdb/vendor/rocksdb/tools/blob_dump.cc +0 -103
  642. package/vendor/librocksdb/vendor/rocksdb/tools/block_cache_analyzer/block_cache_trace_analyzer.cc +0 -2331
  643. package/vendor/librocksdb/vendor/rocksdb/tools/block_cache_analyzer/block_cache_trace_analyzer.h +0 -398
  644. package/vendor/librocksdb/vendor/rocksdb/tools/block_cache_analyzer/block_cache_trace_analyzer_tool.cc +0 -17
  645. package/vendor/librocksdb/vendor/rocksdb/tools/db_bench.cc +0 -21
  646. package/vendor/librocksdb/vendor/rocksdb/tools/db_bench_tool.cc +0 -8743
  647. package/vendor/librocksdb/vendor/rocksdb/tools/db_repl_stress.cc +0 -132
  648. package/vendor/librocksdb/vendor/rocksdb/tools/dump/db_dump_tool.cc +0 -264
  649. package/vendor/librocksdb/vendor/rocksdb/tools/dump/rocksdb_dump.cc +0 -60
  650. package/vendor/librocksdb/vendor/rocksdb/tools/dump/rocksdb_undump.cc +0 -59
  651. package/vendor/librocksdb/vendor/rocksdb/tools/io_tracer_parser.cc +0 -17
  652. package/vendor/librocksdb/vendor/rocksdb/tools/io_tracer_parser_tool.cc +0 -142
  653. package/vendor/librocksdb/vendor/rocksdb/tools/io_tracer_parser_tool.h +0 -38
  654. package/vendor/librocksdb/vendor/rocksdb/tools/ldb.cc +0 -13
  655. package/vendor/librocksdb/vendor/rocksdb/tools/ldb_cmd.cc +0 -5044
  656. package/vendor/librocksdb/vendor/rocksdb/tools/ldb_cmd_impl.h +0 -814
  657. package/vendor/librocksdb/vendor/rocksdb/tools/ldb_tool.cc +0 -192
  658. package/vendor/librocksdb/vendor/rocksdb/tools/simulated_hybrid_file_system.cc +0 -244
  659. package/vendor/librocksdb/vendor/rocksdb/tools/simulated_hybrid_file_system.h +0 -124
  660. package/vendor/librocksdb/vendor/rocksdb/tools/sst_dump.cc +0 -12
  661. package/vendor/librocksdb/vendor/rocksdb/tools/sst_dump_tool.cc +0 -588
  662. package/vendor/librocksdb/vendor/rocksdb/tools/trace_analyzer.cc +0 -17
  663. package/vendor/librocksdb/vendor/rocksdb/tools/trace_analyzer_tool.cc +0 -1935
  664. package/vendor/librocksdb/vendor/rocksdb/tools/trace_analyzer_tool.h +0 -329
  665. package/vendor/librocksdb/vendor/rocksdb/tools/write_stress.cc +0 -305
  666. package/vendor/librocksdb/vendor/rocksdb/trace_replay/block_cache_tracer.cc +0 -509
  667. package/vendor/librocksdb/vendor/rocksdb/trace_replay/block_cache_tracer.h +0 -239
  668. package/vendor/librocksdb/vendor/rocksdb/trace_replay/io_tracer.cc +0 -303
  669. package/vendor/librocksdb/vendor/rocksdb/trace_replay/io_tracer.h +0 -185
  670. package/vendor/librocksdb/vendor/rocksdb/trace_replay/trace_record.cc +0 -206
  671. package/vendor/librocksdb/vendor/rocksdb/trace_replay/trace_record_handler.cc +0 -190
  672. package/vendor/librocksdb/vendor/rocksdb/trace_replay/trace_record_handler.h +0 -46
  673. package/vendor/librocksdb/vendor/rocksdb/trace_replay/trace_record_result.cc +0 -146
  674. package/vendor/librocksdb/vendor/rocksdb/trace_replay/trace_replay.cc +0 -632
  675. package/vendor/librocksdb/vendor/rocksdb/trace_replay/trace_replay.h +0 -184
  676. package/vendor/librocksdb/vendor/rocksdb/util/aligned_buffer.h +0 -235
  677. package/vendor/librocksdb/vendor/rocksdb/util/aligned_storage.h +0 -24
  678. package/vendor/librocksdb/vendor/rocksdb/util/async_file_reader.cc +0 -84
  679. package/vendor/librocksdb/vendor/rocksdb/util/async_file_reader.h +0 -144
  680. package/vendor/librocksdb/vendor/rocksdb/util/atomic.h +0 -111
  681. package/vendor/librocksdb/vendor/rocksdb/util/autovector.h +0 -397
  682. package/vendor/librocksdb/vendor/rocksdb/util/bloom_impl.h +0 -489
  683. package/vendor/librocksdb/vendor/rocksdb/util/build_version.cc.in +0 -79
  684. package/vendor/librocksdb/vendor/rocksdb/util/cast_util.h +0 -88
  685. package/vendor/librocksdb/vendor/rocksdb/util/channel.h +0 -69
  686. package/vendor/librocksdb/vendor/rocksdb/util/cleanable.cc +0 -181
  687. package/vendor/librocksdb/vendor/rocksdb/util/coding.cc +0 -90
  688. package/vendor/librocksdb/vendor/rocksdb/util/coding.h +0 -385
  689. package/vendor/librocksdb/vendor/rocksdb/util/coding_lean.h +0 -101
  690. package/vendor/librocksdb/vendor/rocksdb/util/compaction_job_stats_impl.cc +0 -94
  691. package/vendor/librocksdb/vendor/rocksdb/util/comparator.cc +0 -443
  692. package/vendor/librocksdb/vendor/rocksdb/util/compression.cc +0 -122
  693. package/vendor/librocksdb/vendor/rocksdb/util/compression.h +0 -1879
  694. package/vendor/librocksdb/vendor/rocksdb/util/compression_context_cache.cc +0 -106
  695. package/vendor/librocksdb/vendor/rocksdb/util/compression_context_cache.h +0 -47
  696. package/vendor/librocksdb/vendor/rocksdb/util/concurrent_task_limiter_impl.cc +0 -64
  697. package/vendor/librocksdb/vendor/rocksdb/util/concurrent_task_limiter_impl.h +0 -67
  698. package/vendor/librocksdb/vendor/rocksdb/util/core_local.h +0 -85
  699. package/vendor/librocksdb/vendor/rocksdb/util/coro_utils.h +0 -112
  700. package/vendor/librocksdb/vendor/rocksdb/util/crc32c.cc +0 -1295
  701. package/vendor/librocksdb/vendor/rocksdb/util/crc32c.h +0 -56
  702. package/vendor/librocksdb/vendor/rocksdb/util/crc32c_arm64.cc +0 -213
  703. package/vendor/librocksdb/vendor/rocksdb/util/crc32c_arm64.h +0 -51
  704. package/vendor/librocksdb/vendor/rocksdb/util/crc32c_ppc.c +0 -94
  705. package/vendor/librocksdb/vendor/rocksdb/util/crc32c_ppc.h +0 -21
  706. package/vendor/librocksdb/vendor/rocksdb/util/crc32c_ppc_asm.S +0 -756
  707. package/vendor/librocksdb/vendor/rocksdb/util/crc32c_ppc_constants.h +0 -900
  708. package/vendor/librocksdb/vendor/rocksdb/util/data_structure.cc +0 -16
  709. package/vendor/librocksdb/vendor/rocksdb/util/defer.h +0 -82
  710. package/vendor/librocksdb/vendor/rocksdb/util/distributed_mutex.h +0 -50
  711. package/vendor/librocksdb/vendor/rocksdb/util/duplicate_detector.h +0 -69
  712. package/vendor/librocksdb/vendor/rocksdb/util/dynamic_bloom.cc +0 -70
  713. package/vendor/librocksdb/vendor/rocksdb/util/dynamic_bloom.h +0 -214
  714. package/vendor/librocksdb/vendor/rocksdb/util/fastrange.h +0 -114
  715. package/vendor/librocksdb/vendor/rocksdb/util/file_checksum_helper.cc +0 -170
  716. package/vendor/librocksdb/vendor/rocksdb/util/file_checksum_helper.h +0 -101
  717. package/vendor/librocksdb/vendor/rocksdb/util/filter_bench.cc +0 -840
  718. package/vendor/librocksdb/vendor/rocksdb/util/gflags_compat.h +0 -29
  719. package/vendor/librocksdb/vendor/rocksdb/util/hash.cc +0 -201
  720. package/vendor/librocksdb/vendor/rocksdb/util/hash.h +0 -141
  721. package/vendor/librocksdb/vendor/rocksdb/util/hash128.h +0 -26
  722. package/vendor/librocksdb/vendor/rocksdb/util/hash_containers.h +0 -51
  723. package/vendor/librocksdb/vendor/rocksdb/util/hash_map.h +0 -67
  724. package/vendor/librocksdb/vendor/rocksdb/util/heap.h +0 -174
  725. package/vendor/librocksdb/vendor/rocksdb/util/kv_map.h +0 -33
  726. package/vendor/librocksdb/vendor/rocksdb/util/log_write_bench.cc +0 -88
  727. package/vendor/librocksdb/vendor/rocksdb/util/math.h +0 -351
  728. package/vendor/librocksdb/vendor/rocksdb/util/math128.h +0 -338
  729. package/vendor/librocksdb/vendor/rocksdb/util/murmurhash.cc +0 -196
  730. package/vendor/librocksdb/vendor/rocksdb/util/murmurhash.h +0 -43
  731. package/vendor/librocksdb/vendor/rocksdb/util/mutexlock.h +0 -189
  732. package/vendor/librocksdb/vendor/rocksdb/util/overload.h +0 -23
  733. package/vendor/librocksdb/vendor/rocksdb/util/ppc-opcode.h +0 -27
  734. package/vendor/librocksdb/vendor/rocksdb/util/random.cc +0 -63
  735. package/vendor/librocksdb/vendor/rocksdb/util/random.h +0 -190
  736. package/vendor/librocksdb/vendor/rocksdb/util/rate_limiter.cc +0 -391
  737. package/vendor/librocksdb/vendor/rocksdb/util/rate_limiter_impl.h +0 -156
  738. package/vendor/librocksdb/vendor/rocksdb/util/repeatable_thread.h +0 -149
  739. package/vendor/librocksdb/vendor/rocksdb/util/ribbon_alg.h +0 -1225
  740. package/vendor/librocksdb/vendor/rocksdb/util/ribbon_config.cc +0 -498
  741. package/vendor/librocksdb/vendor/rocksdb/util/ribbon_config.h +0 -182
  742. package/vendor/librocksdb/vendor/rocksdb/util/ribbon_impl.h +0 -1137
  743. package/vendor/librocksdb/vendor/rocksdb/util/set_comparator.h +0 -24
  744. package/vendor/librocksdb/vendor/rocksdb/util/single_thread_executor.h +0 -57
  745. package/vendor/librocksdb/vendor/rocksdb/util/slice.cc +0 -366
  746. package/vendor/librocksdb/vendor/rocksdb/util/status.cc +0 -163
  747. package/vendor/librocksdb/vendor/rocksdb/util/stderr_logger.cc +0 -62
  748. package/vendor/librocksdb/vendor/rocksdb/util/stderr_logger.h +0 -41
  749. package/vendor/librocksdb/vendor/rocksdb/util/stop_watch.h +0 -136
  750. package/vendor/librocksdb/vendor/rocksdb/util/string_util.cc +0 -554
  751. package/vendor/librocksdb/vendor/rocksdb/util/string_util.h +0 -185
  752. package/vendor/librocksdb/vendor/rocksdb/util/thread_guard.h +0 -41
  753. package/vendor/librocksdb/vendor/rocksdb/util/thread_local.cc +0 -521
  754. package/vendor/librocksdb/vendor/rocksdb/util/thread_local.h +0 -100
  755. package/vendor/librocksdb/vendor/rocksdb/util/thread_operation.h +0 -122
  756. package/vendor/librocksdb/vendor/rocksdb/util/threadpool_imp.cc +0 -550
  757. package/vendor/librocksdb/vendor/rocksdb/util/threadpool_imp.h +0 -120
  758. package/vendor/librocksdb/vendor/rocksdb/util/timer.h +0 -340
  759. package/vendor/librocksdb/vendor/rocksdb/util/timer_queue.h +0 -231
  760. package/vendor/librocksdb/vendor/rocksdb/util/udt_util.cc +0 -418
  761. package/vendor/librocksdb/vendor/rocksdb/util/udt_util.h +0 -275
  762. package/vendor/librocksdb/vendor/rocksdb/util/user_comparator_wrapper.h +0 -64
  763. package/vendor/librocksdb/vendor/rocksdb/util/vector_iterator.h +0 -114
  764. package/vendor/librocksdb/vendor/rocksdb/util/work_queue.h +0 -150
  765. package/vendor/librocksdb/vendor/rocksdb/util/write_batch_util.cc +0 -25
  766. package/vendor/librocksdb/vendor/rocksdb/util/write_batch_util.h +0 -90
  767. package/vendor/librocksdb/vendor/rocksdb/util/xxhash.cc +0 -48
  768. package/vendor/librocksdb/vendor/rocksdb/util/xxhash.h +0 -6364
  769. package/vendor/librocksdb/vendor/rocksdb/util/xxph3.h +0 -1760
  770. package/vendor/librocksdb/vendor/rocksdb/utilities/agg_merge/agg_merge.cc +0 -237
  771. package/vendor/librocksdb/vendor/rocksdb/utilities/agg_merge/agg_merge_impl.h +0 -49
  772. package/vendor/librocksdb/vendor/rocksdb/utilities/agg_merge/test_agg_merge.cc +0 -103
  773. package/vendor/librocksdb/vendor/rocksdb/utilities/agg_merge/test_agg_merge.h +0 -47
  774. package/vendor/librocksdb/vendor/rocksdb/utilities/backup/backup_engine.cc +0 -3357
  775. package/vendor/librocksdb/vendor/rocksdb/utilities/backup/backup_engine_impl.h +0 -34
  776. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_compaction_filter.cc +0 -490
  777. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_compaction_filter.h +0 -202
  778. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db.cc +0 -109
  779. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db.h +0 -231
  780. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db_gc_stats.h +0 -54
  781. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db_impl.cc +0 -2269
  782. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db_impl.h +0 -514
  783. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db_impl_filesnapshot.cc +0 -127
  784. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db_iterator.h +0 -148
  785. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_db_listener.h +0 -71
  786. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_dump_tool.cc +0 -276
  787. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_dump_tool.h +0 -56
  788. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_file.cc +0 -311
  789. package/vendor/librocksdb/vendor/rocksdb/utilities/blob_db/blob_file.h +0 -245
  790. package/vendor/librocksdb/vendor/rocksdb/utilities/cache_dump_load.cc +0 -67
  791. package/vendor/librocksdb/vendor/rocksdb/utilities/cache_dump_load_impl.cc +0 -389
  792. package/vendor/librocksdb/vendor/rocksdb/utilities/cache_dump_load_impl.h +0 -368
  793. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/cassandra_compaction_filter.cc +0 -104
  794. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/cassandra_compaction_filter.h +0 -57
  795. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/cassandra_options.h +0 -41
  796. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/format.cc +0 -365
  797. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/format.h +0 -183
  798. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/merge_operator.cc +0 -76
  799. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/merge_operator.h +0 -43
  800. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/serialize.h +0 -81
  801. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/test_utils.cc +0 -67
  802. package/vendor/librocksdb/vendor/rocksdb/utilities/cassandra/test_utils.h +0 -42
  803. package/vendor/librocksdb/vendor/rocksdb/utilities/checkpoint/checkpoint_impl.cc +0 -472
  804. package/vendor/librocksdb/vendor/rocksdb/utilities/checkpoint/checkpoint_impl.h +0 -64
  805. package/vendor/librocksdb/vendor/rocksdb/utilities/compaction_filters/layered_compaction_filter_base.h +0 -41
  806. package/vendor/librocksdb/vendor/rocksdb/utilities/compaction_filters/remove_emptyvalue_compactionfilter.cc +0 -24
  807. package/vendor/librocksdb/vendor/rocksdb/utilities/compaction_filters/remove_emptyvalue_compactionfilter.h +0 -26
  808. package/vendor/librocksdb/vendor/rocksdb/utilities/compaction_filters.cc +0 -52
  809. package/vendor/librocksdb/vendor/rocksdb/utilities/convenience/info_log_finder.cc +0 -26
  810. package/vendor/librocksdb/vendor/rocksdb/utilities/counted_fs.cc +0 -379
  811. package/vendor/librocksdb/vendor/rocksdb/utilities/counted_fs.h +0 -158
  812. package/vendor/librocksdb/vendor/rocksdb/utilities/debug.cc +0 -134
  813. package/vendor/librocksdb/vendor/rocksdb/utilities/env_mirror.cc +0 -280
  814. package/vendor/librocksdb/vendor/rocksdb/utilities/env_timed.cc +0 -181
  815. package/vendor/librocksdb/vendor/rocksdb/utilities/env_timed.h +0 -95
  816. package/vendor/librocksdb/vendor/rocksdb/utilities/fault_injection_env.cc +0 -555
  817. package/vendor/librocksdb/vendor/rocksdb/utilities/fault_injection_env.h +0 -252
  818. package/vendor/librocksdb/vendor/rocksdb/utilities/fault_injection_fs.cc +0 -1507
  819. package/vendor/librocksdb/vendor/rocksdb/utilities/fault_injection_fs.h +0 -760
  820. package/vendor/librocksdb/vendor/rocksdb/utilities/fault_injection_secondary_cache.cc +0 -138
  821. package/vendor/librocksdb/vendor/rocksdb/utilities/fault_injection_secondary_cache.h +0 -115
  822. package/vendor/librocksdb/vendor/rocksdb/utilities/leveldb_options/leveldb_options.cc +0 -57
  823. package/vendor/librocksdb/vendor/rocksdb/utilities/memory/memory_util.cc +0 -50
  824. package/vendor/librocksdb/vendor/rocksdb/utilities/memory_allocators.h +0 -103
  825. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/bytesxor.cc +0 -57
  826. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/bytesxor.h +0 -39
  827. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/max.cc +0 -64
  828. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/max_operator.h +0 -35
  829. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/put.cc +0 -74
  830. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/put_operator.h +0 -56
  831. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/sortlist.cc +0 -97
  832. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/sortlist.h +0 -42
  833. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/string_append/stringappend.cc +0 -76
  834. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/string_append/stringappend.h +0 -32
  835. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/string_append/stringappend2.cc +0 -129
  836. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/string_append/stringappend2.h +0 -51
  837. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/uint64add.cc +0 -56
  838. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators/uint64add.h +0 -35
  839. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators.cc +0 -115
  840. package/vendor/librocksdb/vendor/rocksdb/utilities/merge_operators.h +0 -36
  841. package/vendor/librocksdb/vendor/rocksdb/utilities/object_registry.cc +0 -381
  842. package/vendor/librocksdb/vendor/rocksdb/utilities/option_change_migration/option_change_migration.cc +0 -169
  843. package/vendor/librocksdb/vendor/rocksdb/utilities/options/options_util.cc +0 -117
  844. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/block_cache_tier.cc +0 -420
  845. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/block_cache_tier.h +0 -154
  846. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/block_cache_tier_file.cc +0 -607
  847. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/block_cache_tier_file.h +0 -291
  848. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/block_cache_tier_file_buffer.h +0 -127
  849. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/block_cache_tier_metadata.cc +0 -84
  850. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/block_cache_tier_metadata.h +0 -122
  851. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/hash_table.h +0 -237
  852. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/hash_table_bench.cc +0 -310
  853. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/hash_table_evictable.h +0 -166
  854. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/lrulist.h +0 -172
  855. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/persistent_cache_bench.cc +0 -355
  856. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/persistent_cache_test.h +0 -284
  857. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/persistent_cache_tier.cc +0 -165
  858. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/persistent_cache_tier.h +0 -340
  859. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/persistent_cache_util.h +0 -67
  860. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/volatile_tier_impl.cc +0 -138
  861. package/vendor/librocksdb/vendor/rocksdb/utilities/persistent_cache/volatile_tier_impl.h +0 -139
  862. package/vendor/librocksdb/vendor/rocksdb/utilities/simulator_cache/cache_simulator.cc +0 -287
  863. package/vendor/librocksdb/vendor/rocksdb/utilities/simulator_cache/cache_simulator.h +0 -231
  864. package/vendor/librocksdb/vendor/rocksdb/utilities/simulator_cache/sim_cache.cc +0 -375
  865. package/vendor/librocksdb/vendor/rocksdb/utilities/table_properties_collectors/compact_for_tiering_collector.cc +0 -144
  866. package/vendor/librocksdb/vendor/rocksdb/utilities/table_properties_collectors/compact_for_tiering_collector.h +0 -45
  867. package/vendor/librocksdb/vendor/rocksdb/utilities/table_properties_collectors/compact_on_deletion_collector.cc +0 -233
  868. package/vendor/librocksdb/vendor/rocksdb/utilities/table_properties_collectors/compact_on_deletion_collector.h +0 -65
  869. package/vendor/librocksdb/vendor/rocksdb/utilities/trace/file_trace_reader_writer.cc +0 -132
  870. package/vendor/librocksdb/vendor/rocksdb/utilities/trace/file_trace_reader_writer.h +0 -48
  871. package/vendor/librocksdb/vendor/rocksdb/utilities/trace/replayer_impl.cc +0 -313
  872. package/vendor/librocksdb/vendor/rocksdb/utilities/trace/replayer_impl.h +0 -84
  873. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/lock_manager.cc +0 -27
  874. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/lock_manager.h +0 -80
  875. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/lock_tracker.h +0 -207
  876. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/point/point_lock_manager.cc +0 -718
  877. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/point/point_lock_manager.h +0 -222
  878. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/point/point_lock_manager_test.h +0 -324
  879. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/point/point_lock_tracker.cc +0 -255
  880. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/point/point_lock_tracker.h +0 -97
  881. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_lock_manager.h +0 -34
  882. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/db.h +0 -81
  883. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/ft/comparator.h +0 -138
  884. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/ft/ft-status.h +0 -102
  885. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/concurrent_tree.cc +0 -137
  886. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/concurrent_tree.h +0 -174
  887. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/keyrange.cc +0 -220
  888. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/keyrange.h +0 -141
  889. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/lock_request.cc +0 -525
  890. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/lock_request.h +0 -255
  891. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/locktree.cc +0 -1021
  892. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/locktree.h +0 -580
  893. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/manager.cc +0 -525
  894. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/range_buffer.cc +0 -263
  895. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/range_buffer.h +0 -178
  896. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/treenode.cc +0 -518
  897. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/treenode.h +0 -302
  898. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/txnid_set.cc +0 -118
  899. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/txnid_set.h +0 -92
  900. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/wfg.cc +0 -211
  901. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/locktree/wfg.h +0 -124
  902. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/memory.h +0 -215
  903. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_assert_subst.h +0 -43
  904. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_atomic.h +0 -130
  905. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_external_pthread.h +0 -87
  906. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_instrumentation.h +0 -286
  907. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_portability.h +0 -87
  908. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_pthread.h +0 -520
  909. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_race_tools.h +0 -179
  910. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/toku_time.h +0 -197
  911. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/portability/txn_subst.h +0 -31
  912. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/standalone_port.cc +0 -139
  913. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/dbt.cc +0 -165
  914. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/dbt.h +0 -98
  915. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/growable_array.h +0 -144
  916. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/memarena.cc +0 -199
  917. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/memarena.h +0 -141
  918. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/omt.h +0 -794
  919. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/omt_impl.h +0 -1295
  920. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/partitioned_counter.h +0 -165
  921. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/lib/util/status.h +0 -76
  922. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/range_tree_lock_manager.cc +0 -501
  923. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/range_tree_lock_manager.h +0 -135
  924. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/range_tree_lock_tracker.cc +0 -156
  925. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/lock/range/range_tree/range_tree_lock_tracker.h +0 -146
  926. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/optimistic_transaction.cc +0 -208
  927. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/optimistic_transaction.h +0 -99
  928. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/optimistic_transaction_db_impl.cc +0 -111
  929. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/optimistic_transaction_db_impl.h +0 -110
  930. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/pessimistic_transaction.cc +0 -1278
  931. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/pessimistic_transaction.h +0 -345
  932. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/pessimistic_transaction_db.cc +0 -845
  933. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/pessimistic_transaction_db.h +0 -345
  934. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/snapshot_checker.cc +0 -37
  935. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/transaction_base.cc +0 -912
  936. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/transaction_base.h +0 -455
  937. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/transaction_db_mutex_impl.cc +0 -133
  938. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/transaction_db_mutex_impl.h +0 -24
  939. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/transaction_test.h +0 -589
  940. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/transaction_util.cc +0 -207
  941. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/transaction_util.h +0 -86
  942. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_prepared_txn.cc +0 -548
  943. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_prepared_txn.h +0 -118
  944. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_prepared_txn_db.cc +0 -1100
  945. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_prepared_txn_db.h +0 -1149
  946. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_unprepared_txn.cc +0 -1089
  947. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_unprepared_txn.h +0 -333
  948. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_unprepared_txn_db.cc +0 -486
  949. package/vendor/librocksdb/vendor/rocksdb/utilities/transactions/write_unprepared_txn_db.h +0 -105
  950. package/vendor/librocksdb/vendor/rocksdb/utilities/ttl/db_ttl_impl.cc +0 -638
  951. package/vendor/librocksdb/vendor/rocksdb/utilities/ttl/db_ttl_impl.h +0 -239
  952. package/vendor/librocksdb/vendor/rocksdb/utilities/types_util.cc +0 -88
  953. package/vendor/librocksdb/vendor/rocksdb/utilities/wal_filter.cc +0 -22
  954. package/vendor/librocksdb/vendor/rocksdb/utilities/write_batch_with_index/write_batch_with_index.cc +0 -1134
  955. package/vendor/librocksdb/vendor/rocksdb/utilities/write_batch_with_index/write_batch_with_index_internal.cc +0 -934
  956. package/vendor/librocksdb/vendor/rocksdb/utilities/write_batch_with_index/write_batch_with_index_internal.h +0 -468
@@ -1,1101 +0,0 @@
1
- // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
2
- // This source code is licensed under both the GPLv2 (found in the
3
- // COPYING file in the root directory) and Apache 2.0 License
4
- // (found in the LICENSE.Apache file in the root directory).
5
- // Copyright (c) 2011 The LevelDB Authors. All rights reserved.
6
- // Use of this source code is governed by a BSD-style license that can be
7
- // found in the LICENSE file. See the AUTHORS file for names of contributors.
8
-
9
- #pragma once
10
-
11
- #include <memory>
12
-
13
- #include "rocksdb/cache.h"
14
- #include "rocksdb/compression_type.h"
15
- #include "rocksdb/memtablerep.h"
16
- #include "rocksdb/universal_compaction.h"
17
-
18
- namespace ROCKSDB_NAMESPACE {
19
-
20
- class Slice;
21
- class SliceTransform;
22
- class TablePropertiesCollectorFactory;
23
- class TableFactory;
24
- struct Options;
25
-
26
- enum CompactionStyle : char {
27
- // level based compaction style
28
- kCompactionStyleLevel = 0x0,
29
- // Universal compaction style
30
- kCompactionStyleUniversal = 0x1,
31
- // FIFO compaction style
32
- kCompactionStyleFIFO = 0x2,
33
- // Disable background compaction. Compaction jobs are submitted
34
- // via CompactFiles().
35
- kCompactionStyleNone = 0x3,
36
- };
37
-
38
- // In Level-based compaction, it Determines which file from a level to be
39
- // picked to merge to the next level. We suggest people try
40
- // kMinOverlappingRatio first when you tune your database.
41
- enum CompactionPri : char {
42
- // Slightly prioritize larger files by size compensated by #deletes
43
- kByCompensatedSize = 0x0,
44
- // First compact files whose data's latest update time is oldest.
45
- // Try this if you only update some hot keys in small ranges.
46
- kOldestLargestSeqFirst = 0x1,
47
- // First compact files whose range hasn't been compacted to the next level
48
- // for the longest. If your updates are random across the key space,
49
- // write amplification is slightly better with this option.
50
- kOldestSmallestSeqFirst = 0x2,
51
- // First compact files whose ratio between overlapping size in next level
52
- // and its size is the smallest. It in many cases can optimize write
53
- // amplification.
54
- // Files marked for compaction will be prioritized over files that are not
55
- // marked.
56
- kMinOverlappingRatio = 0x3,
57
- // Keeps a cursor(s) of the successor of the file (key range) was/were
58
- // compacted before, and always picks the next files (key range) in that
59
- // level. The file picking process will cycle through all the files in a
60
- // round-robin manner.
61
- kRoundRobin = 0x4,
62
- };
63
-
64
- // Temperature of a file. Used to pass to FileSystem for a different
65
- // placement and/or coding.
66
- // Reserve some numbers in the middle, in case we need to insert new tier
67
- // there.
68
- enum class Temperature : uint8_t {
69
- kUnknown = 0,
70
- kHot = 0x04,
71
- kWarm = 0x08,
72
- kCold = 0x0C,
73
- kLastTemperature,
74
- };
75
-
76
- struct FileTemperatureAge {
77
- Temperature temperature = Temperature::kUnknown;
78
- uint64_t age = 0;
79
- };
80
-
81
- struct CompactionOptionsFIFO {
82
- // once the total sum of table files reaches this, we will delete the oldest
83
- // table file
84
- // Default: 1GB
85
- uint64_t max_table_files_size;
86
-
87
- // If true, try to do compaction to compact smaller files into larger ones.
88
- // Minimum files to compact follows options.level0_file_num_compaction_trigger
89
- // and compaction won't trigger if average compact bytes per del file is
90
- // larger than options.write_buffer_size. This is to protect large files
91
- // from being compacted again.
92
- // Default: false;
93
- bool allow_compaction = false;
94
-
95
- // DEPRECATED
96
- // When not 0, if the data in the file is older than this threshold, RocksDB
97
- // will soon move the file to warm temperature.
98
- uint64_t age_for_warm = 0;
99
-
100
- // EXPERIMENTAL
101
- // Age (in seconds) threshold for different file temperatures.
102
- // When not empty, each element specifies an age threshold `age` and a
103
- // temperature such that if all the data in a file is older than `age`,
104
- // RocksDB will compact the file to the specified `temperature`.
105
- //
106
- // Note:
107
- // - Flushed files will always have temperature kUnknown.
108
- // - Compaction output files will have temperature kUnknown by default, so
109
- // only temperatures other than kUnknown needs to be specified.
110
- // - The elements should be in increasing order with respect to `age` field.
111
- //
112
- // Dynamically changeable through SetOptions() API, e.g.,
113
- // SetOptions("compaction_options_fifo",
114
- // "{file_temperature_age_thresholds={
115
- // {age=10;temperature=kWarm}:{age=20;temperature=kCold}}}")
116
- // In this example, all files that are at least 20 seconds old will be
117
- // compacted and output files will have temperature kCold. All files that are
118
- // at least 10 seconds old but younger than 20 seconds will be compacted to
119
- // files with temperature kWarm.
120
- //
121
- // Default: empty
122
- std::vector<FileTemperatureAge> file_temperature_age_thresholds{};
123
-
124
- CompactionOptionsFIFO() : max_table_files_size(1 * 1024 * 1024 * 1024) {}
125
- CompactionOptionsFIFO(uint64_t _max_table_files_size, bool _allow_compaction)
126
- : max_table_files_size(_max_table_files_size),
127
- allow_compaction(_allow_compaction) {}
128
- };
129
-
130
- // The control option of how the cache tiers will be used. Currently rocksdb
131
- // support block cache (volatile tier), secondary cache (non-volatile tier).
132
- // In the future, we may add more caching layers.
133
- enum class CacheTier : uint8_t {
134
- kVolatileTier = 0,
135
- kVolatileCompressedTier = 0x01,
136
- kNonVolatileBlockTier = 0x02,
137
- };
138
-
139
- enum UpdateStatus { // Return status For inplace update callback
140
- UPDATE_FAILED = 0, // Nothing to update
141
- UPDATED_INPLACE = 1, // Value updated inplace
142
- UPDATED = 2, // No inplace update. Merged value set
143
- };
144
-
145
- enum class PrepopulateBlobCache : uint8_t {
146
- kDisable = 0x0, // Disable prepopulate blob cache
147
- kFlushOnly = 0x1, // Prepopulate blobs during flush only
148
- };
149
-
150
- struct AdvancedColumnFamilyOptions {
151
- // The maximum number of write buffers that are built up in memory.
152
- // The default and the minimum number is 2, so that when 1 write buffer
153
- // is being flushed to storage, new writes can continue to the other
154
- // write buffer.
155
- // If max_write_buffer_number > 3, writing will be slowed down to
156
- // options.delayed_write_rate if we are writing to the last write buffer
157
- // allowed.
158
- //
159
- // Default: 2
160
- //
161
- // Dynamically changeable through SetOptions() API
162
- int max_write_buffer_number = 2;
163
-
164
- // The minimum number of write buffers that will be merged together
165
- // before writing to storage. If set to 1, then
166
- // all write buffers are flushed to L0 as individual files and this increases
167
- // read amplification because a get request has to check in all of these
168
- // files. Also, an in-memory merge may result in writing lesser
169
- // data to storage if there are duplicate records in each of these
170
- // individual write buffers.
171
- // If atomic flush is enabled (options.atomic_flush == true), then this
172
- // option will be sanitized to 1.
173
- // Default: 1
174
- int min_write_buffer_number_to_merge = 1;
175
-
176
- // DEPRECATED
177
- // The total maximum number of write buffers to maintain in memory including
178
- // copies of buffers that have already been flushed. Unlike
179
- // max_write_buffer_number, this parameter does not affect flushing.
180
- // This parameter is being replaced by max_write_buffer_size_to_maintain.
181
- // If both parameters are set to non-zero values, this parameter will be
182
- // ignored.
183
- int max_write_buffer_number_to_maintain = 0;
184
-
185
- // The target number of write history bytes to hold in memory. Write history
186
- // comprises the latest write buffers (memtables). To reach the target, write
187
- // buffers that were most recently flushed to SST files may be retained in
188
- // memory.
189
- //
190
- // This controls the target amount of write history that will be available
191
- // in memory for conflict checking when Transactions are used.
192
- //
193
- // This target may be undershot when the CF first opens and has not recovered
194
- // or received enough writes to reach the target. After reaching the target
195
- // once, it is guaranteed to never undershoot again. That guarantee is
196
- // implemented by retaining flushed write buffers in-memory until the oldest
197
- // one can be trimmed without dropping below the target.
198
- //
199
- // Examples with `max_write_buffer_size_to_maintain` set to 32MB:
200
- //
201
- // - One mutable memtable of 64MB, one unflushed immutable memtable of 64MB,
202
- // and zero flushed immutable memtables. Nothing trimmable exists.
203
- // - One mutable memtable of 16MB, zero unflushed immutable memtables, and
204
- // one flushed immutable memtable of 64MB. Trimming is disallowed because
205
- // dropping the earliest (only) flushed immutable memtable would result in
206
- // write history of 16MB < 32MB.
207
- // - One mutable memtable of 24MB, one unflushed immutable memtable of 16MB,
208
- // and one flushed immutable memtable of 16MB. The earliest (only) flushed
209
- // immutable memtable is trimmed because without it we still have
210
- // 16MB + 24MB = 40MB > 32MB of write history.
211
- //
212
- // When using an OptimisticTransactionDB:
213
- // If this value is too low, some transactions may fail at commit time due
214
- // to not being able to determine whether there were any write conflicts.
215
- //
216
- // When using a TransactionDB:
217
- // If Transaction::SetSnapshot is used, TransactionDB will read either
218
- // in-memory write buffers or SST files to do write-conflict checking.
219
- // Increasing this value can reduce the number of reads to SST files
220
- // done for conflict detection.
221
- //
222
- // Setting this value to 0 will cause write buffers to be freed immediately
223
- // after they are flushed. If this value is set to -1,
224
- // 'max_write_buffer_number * write_buffer_size' will be used.
225
- //
226
- // Default:
227
- // If using a TransactionDB/OptimisticTransactionDB, the default value will
228
- // be set to the value of 'max_write_buffer_number * write_buffer_size'
229
- // if it is not explicitly set by the user. Otherwise, the default is 0.
230
- int64_t max_write_buffer_size_to_maintain = 0;
231
-
232
- // Allows thread-safe inplace updates.
233
- //
234
- // If this is true, there is no way to
235
- // achieve point-in-time consistency using snapshot or iterator (assuming
236
- // concurrent updates). Hence iterator and multi-get will return results
237
- // which are not consistent as of any point-in-time.
238
- //
239
- // Backward iteration on memtables will not work either.
240
- //
241
- // It is intended to work or be compatible with a limited set of features:
242
- // (1) Non-snapshot Get()
243
- //
244
- // If inplace_callback function is not set,
245
- // Put(key, new_value) will update inplace the existing_value iff
246
- // * key exists in current memtable
247
- // * new sizeof(new_value) <= sizeof(existing_value)
248
- // * existing_value for that key is a put i.e. kTypeValue
249
- // If inplace_callback function is set, check doc for inplace_callback.
250
- // Default: false.
251
- bool inplace_update_support = false;
252
-
253
- // Number of locks used for inplace update
254
- // Default: 10000, if inplace_update_support = true, else 0.
255
- //
256
- // Dynamically changeable through SetOptions() API
257
- size_t inplace_update_num_locks = 10000;
258
-
259
- // [experimental]
260
- // Used to activate or deactive the Mempurge feature (memtable garbage
261
- // collection). (deactivated by default). At every flush, the total useful
262
- // payload (total entries minus garbage entries) is estimated as a ratio
263
- // [useful payload bytes]/[size of a memtable (in bytes)]. This ratio is then
264
- // compared to this `threshold` value:
265
- // - if ratio<threshold: the flush is replaced by a mempurge operation
266
- // - else: a regular flush operation takes place.
267
- // Threshold values:
268
- // 0.0: mempurge deactivated (default).
269
- // 1.0: recommended threshold value.
270
- // >1.0 : aggressive mempurge.
271
- // 0 < threshold < 1.0: mempurge triggered only for very low useful payload
272
- // ratios.
273
- // [experimental]
274
- double experimental_mempurge_threshold = 0.0;
275
-
276
- // existing_value - pointer to previous value (from both memtable and sst).
277
- // nullptr if key doesn't exist
278
- // existing_value_size - pointer to size of existing_value).
279
- // nullptr if key doesn't exist
280
- // delta_value - Delta value to be merged with the existing_value.
281
- // Stored in transaction logs.
282
- // merged_value - Set when delta is applied on the previous value.
283
- //
284
- // Applicable only when inplace_update_support is true,
285
- // this callback function is called at the time of updating the memtable
286
- // as part of a Put operation, lets say Put(key, delta_value). It allows the
287
- // 'delta_value' specified as part of the Put operation to be merged with
288
- // an 'existing_value' of the key in the database.
289
- //
290
- // If the merged value is smaller in size that the 'existing_value',
291
- // then this function can update the 'existing_value' buffer inplace and
292
- // the corresponding 'existing_value'_size pointer, if it wishes to.
293
- // The callback should return UpdateStatus::UPDATED_INPLACE.
294
- // In this case. (In this case, the snapshot-semantics of the rocksdb
295
- // Iterator is not atomic anymore).
296
- //
297
- // If the merged value is larger in size than the 'existing_value' or the
298
- // application does not wish to modify the 'existing_value' buffer inplace,
299
- // then the merged value should be returned via *merge_value. It is set by
300
- // merging the 'existing_value' and the Put 'delta_value'. The callback should
301
- // return UpdateStatus::UPDATED in this case. This merged value will be added
302
- // to the memtable.
303
- //
304
- // If merging fails or the application does not wish to take any action,
305
- // then the callback should return UpdateStatus::UPDATE_FAILED.
306
- //
307
- // Please remember that the original call from the application is Put(key,
308
- // delta_value). So the transaction log (if enabled) will still contain (key,
309
- // delta_value). The 'merged_value' is not stored in the transaction log.
310
- // Hence the inplace_callback function should be consistent across db reopens.
311
- //
312
- // RocksDB callbacks are NOT exception-safe. A callback completing with an
313
- // exception can lead to undefined behavior in RocksDB, including data loss,
314
- // unreported corruption, deadlocks, and more.
315
- //
316
- // Default: nullptr
317
- UpdateStatus (*inplace_callback)(char* existing_value,
318
- uint32_t* existing_value_size,
319
- Slice delta_value,
320
- std::string* merged_value) = nullptr;
321
-
322
- // Should really be called `memtable_bloom_size_ratio`. Enables a dynamic
323
- // Bloom filter in memtable to optimize many queries that must go beyond
324
- // the memtable. The size in bytes of the filter is
325
- // write_buffer_size * memtable_prefix_bloom_size_ratio.
326
- // * If prefix_extractor is set, the filter includes prefixes.
327
- // * If memtable_whole_key_filtering, the filter includes whole keys.
328
- // * If both, the filter includes both.
329
- // * If neither, the feature is disabled.
330
- //
331
- // If this value is larger than 0.25, it is sanitized to 0.25.
332
- //
333
- // Default: 0 (disabled)
334
- //
335
- // Dynamically changeable through SetOptions() API
336
- double memtable_prefix_bloom_size_ratio = 0.0;
337
-
338
- // Enable whole key bloom filter in memtable. Note this will only take effect
339
- // if memtable_prefix_bloom_size_ratio is not 0. Enabling whole key filtering
340
- // can potentially reduce CPU usage for point-look-ups.
341
- //
342
- // Default: false (disabled)
343
- //
344
- // Dynamically changeable through SetOptions() API
345
- bool memtable_whole_key_filtering = false;
346
-
347
- // Page size for huge page for the arena used by the memtable. If <=0, it
348
- // won't allocate from huge page but from malloc.
349
- // Users are responsible to reserve huge pages for it to be allocated. For
350
- // example:
351
- // sysctl -w vm.nr_hugepages=20
352
- // See linux doc Documentation/vm/hugetlbpage.txt
353
- // If there isn't enough free huge page available, it will fall back to
354
- // malloc.
355
- //
356
- // Dynamically changeable through SetOptions() API
357
- size_t memtable_huge_page_size = 0;
358
-
359
- // If non-nullptr, memtable will use the specified function to extract
360
- // prefixes for keys, and for each prefix maintain a hint of insert location
361
- // to reduce CPU usage for inserting keys with the prefix. Keys out of
362
- // domain of the prefix extractor will be insert without using hints.
363
- //
364
- // Currently only the default skiplist based memtable implements the feature.
365
- // All other memtable implementation will ignore the option. It incurs ~250
366
- // additional bytes of memory overhead to store a hint for each prefix.
367
- // Also concurrent writes (when allow_concurrent_memtable_write is true) will
368
- // ignore the option.
369
- //
370
- // The option is best suited for workloads where keys will likely to insert
371
- // to a location close the last inserted key with the same prefix.
372
- // One example could be inserting keys of the form (prefix + timestamp),
373
- // and keys of the same prefix always comes in with time order. Another
374
- // example would be updating the same key over and over again, in which case
375
- // the prefix can be the key itself.
376
- //
377
- // Default: nullptr (disabled)
378
- std::shared_ptr<const SliceTransform>
379
- memtable_insert_with_hint_prefix_extractor = nullptr;
380
-
381
- // Control locality of bloom filter probes to improve CPU cache hit rate.
382
- // This option now only applies to plaintable prefix bloom. This
383
- // optimization is turned off when set to 0, and positive number to turn
384
- // it on.
385
- // Default: 0
386
- uint32_t bloom_locality = 0;
387
-
388
- // size of one block in arena memory allocation.
389
- // If <= 0, a proper value is automatically calculated (usually 1/8 of
390
- // writer_buffer_size, rounded up to a multiple of 4KB, or 1MB which ever is
391
- // smaller).
392
- //
393
- // There are two additional restriction of the specified size:
394
- // (1) size should be in the range of [4096, 2 << 30] and
395
- // (2) be the multiple of the CPU word (which helps with the memory
396
- // alignment).
397
- //
398
- // We'll automatically check and adjust the size number to make sure it
399
- // conforms to the restrictions.
400
- //
401
- // Default: 0
402
- //
403
- // Dynamically changeable through SetOptions() API
404
- size_t arena_block_size = 0;
405
-
406
- // Different levels can have different compression policies. There
407
- // are cases where most lower levels would like to use quick compression
408
- // algorithms while the higher levels (which have more data) use
409
- // compression algorithms that have better compression but could
410
- // be slower. This array, if non-empty, should have an entry for
411
- // each level of the database; these override the value specified in
412
- // the previous field 'compression'.
413
- //
414
- // NOTICE if level_compaction_dynamic_level_bytes=true,
415
- // compression_per_level[0] still determines L0, but other elements
416
- // of the array are based on base level (the level L0 files are merged
417
- // to), and may not match the level users see from info log for metadata.
418
- // If L0 files are merged to level-n, then, for i>0, compression_per_level[i]
419
- // determines compaction type for level n+i-1.
420
- // For example, if we have three 5 levels, and we determine to merge L0
421
- // data to L4 (which means L1..L3 will be empty), then the new files go to
422
- // L4 uses compression type compression_per_level[1].
423
- // If now L0 is merged to L2. Data goes to L2 will be compressed
424
- // according to compression_per_level[1], L3 using compression_per_level[2]
425
- // and L4 using compression_per_level[3]. Compaction for each level can
426
- // change when data grows.
427
- //
428
- // NOTE: if the vector size is smaller than the level number, the undefined
429
- // lower level uses the last option in the vector, for example, for 3 level
430
- // LSM tree the following settings are the same:
431
- // {kNoCompression, kSnappyCompression}
432
- // {kNoCompression, kSnappyCompression, kSnappyCompression}
433
- //
434
- // Dynamically changeable through SetOptions() API
435
- std::vector<CompressionType> compression_per_level;
436
-
437
- // Number of levels for this database
438
- int num_levels = 7;
439
-
440
- // Soft limit on number of level-0 files. We start slowing down writes at this
441
- // point. A value <0 means that no writing slow down will be triggered by
442
- // number of files in level-0.
443
- //
444
- // Default: 20
445
- //
446
- // Dynamically changeable through SetOptions() API
447
- int level0_slowdown_writes_trigger = 20;
448
-
449
- // Maximum number of level-0 files. We stop writes at this point.
450
- //
451
- // Default: 36
452
- //
453
- // Dynamically changeable through SetOptions() API
454
- int level0_stop_writes_trigger = 36;
455
-
456
- // Target file size for compaction.
457
- // target_file_size_base is per-file size for level-1.
458
- // Target file size for level L can be calculated by
459
- // target_file_size_base * (target_file_size_multiplier ^ (L-1))
460
- // For example, if target_file_size_base is 2MB and
461
- // target_file_size_multiplier is 10, then each file on level-1 will
462
- // be 2MB, and each file on level 2 will be 20MB,
463
- // and each file on level-3 will be 200MB.
464
- //
465
- // Default: 64MB.
466
- //
467
- // Dynamically changeable through SetOptions() API
468
- uint64_t target_file_size_base = 64 * 1048576;
469
-
470
- // By default target_file_size_multiplier is 1, which means
471
- // by default files in different levels will have similar size.
472
- //
473
- // Dynamically changeable through SetOptions() API
474
- int target_file_size_multiplier = 1;
475
-
476
- // If true, RocksDB will pick target size of each level dynamically.
477
- // We will pick a base level b >= 1. L0 will be directly merged into level b,
478
- // instead of always into level 1. Level 1 to b-1 need to be empty.
479
- // We try to pick b and its target size so that
480
- // 1. target size is in the range of
481
- // (max_bytes_for_level_base / max_bytes_for_level_multiplier,
482
- // max_bytes_for_level_base]
483
- // 2. target size of the last level (level num_levels-1) equals to the max
484
- // size of a level in the LSM (typically the last level).
485
- // At the same time max_bytes_for_level_multiplier is still satisfied.
486
- // Note that max_bytes_for_level_multiplier_additional is ignored with this
487
- // flag on.
488
- //
489
- // With this option on, from an empty DB, we make last level the base level,
490
- // which means merging L0 data into the last level, until it exceeds
491
- // max_bytes_for_level_base. And then we make the second last level to be
492
- // base level, to start to merge L0 data to second last level, with its
493
- // target size to be 1/max_bytes_for_level_multiplier of the last level's
494
- // extra size. After the data accumulates more so that we need to move the
495
- // base level to the third last one, and so on.
496
- //
497
- // For example, assume max_bytes_for_level_multiplier=10, num_levels=6,
498
- // and max_bytes_for_level_base=10MB.
499
- // Target sizes of level 1 to 5 starts with:
500
- // [- - - - 10MB]
501
- // with base level is level 5. Target sizes of level 1 to 4 are not applicable
502
- // because they will not be used.
503
- // Until the size of Level 5 grows to more than 10MB, say 11MB, we make
504
- // base target to level 4 and now the targets looks like:
505
- // [- - - 1.1MB 11MB]
506
- // While data are accumulated, size targets are tuned based on actual data
507
- // of level 5. When level 5 has 50MB of data, the target is like:
508
- // [- - - 5MB 50MB]
509
- // Until level 5's actual size is more than 100MB, say 101MB. Now if we keep
510
- // level 4 to be the base level, its target size needs to be 10.1MB, which
511
- // doesn't satisfy the target size range. So now we make level 3 the target
512
- // size and the target sizes of the levels look like:
513
- // [- - 1.01MB 10.1MB 101MB]
514
- // In the same way, while level 5 further grows, all levels' targets grow,
515
- // like
516
- // [- - 5MB 50MB 500MB]
517
- // Until level 5 exceeds 1000MB and becomes 1001MB, we make level 2 the
518
- // base level and make levels' target sizes like this:
519
- // [- 1.001MB 10.01MB 100.1MB 1001MB]
520
- // and go on...
521
- //
522
- // By doing it, we give max_bytes_for_level_multiplier a priority against
523
- // max_bytes_for_level_base, for a more predictable LSM tree shape. It is
524
- // useful to limit worse case space amplification.
525
- // If `allow_ingest_behind=true` or `preclude_last_level_data_seconds > 0`,
526
- // then the last level is reserved, and we will start filling LSM from the
527
- // second last level.
528
- //
529
- // With this option on, compaction is more adaptive to write traffic:
530
- // Compaction priority will take into account estimated bytes to be compacted
531
- // down to a level and favors compacting lower levels when there is a write
532
- // traffic spike (and hence more compaction debt). Refer to
533
- // https://github.com/facebook/rocksdb/wiki/Leveled-Compactio#option-level_compaction_dynamic_level_bytes-and-levels-target-size
534
- // for more detailed description. See more implementation detail in:
535
- // VersionStorageInfo::ComputeCompactionScore().
536
- //
537
- // With this option on, unneeded levels will be drained automatically:
538
- // Note that there may be excessive levels (where target level size is 0 when
539
- // computed based on this feature) in the LSM. This can happen after a user
540
- // migrates to turn this feature on or deletes a lot of data. This is
541
- // especially likely when a user migrates from leveled compaction with a
542
- // smaller multiplier or from universal compaction. RocksDB will gradually
543
- // drain these unnecessary levels by compacting files down the LSM. Smaller
544
- // number of levels should help to reduce read amplification.
545
- //
546
- // Migration to turn on this option:
547
- // - Before RocksDB v8.2, users are expected to do a full manual compaction
548
- // and then restart DB to turn on this option.
549
- // - Since RocksDB v8.2, users can just restart DB with this option on, as
550
- // long as num_levels is no smaller than number of non-empty levels in the
551
- // LSM. Migration will be done automatically by RocksDB. See more in
552
- // https://github.com/facebook/rocksdb/wiki/Leveled-Compaction#migrating-from-level_compaction_dynamic_level_bytesfalse-to-level_compaction_dynamic_level_bytestrue
553
- //
554
- // Default: true
555
- bool level_compaction_dynamic_level_bytes = true;
556
-
557
- // Default: 10.
558
- //
559
- // Dynamically changeable through SetOptions() API
560
- double max_bytes_for_level_multiplier = 10;
561
-
562
- // Different max-size multipliers for different levels.
563
- // These are multiplied by max_bytes_for_level_multiplier to arrive
564
- // at the max-size of each level.
565
- // This option only applies to leveled compaction with
566
- // `level_compaction_dynamic_level_bytes = false`.
567
- //
568
- // Default: 1
569
- //
570
- // Dynamically changeable through SetOptions() API
571
- std::vector<int> max_bytes_for_level_multiplier_additional =
572
- std::vector<int>(static_cast<size_t>(num_levels), 1);
573
-
574
- // We try to limit number of bytes in one compaction to be lower than this
575
- // threshold. But it's not guaranteed.
576
- // Value 0 will be sanitized.
577
- //
578
- // Default: target_file_size_base * 25
579
- //
580
- // Dynamically changeable through SetOptions() API
581
- uint64_t max_compaction_bytes = 0;
582
-
583
- // All writes will be slowed down to at least delayed_write_rate if estimated
584
- // bytes needed to be compaction exceed this threshold.
585
- //
586
- // Default: 64GB
587
- //
588
- // Dynamically changeable through SetOptions() API
589
- uint64_t soft_pending_compaction_bytes_limit = 64 * 1073741824ull;
590
-
591
- // All writes are stopped if estimated bytes needed to be compaction exceed
592
- // this threshold.
593
- //
594
- // Default: 256GB
595
- //
596
- // Dynamically changeable through SetOptions() API
597
- uint64_t hard_pending_compaction_bytes_limit = 256 * 1073741824ull;
598
-
599
- // The compaction style. Default: kCompactionStyleLevel
600
- CompactionStyle compaction_style = kCompactionStyleLevel;
601
-
602
- // If level compaction_style = kCompactionStyleLevel, for each level,
603
- // which files are prioritized to be picked to compact.
604
- // Default: kMinOverlappingRatio
605
- CompactionPri compaction_pri = kMinOverlappingRatio;
606
-
607
- // The options needed to support Universal Style compactions
608
- //
609
- // Dynamically changeable through SetOptions() API
610
- // Dynamic change example:
611
- // SetOptions("compaction_options_universal", "{size_ratio=2;}")
612
- CompactionOptionsUniversal compaction_options_universal;
613
-
614
- // The options for FIFO compaction style
615
- //
616
- // Dynamically changeable through SetOptions() API
617
- // Dynamic change example:
618
- // SetOptions("compaction_options_fifo", "{max_table_files_size=100;}")
619
- CompactionOptionsFIFO compaction_options_fifo;
620
-
621
- // An iteration->Next() sequentially skips over keys with the same
622
- // user-key unless this option is set. This number specifies the number
623
- // of keys (with the same userkey) that will be sequentially
624
- // skipped before a reseek is issued.
625
- //
626
- // Default: 8
627
- //
628
- // Dynamically changeable through SetOptions() API
629
- uint64_t max_sequential_skip_in_iterations = 8;
630
-
631
- // This is a factory that provides MemTableRep objects.
632
- // Default: a factory that provides a skip-list-based implementation of
633
- // MemTableRep.
634
- std::shared_ptr<MemTableRepFactory> memtable_factory =
635
- std::shared_ptr<SkipListFactory>(new SkipListFactory);
636
-
637
- // Block-based table related options are moved to BlockBasedTableOptions.
638
- // Related options that were originally here but now moved include:
639
- // no_block_cache
640
- // block_cache
641
- // block_cache_compressed (removed)
642
- // block_size
643
- // block_size_deviation
644
- // block_restart_interval
645
- // filter_policy
646
- // whole_key_filtering
647
- // If you'd like to customize some of these options, you will need to
648
- // use NewBlockBasedTableFactory() to construct a new table factory.
649
-
650
- // This option allows user to collect their own interested statistics of
651
- // the tables.
652
- // Default: empty vector -- no user-defined statistics collection will be
653
- // performed.
654
- using TablePropertiesCollectorFactories =
655
- std::vector<std::shared_ptr<TablePropertiesCollectorFactory>>;
656
- TablePropertiesCollectorFactories table_properties_collector_factories;
657
-
658
- // Maximum number of successive merge operations on a key in the memtable.
659
- // It may be violated when filesystem reads would be needed to stay under the
660
- // limit, unless `strict_max_successive_merges` is explicitly set.
661
- //
662
- // When a merge operation is added to the memtable and the maximum number of
663
- // successive merges is reached, RocksDB will attempt to read the value. Upon
664
- // success, the value will be inserted into the memtable instead of the merge
665
- // operation.
666
- //
667
- // Default: 0 (disabled)
668
- //
669
- // Dynamically changeable through SetOptions() API
670
- size_t max_successive_merges = 0;
671
-
672
- // Whether to allow filesystem reads to stay under the `max_successive_merges`
673
- // limit. When true, this can lead to merge writes blocking the write path
674
- // waiting on filesystem reads.
675
- //
676
- // This option is temporary in case the recent change to disallow filesystem
677
- // reads during merge writes has a problem and users need to undo it quickly.
678
- //
679
- // Default: false
680
- bool strict_max_successive_merges = false;
681
-
682
- // This flag specifies that the implementation should optimize the filters
683
- // mainly for cases where keys are found rather than also optimize for keys
684
- // missed. This would be used in cases where the application knows that
685
- // there are very few misses or the performance in the case of misses is not
686
- // important.
687
- //
688
- // For now, this flag allows us to not store filters for the last level i.e
689
- // the largest level which contains data of the LSM store. For keys which
690
- // are hits, the filters in this level are not useful because we will search
691
- // for the data anyway. NOTE: the filters in other levels are still useful
692
- // even for key hit because they tell us whether to look in that level or go
693
- // to the higher level.
694
- //
695
- // Default: false
696
- bool optimize_filters_for_hits = false;
697
-
698
- // After writing every SST file, reopen it and read all the keys.
699
- // Checks the hash of all of the keys and values written versus the
700
- // keys in the file and signals a corruption if they do not match
701
- //
702
- // Default: false
703
- //
704
- // Dynamically changeable through SetOptions() API
705
- bool paranoid_file_checks = false;
706
-
707
- // In debug mode, RocksDB runs consistency checks on the LSM every time the
708
- // LSM changes (Flush, Compaction, AddFile). When this option is true, these
709
- // checks are also enabled in release mode. These checks were historically
710
- // disabled in release mode, but are now enabled by default for proactive
711
- // corruption detection. The CPU overhead is negligible for normal mixed
712
- // operations but can slow down saturated writing. See
713
- // Options::DisableExtraChecks().
714
- // Default: true
715
- bool force_consistency_checks = true;
716
-
717
- // Measure IO stats in compactions and flushes, if true.
718
- //
719
- // Default: false
720
- //
721
- // Dynamically changeable through SetOptions() API
722
- bool report_bg_io_stats = false;
723
-
724
- // This option has different meanings for different compaction styles:
725
- //
726
- // Leveled: Non-bottom-level files with all keys older than TTL will go
727
- // through the compaction process. This usually happens in a cascading
728
- // way so that those entries will be compacted to bottommost level/file.
729
- // The feature is used to remove stale entries that have been deleted or
730
- // updated from the file system.
731
- //
732
- // FIFO: Files with all keys older than TTL will be deleted. TTL is only
733
- // supported if option max_open_files is set to -1.
734
- //
735
- // Universal: users should only set the option `periodic_compaction_seconds`
736
- // below instead. For backward compatibility, this option has the same
737
- // meaning as `periodic_compaction_seconds`. See more in comments for
738
- // `periodic_compaction_seconds` on the interaction between these two
739
- // options.
740
- //
741
- // This option only supports block based table format for any compaction
742
- // style.
743
- //
744
- // unit: seconds. Ex: 1 day = 1 * 24 * 60 * 60
745
- // 0 means disabling.
746
- // UINT64_MAX - 1 (0xfffffffffffffffe) is special flag to allow RocksDB to
747
- // pick default.
748
- //
749
- // Default: 30 days if using block based table. 0 (disable) otherwise.
750
- //
751
- // Dynamically changeable through SetOptions() API
752
- // Note that dynamically changing this option only works for leveled and FIFO
753
- // compaction. For universal compaction, dynamically changing this option has
754
- // no effect, users should dynamically change `periodic_compaction_seconds`
755
- // instead.
756
- uint64_t ttl = 0xfffffffffffffffe;
757
-
758
- // This option has different meanings for different compaction styles:
759
- //
760
- // Leveled: files older than `periodic_compaction_seconds` will be picked up
761
- // for compaction and will be re-written to the same level as they were
762
- // before if level_compaction_dynamic_level_bytes is disabled. Otherwise,
763
- // it will rewrite files to the next level except for the last level files
764
- // to the same level.
765
- //
766
- // FIFO: not supported. Setting this option has no effect for FIFO compaction.
767
- //
768
- // Universal: when there are files older than `periodic_compaction_seconds`,
769
- // rocksdb will try to do as large a compaction as possible including the
770
- // last level. Such compaction is only skipped if only last level is to
771
- // be compacted and no file in last level is older than
772
- // `periodic_compaction_seconds`. See more in
773
- // UniversalCompactionBuilder::PickPeriodicCompaction().
774
- // For backward compatibility, the effective value of this option takes
775
- // into account the value of option `ttl`. The logic is as follows:
776
- // - both options are set to 30 days if they have the default value.
777
- // - if both options are zero, zero is picked. Otherwise, we take the min
778
- // value among non-zero options values (i.e. takes the stricter limit).
779
- //
780
- // One main use of the feature is to make sure a file goes through compaction
781
- // filters periodically. Users can also use the feature to clear up SST
782
- // files using old format.
783
- //
784
- // A file's age is computed by looking at file_creation_time or creation_time
785
- // table properties in order, if they have valid non-zero values; if not, the
786
- // age is based on the file's last modified time (given by the underlying
787
- // Env).
788
- //
789
- // This option only supports block based table format for any compaction
790
- // style.
791
- //
792
- // unit: seconds. Ex: 7 days = 7 * 24 * 60 * 60
793
- //
794
- // Values:
795
- // 0: Turn off Periodic compactions.
796
- // UINT64_MAX - 1 (0xfffffffffffffffe) is special flag to allow RocksDB to
797
- // pick default.
798
- //
799
- // Default: 30 days if using block based table format + compaction filter +
800
- // leveled compaction or block based table format + universal compaction.
801
- // 0 (disabled) otherwise.
802
- //
803
- // Dynamically changeable through SetOptions() API
804
- uint64_t periodic_compaction_seconds = 0xfffffffffffffffe;
805
-
806
- // If this option is set then 1 in N blocks are compressed
807
- // using a fast (lz4) and slow (zstd) compression algorithm.
808
- // The compressibility is reported as stats and the stored
809
- // data is left uncompressed (unless compression is also requested).
810
- uint64_t sample_for_compression = 0;
811
-
812
- // EXPERIMENTAL
813
- // If this option is set, when creating the last level files, pass this
814
- // temperature to FileSystem used. Should be no-op for default FileSystem
815
- // and users need to plug in their own FileSystem to take advantage of it.
816
- // When using FIFO compaction, this option is ignored.
817
- //
818
- // Dynamically changeable through the SetOptions() API
819
- Temperature last_level_temperature = Temperature::kUnknown;
820
-
821
- // EXPERIMENTAL
822
- // When no other option such as last_level_temperature determines the
823
- // temperature of a new SST file, it will be written with this temperature,
824
- // which can be set differently for each column family.
825
- //
826
- // Dynamically changeable through the SetOptions() API
827
- Temperature default_write_temperature = Temperature::kUnknown;
828
-
829
- // EXPERIMENTAL
830
- // When this field is set, all SST files without an explicitly set temperature
831
- // will be treated as if they have this temperature for file reading
832
- // accounting purpose, such as io statistics, io perf context.
833
- //
834
- // Not dynamically changeable; change requires DB restart.
835
- Temperature default_temperature = Temperature::kUnknown;
836
-
837
- // EXPERIMENTAL
838
- // The feature is still in development and is incomplete.
839
- // If this option is set, when data insert time is within this time range, it
840
- // will be precluded from the last level.
841
- // 0 means no key will be precluded from the last level.
842
- //
843
- // Note: when enabled, universal size amplification (controlled by option
844
- // `compaction_options_universal.max_size_amplification_percent`) calculation
845
- // will exclude the last level. As the feature is designed for tiered storage
846
- // and a typical setting is the last level is cold tier which is likely not
847
- // size constrained, the size amp is going to be only for non-last levels.
848
- //
849
- // Default: 0 (disable the feature)
850
- //
851
- // Not dynamically changeable, change it requires db restart.
852
- uint64_t preclude_last_level_data_seconds = 0;
853
-
854
- // EXPERIMENTAL
855
- // If this option is set, it will preserve the internal time information about
856
- // the data until it's older than the specified time here.
857
- // Internally the time information is a map between sequence number and time,
858
- // which is the same as `preclude_last_level_data_seconds`. But it won't
859
- // preclude the data from the last level and the data in the last level won't
860
- // have the sequence number zeroed out.
861
- // Internally, rocksdb would sample the sequence number to time pair and store
862
- // that in SST property "rocksdb.seqno.time.map". The information is currently
863
- // only used for tiered storage compaction (option
864
- // `preclude_last_level_data_seconds`).
865
- //
866
- // Note: if both `preclude_last_level_data_seconds` and this option is set, it
867
- // will preserve the max time of the 2 options and compaction still preclude
868
- // the data based on `preclude_last_level_data_seconds`.
869
- // The higher the preserve_time is, the less the sampling frequency will be (
870
- // which means less accuracy of the time estimation).
871
- //
872
- // Default: 0 (disable the feature)
873
- //
874
- // Not dynamically changeable, change it requires db restart.
875
- uint64_t preserve_internal_time_seconds = 0;
876
-
877
- // When set, large values (blobs) are written to separate blob files, and
878
- // only pointers to them are stored in SST files. This can reduce write
879
- // amplification for large-value use cases at the cost of introducing a level
880
- // of indirection for reads. See also the options min_blob_size,
881
- // blob_file_size, blob_compression_type, enable_blob_garbage_collection,
882
- // blob_garbage_collection_age_cutoff,
883
- // blob_garbage_collection_force_threshold, and blob_compaction_readahead_size
884
- // below.
885
- //
886
- // Default: false
887
- //
888
- // Dynamically changeable through the SetOptions() API
889
- bool enable_blob_files = false;
890
-
891
- // The size of the smallest value to be stored separately in a blob file.
892
- // Values which have an uncompressed size smaller than this threshold are
893
- // stored alongside the keys in SST files in the usual fashion. A value of
894
- // zero for this option means that all values are stored in blob files. Note
895
- // that enable_blob_files has to be set in order for this option to have any
896
- // effect.
897
- //
898
- // Default: 0
899
- //
900
- // Dynamically changeable through the SetOptions() API
901
- uint64_t min_blob_size = 0;
902
-
903
- // The size limit for blob files. When writing blob files, a new file is
904
- // opened once this limit is reached. Note that enable_blob_files has to be
905
- // set in order for this option to have any effect.
906
- //
907
- // Default: 256 MB
908
- //
909
- // Dynamically changeable through the SetOptions() API
910
- uint64_t blob_file_size = 1ULL << 28;
911
-
912
- // The compression algorithm to use for large values stored in blob files.
913
- // Note that enable_blob_files has to be set in order for this option to have
914
- // any effect.
915
- //
916
- // Default: no compression
917
- //
918
- // Dynamically changeable through the SetOptions() API
919
- CompressionType blob_compression_type = kNoCompression;
920
-
921
- // Enables garbage collection of blobs. Blob GC is performed as part of
922
- // compaction. Valid blobs residing in blob files older than a cutoff get
923
- // relocated to new files as they are encountered during compaction, which
924
- // makes it possible to clean up blob files once they contain nothing but
925
- // obsolete/garbage blobs. See also blob_garbage_collection_age_cutoff and
926
- // blob_garbage_collection_force_threshold below.
927
- //
928
- // Default: false
929
- //
930
- // Dynamically changeable through the SetOptions() API
931
- bool enable_blob_garbage_collection = false;
932
-
933
- // The cutoff in terms of blob file age for garbage collection. Blobs in
934
- // the oldest N blob files will be relocated when encountered during
935
- // compaction, where N = garbage_collection_cutoff * number_of_blob_files.
936
- // Note that enable_blob_garbage_collection has to be set in order for this
937
- // option to have any effect.
938
- //
939
- // Default: 0.25
940
- //
941
- // Dynamically changeable through the SetOptions() API
942
- double blob_garbage_collection_age_cutoff = 0.25;
943
-
944
- // If the ratio of garbage in the oldest blob files exceeds this threshold,
945
- // targeted compactions are scheduled in order to force garbage collecting
946
- // the blob files in question, assuming they are all eligible based on the
947
- // value of blob_garbage_collection_age_cutoff above. This option is
948
- // currently only supported with leveled compactions.
949
- // Note that enable_blob_garbage_collection has to be set in order for this
950
- // option to have any effect.
951
- //
952
- // Default: 1.0
953
- //
954
- // Dynamically changeable through the SetOptions() API
955
- double blob_garbage_collection_force_threshold = 1.0;
956
-
957
- // Compaction readahead for blob files.
958
- //
959
- // Default: 0
960
- //
961
- // Dynamically changeable through the SetOptions() API
962
- uint64_t blob_compaction_readahead_size = 0;
963
-
964
- // Enable blob files starting from a certain LSM tree level.
965
- //
966
- // For certain use cases that have a mix of short-lived and long-lived values,
967
- // it might make sense to support extracting large values only during
968
- // compactions whose output level is greater than or equal to a specified LSM
969
- // tree level (e.g. compactions into L1/L2/... or above). This could reduce
970
- // the space amplification caused by large values that are turned into garbage
971
- // shortly after being written at the price of some write amplification
972
- // incurred by long-lived values whose extraction to blob files is delayed.
973
- //
974
- // Default: 0
975
- //
976
- // Dynamically changeable through the SetOptions() API
977
- int blob_file_starting_level = 0;
978
-
979
- // The Cache object to use for blobs. Using a dedicated object for blobs and
980
- // using the same object for the block and blob caches are both supported. In
981
- // the latter case, note that blobs are less valuable from a caching
982
- // perspective than SST blocks, and some cache implementations have
983
- // configuration options that can be used to prioritize items accordingly (see
984
- // Cache::Priority and LRUCacheOptions::{high,low}_pri_pool_ratio).
985
- //
986
- // Default: nullptr (disabled)
987
- std::shared_ptr<Cache> blob_cache = nullptr;
988
-
989
- // Enable/disable prepopulating the blob cache. When set to kFlushOnly, BlobDB
990
- // will insert newly written blobs into the blob cache during flush. This can
991
- // improve performance when reading back these blobs would otherwise be
992
- // expensive (e.g. when using direct I/O or remote storage), or when the
993
- // workload has a high temporal locality.
994
- //
995
- // Default: disabled
996
- //
997
- // Dynamically changeable through the SetOptions() API
998
- PrepopulateBlobCache prepopulate_blob_cache = PrepopulateBlobCache::kDisable;
999
-
1000
- // Enable memtable per key-value checksum protection.
1001
- //
1002
- // Each entry in memtable will be suffixed by a per key-value checksum.
1003
- // This options determines the size of such checksums.
1004
- //
1005
- // It is suggested to turn on write batch per key-value
1006
- // checksum protection together with this option, so that the checksum
1007
- // computation is done outside of writer threads (memtable kv checksum can be
1008
- // computed from write batch checksum) See
1009
- // WriteOptions::protection_bytes_per_key for more detail.
1010
- //
1011
- // Default: 0 (no protection)
1012
- // Supported values: 0, 1, 2, 4, 8.
1013
- // Dynamically changeable through the SetOptions() API.
1014
- uint32_t memtable_protection_bytes_per_key = 0;
1015
-
1016
- // UNDER CONSTRUCTION -- DO NOT USE
1017
- // When the user-defined timestamp feature is enabled, this flag controls
1018
- // whether the user-defined timestamps will be persisted.
1019
- //
1020
- // When it's false, the user-defined timestamps will be removed from the user
1021
- // keys when data is flushed from memtables to SST files. Other places that
1022
- // user keys can be persisted like file boundaries in file metadata and blob
1023
- // files go through a similar process. There are two major motivations
1024
- // for this flag:
1025
- // 1) backward compatibility: if the user later decides to
1026
- // disable the user-defined timestamp feature for the column family, these SST
1027
- // files can be handled by a user comparator that is not aware of user-defined
1028
- // timestamps.
1029
- // 2) enable user-defined timestamp feature for an existing column family
1030
- // while set this flag to be `false`: user keys in the newly generated SST
1031
- // files are of the same format as the existing SST files.
1032
- //
1033
- // Currently only user comparator that formats user-defined timesamps as
1034
- // uint64_t via using one of the RocksDB provided comparator
1035
- // `ComparatorWithU64TsImpl` are supported.
1036
- //
1037
- // When setting this flag to `false`, users should also call
1038
- // `DB::IncreaseFullHistoryTsLow` to set a cutoff timestamp for flush. RocksDB
1039
- // refrains from flushing a memtable with data still above
1040
- // the cutoff timestamp with best effort. One limitation of this best effort
1041
- // is that when `max_write_buffer_number` is equal to or smaller than 2,
1042
- // RocksDB will not attempt to retain user-defined timestamps, all flush jobs
1043
- // continue normally.
1044
- //
1045
- // Users can do user-defined
1046
- // multi-versioned read above the cutoff timestamp. When users try to read
1047
- // below the cutoff timestamp, an error will be returned.
1048
- //
1049
- // Note that if WAL is enabled, unlike SST files, user-defined timestamps are
1050
- // persisted to WAL even if this flag is set to `false`. The benefit of this
1051
- // is that user-defined timestamps can be recovered with the caveat that users
1052
- // should flush all memtables so there is no active WAL files before doing a
1053
- // downgrade. In order to use WAL to recover user-defined timestamps, users of
1054
- // this feature would want to set both `avoid_flush_during_shutdown` and
1055
- // `avoid_flush_during_recovery` to be true.
1056
- //
1057
- // Note that setting this flag to false is not supported in combination with
1058
- // atomic flush, or concurrent memtable write enabled by
1059
- // `allow_concurrent_memtable_write`.
1060
- //
1061
- // Default: true (user-defined timestamps are persisted)
1062
- // Not dynamically changeable, change it requires db restart and
1063
- // only compatible changes are allowed.
1064
- bool persist_user_defined_timestamps = true;
1065
-
1066
- // Enable/disable per key-value checksum protection for in memory blocks.
1067
- //
1068
- // Checksum is constructed when a block is loaded into memory and verification
1069
- // is done for each key read from the block. This is useful for detecting
1070
- // in-memory data corruption. Note that this feature has a non-trivial
1071
- // negative impact on read performance. Different values of the
1072
- // option have similar performance impact, but different memory cost and
1073
- // corruption detection probability (e.g. 1 byte gives 255/256 chance for
1074
- // detecting a corruption).
1075
- //
1076
- // Default: 0 (no protection)
1077
- // Supported values: 0, 1, 2, 4, 8.
1078
- // Dynamically changeable through the SetOptions() API.
1079
- uint8_t block_protection_bytes_per_key = 0;
1080
-
1081
- // For leveled compaction, RocksDB may compact a file at the bottommost level
1082
- // if it can compact away data that were protected by some snapshot.
1083
- // The compaction reason in LOG for this kind of compactions is
1084
- // "BottommostFiles". Usually such compaction can happen as soon as a
1085
- // relevant snapshot is released. This option allows user to delay
1086
- // such compactions. A file is qualified for "BottommostFiles" compaction
1087
- // if it is at least "bottommost_file_compaction_delay" seconds old.
1088
- //
1089
- // Default: 0 (no delay)
1090
- // Dynamically changeable through the SetOptions() API.
1091
- uint32_t bottommost_file_compaction_delay = 0;
1092
-
1093
- // Create ColumnFamilyOptions with default values for all fields
1094
- AdvancedColumnFamilyOptions();
1095
- // Create ColumnFamilyOptions from Options
1096
- explicit AdvancedColumnFamilyOptions(const Options& options);
1097
-
1098
- // ---------------- OPTIONS NOT SUPPORTED ANYMORE ----------------
1099
- };
1100
-
1101
- } // namespace ROCKSDB_NAMESPACE