From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- .../images/Resize-of-20140327_200754-300x225.jpg | Bin 0 -> 26670 bytes src/rocksdb/docs/static/images/binaryseek.png | Bin 0 -> 68892 bytes src/rocksdb/docs/static/images/bloom_fp_vs_bpk.png | Bin 0 -> 51924 bytes .../docs/static/images/compaction/full-range.png | Bin 0 -> 193353 bytes .../static/images/compaction/l0-l1-contend.png | Bin 0 -> 203828 bytes .../static/images/compaction/l1-l2-contend.png | Bin 0 -> 230195 bytes .../static/images/compaction/part-range-old.png | Bin 0 -> 165547 bytes .../block-format-binary-seek.png | Bin 0 -> 68892 bytes .../block-format-hash-index.png | Bin 0 -> 31288 bytes .../hash-index-data-structure.png | Bin 0 -> 84389 bytes .../data-block-hash-index/perf-cache-miss.png | Bin 0 -> 44540 bytes .../data-block-hash-index/perf-throughput.png | Bin 0 -> 35170 bytes .../static/images/delrange/delrange_collapsed.png | Bin 0 -> 29265 bytes .../static/images/delrange/delrange_key_schema.png | Bin 0 -> 55178 bytes .../static/images/delrange/delrange_sst_blocks.png | Bin 0 -> 25596 bytes .../images/delrange/delrange_uncollapsed.png | Bin 0 -> 25358 bytes .../static/images/delrange/delrange_write_path.png | Bin 0 -> 109609 bytes .../docs/static/images/pcache-blockindex.jpg | Bin 0 -> 55324 bytes .../docs/static/images/pcache-fileindex.jpg | Bin 0 -> 54922 bytes .../docs/static/images/pcache-filelayout.jpg | Bin 0 -> 47197 bytes .../docs/static/images/pcache-readiopath.jpg | Bin 0 -> 16381 bytes .../docs/static/images/pcache-tieredstorage.jpg | Bin 0 -> 78208 bytes .../docs/static/images/pcache-writeiopath.jpg | Bin 0 -> 22616 bytes src/rocksdb/docs/static/images/promo-adapt.svg | 8 ++ src/rocksdb/docs/static/images/promo-flash.svg | 28 +++++ .../docs/static/images/promo-operations.svg | 6 + .../docs/static/images/promo-performance.svg | 134 +++++++++++++++++++++ .../rate-limiter/auto-tuned-write-KBps-series.png | Bin 0 -> 176624 bytes .../static/images/rate-limiter/write-KBps-cdf.png | Bin 0 -> 80439 bytes .../images/rate-limiter/write-KBps-series.png | Bin 0 -> 310422 bytes src/rocksdb/docs/static/images/tree_example1.png | Bin 0 -> 17804 bytes 31 files changed, 176 insertions(+) create mode 100644 src/rocksdb/docs/static/images/Resize-of-20140327_200754-300x225.jpg create mode 100644 src/rocksdb/docs/static/images/binaryseek.png create mode 100644 src/rocksdb/docs/static/images/bloom_fp_vs_bpk.png create mode 100644 src/rocksdb/docs/static/images/compaction/full-range.png create mode 100644 src/rocksdb/docs/static/images/compaction/l0-l1-contend.png create mode 100644 src/rocksdb/docs/static/images/compaction/l1-l2-contend.png create mode 100644 src/rocksdb/docs/static/images/compaction/part-range-old.png create mode 100644 src/rocksdb/docs/static/images/data-block-hash-index/block-format-binary-seek.png create mode 100644 src/rocksdb/docs/static/images/data-block-hash-index/block-format-hash-index.png create mode 100644 src/rocksdb/docs/static/images/data-block-hash-index/hash-index-data-structure.png create mode 100644 src/rocksdb/docs/static/images/data-block-hash-index/perf-cache-miss.png create mode 100644 src/rocksdb/docs/static/images/data-block-hash-index/perf-throughput.png create mode 100644 src/rocksdb/docs/static/images/delrange/delrange_collapsed.png create mode 100644 src/rocksdb/docs/static/images/delrange/delrange_key_schema.png create mode 100644 src/rocksdb/docs/static/images/delrange/delrange_sst_blocks.png create mode 100644 src/rocksdb/docs/static/images/delrange/delrange_uncollapsed.png create mode 100644 src/rocksdb/docs/static/images/delrange/delrange_write_path.png create mode 100644 src/rocksdb/docs/static/images/pcache-blockindex.jpg create mode 100644 src/rocksdb/docs/static/images/pcache-fileindex.jpg create mode 100644 src/rocksdb/docs/static/images/pcache-filelayout.jpg create mode 100644 src/rocksdb/docs/static/images/pcache-readiopath.jpg create mode 100644 src/rocksdb/docs/static/images/pcache-tieredstorage.jpg create mode 100644 src/rocksdb/docs/static/images/pcache-writeiopath.jpg create mode 100644 src/rocksdb/docs/static/images/promo-adapt.svg create mode 100644 src/rocksdb/docs/static/images/promo-flash.svg create mode 100644 src/rocksdb/docs/static/images/promo-operations.svg create mode 100644 src/rocksdb/docs/static/images/promo-performance.svg create mode 100644 src/rocksdb/docs/static/images/rate-limiter/auto-tuned-write-KBps-series.png create mode 100644 src/rocksdb/docs/static/images/rate-limiter/write-KBps-cdf.png create mode 100644 src/rocksdb/docs/static/images/rate-limiter/write-KBps-series.png create mode 100644 src/rocksdb/docs/static/images/tree_example1.png (limited to 'src/rocksdb/docs/static/images') diff --git a/src/rocksdb/docs/static/images/Resize-of-20140327_200754-300x225.jpg b/src/rocksdb/docs/static/images/Resize-of-20140327_200754-300x225.jpg new file mode 100644 index 000000000..9f9315101 Binary files /dev/null and b/src/rocksdb/docs/static/images/Resize-of-20140327_200754-300x225.jpg differ diff --git a/src/rocksdb/docs/static/images/binaryseek.png b/src/rocksdb/docs/static/images/binaryseek.png new file mode 100644 index 000000000..0e213f048 Binary files /dev/null and b/src/rocksdb/docs/static/images/binaryseek.png differ diff --git a/src/rocksdb/docs/static/images/bloom_fp_vs_bpk.png b/src/rocksdb/docs/static/images/bloom_fp_vs_bpk.png new file mode 100644 index 000000000..e83f4d085 Binary files /dev/null and b/src/rocksdb/docs/static/images/bloom_fp_vs_bpk.png differ diff --git a/src/rocksdb/docs/static/images/compaction/full-range.png b/src/rocksdb/docs/static/images/compaction/full-range.png new file mode 100644 index 000000000..5b2c9fc61 Binary files /dev/null and b/src/rocksdb/docs/static/images/compaction/full-range.png differ diff --git a/src/rocksdb/docs/static/images/compaction/l0-l1-contend.png b/src/rocksdb/docs/static/images/compaction/l0-l1-contend.png new file mode 100644 index 000000000..bcf8ec73a Binary files /dev/null and b/src/rocksdb/docs/static/images/compaction/l0-l1-contend.png differ diff --git a/src/rocksdb/docs/static/images/compaction/l1-l2-contend.png b/src/rocksdb/docs/static/images/compaction/l1-l2-contend.png new file mode 100644 index 000000000..6dafbbbf2 Binary files /dev/null and b/src/rocksdb/docs/static/images/compaction/l1-l2-contend.png differ diff --git a/src/rocksdb/docs/static/images/compaction/part-range-old.png b/src/rocksdb/docs/static/images/compaction/part-range-old.png new file mode 100644 index 000000000..1cc723d13 Binary files /dev/null and b/src/rocksdb/docs/static/images/compaction/part-range-old.png differ diff --git a/src/rocksdb/docs/static/images/data-block-hash-index/block-format-binary-seek.png b/src/rocksdb/docs/static/images/data-block-hash-index/block-format-binary-seek.png new file mode 100644 index 000000000..0e213f048 Binary files /dev/null and b/src/rocksdb/docs/static/images/data-block-hash-index/block-format-binary-seek.png differ diff --git a/src/rocksdb/docs/static/images/data-block-hash-index/block-format-hash-index.png b/src/rocksdb/docs/static/images/data-block-hash-index/block-format-hash-index.png new file mode 100644 index 000000000..accb8639e Binary files /dev/null and b/src/rocksdb/docs/static/images/data-block-hash-index/block-format-hash-index.png differ diff --git a/src/rocksdb/docs/static/images/data-block-hash-index/hash-index-data-structure.png b/src/rocksdb/docs/static/images/data-block-hash-index/hash-index-data-structure.png new file mode 100644 index 000000000..9acc71d8e Binary files /dev/null and b/src/rocksdb/docs/static/images/data-block-hash-index/hash-index-data-structure.png differ diff --git a/src/rocksdb/docs/static/images/data-block-hash-index/perf-cache-miss.png b/src/rocksdb/docs/static/images/data-block-hash-index/perf-cache-miss.png new file mode 100644 index 000000000..71788735d Binary files /dev/null and b/src/rocksdb/docs/static/images/data-block-hash-index/perf-cache-miss.png differ diff --git a/src/rocksdb/docs/static/images/data-block-hash-index/perf-throughput.png b/src/rocksdb/docs/static/images/data-block-hash-index/perf-throughput.png new file mode 100644 index 000000000..54948af2f Binary files /dev/null and b/src/rocksdb/docs/static/images/data-block-hash-index/perf-throughput.png differ diff --git a/src/rocksdb/docs/static/images/delrange/delrange_collapsed.png b/src/rocksdb/docs/static/images/delrange/delrange_collapsed.png new file mode 100644 index 000000000..52246c2c1 Binary files /dev/null and b/src/rocksdb/docs/static/images/delrange/delrange_collapsed.png differ diff --git a/src/rocksdb/docs/static/images/delrange/delrange_key_schema.png b/src/rocksdb/docs/static/images/delrange/delrange_key_schema.png new file mode 100644 index 000000000..0a14d4a3a Binary files /dev/null and b/src/rocksdb/docs/static/images/delrange/delrange_key_schema.png differ diff --git a/src/rocksdb/docs/static/images/delrange/delrange_sst_blocks.png b/src/rocksdb/docs/static/images/delrange/delrange_sst_blocks.png new file mode 100644 index 000000000..6003e42ae Binary files /dev/null and b/src/rocksdb/docs/static/images/delrange/delrange_sst_blocks.png differ diff --git a/src/rocksdb/docs/static/images/delrange/delrange_uncollapsed.png b/src/rocksdb/docs/static/images/delrange/delrange_uncollapsed.png new file mode 100644 index 000000000..39c7097af Binary files /dev/null and b/src/rocksdb/docs/static/images/delrange/delrange_uncollapsed.png differ diff --git a/src/rocksdb/docs/static/images/delrange/delrange_write_path.png b/src/rocksdb/docs/static/images/delrange/delrange_write_path.png new file mode 100644 index 000000000..229dfb349 Binary files /dev/null and b/src/rocksdb/docs/static/images/delrange/delrange_write_path.png differ diff --git a/src/rocksdb/docs/static/images/pcache-blockindex.jpg b/src/rocksdb/docs/static/images/pcache-blockindex.jpg new file mode 100644 index 000000000..9c18bde93 Binary files /dev/null and b/src/rocksdb/docs/static/images/pcache-blockindex.jpg differ diff --git a/src/rocksdb/docs/static/images/pcache-fileindex.jpg b/src/rocksdb/docs/static/images/pcache-fileindex.jpg new file mode 100644 index 000000000..51f4e095c Binary files /dev/null and b/src/rocksdb/docs/static/images/pcache-fileindex.jpg differ diff --git a/src/rocksdb/docs/static/images/pcache-filelayout.jpg b/src/rocksdb/docs/static/images/pcache-filelayout.jpg new file mode 100644 index 000000000..771ee60c1 Binary files /dev/null and b/src/rocksdb/docs/static/images/pcache-filelayout.jpg differ diff --git a/src/rocksdb/docs/static/images/pcache-readiopath.jpg b/src/rocksdb/docs/static/images/pcache-readiopath.jpg new file mode 100644 index 000000000..4993f0072 Binary files /dev/null and b/src/rocksdb/docs/static/images/pcache-readiopath.jpg differ diff --git a/src/rocksdb/docs/static/images/pcache-tieredstorage.jpg b/src/rocksdb/docs/static/images/pcache-tieredstorage.jpg new file mode 100644 index 000000000..c362a2d69 Binary files /dev/null and b/src/rocksdb/docs/static/images/pcache-tieredstorage.jpg differ diff --git a/src/rocksdb/docs/static/images/pcache-writeiopath.jpg b/src/rocksdb/docs/static/images/pcache-writeiopath.jpg new file mode 100644 index 000000000..561b55181 Binary files /dev/null and b/src/rocksdb/docs/static/images/pcache-writeiopath.jpg differ diff --git a/src/rocksdb/docs/static/images/promo-adapt.svg b/src/rocksdb/docs/static/images/promo-adapt.svg new file mode 100644 index 000000000..7cd44434d --- /dev/null +++ b/src/rocksdb/docs/static/images/promo-adapt.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/rocksdb/docs/static/images/promo-flash.svg b/src/rocksdb/docs/static/images/promo-flash.svg new file mode 100644 index 000000000..79810c30a --- /dev/null +++ b/src/rocksdb/docs/static/images/promo-flash.svg @@ -0,0 +1,28 @@ + + + + + + + + + + +]> + + + + + + + + + + + diff --git a/src/rocksdb/docs/static/images/promo-operations.svg b/src/rocksdb/docs/static/images/promo-operations.svg new file mode 100644 index 000000000..3036294ab --- /dev/null +++ b/src/rocksdb/docs/static/images/promo-operations.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/rocksdb/docs/static/images/promo-performance.svg b/src/rocksdb/docs/static/images/promo-performance.svg new file mode 100644 index 000000000..be8a10120 --- /dev/null +++ b/src/rocksdb/docs/static/images/promo-performance.svg @@ -0,0 +1,134 @@ + + + + + + + + + + +netalloy chequered flag + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/rocksdb/docs/static/images/rate-limiter/auto-tuned-write-KBps-series.png b/src/rocksdb/docs/static/images/rate-limiter/auto-tuned-write-KBps-series.png new file mode 100644 index 000000000..b4b24849c Binary files /dev/null and b/src/rocksdb/docs/static/images/rate-limiter/auto-tuned-write-KBps-series.png differ diff --git a/src/rocksdb/docs/static/images/rate-limiter/write-KBps-cdf.png b/src/rocksdb/docs/static/images/rate-limiter/write-KBps-cdf.png new file mode 100644 index 000000000..742f985bf Binary files /dev/null and b/src/rocksdb/docs/static/images/rate-limiter/write-KBps-cdf.png differ diff --git a/src/rocksdb/docs/static/images/rate-limiter/write-KBps-series.png b/src/rocksdb/docs/static/images/rate-limiter/write-KBps-series.png new file mode 100644 index 000000000..c7bdcb95a Binary files /dev/null and b/src/rocksdb/docs/static/images/rate-limiter/write-KBps-series.png differ diff --git a/src/rocksdb/docs/static/images/tree_example1.png b/src/rocksdb/docs/static/images/tree_example1.png new file mode 100644 index 000000000..9f725860c Binary files /dev/null and b/src/rocksdb/docs/static/images/tree_example1.png differ -- cgit v1.2.3