|
5 | 5 | - RFC PR: [#19785](https://github.com/cockroachdb/cockroach/pull/19785) |
6 | 6 | - Cockroach Issue: [#19783](https://github.com/cockroachdb/cockroach/issues/19783) |
7 | 7 |
|
| 8 | + |
| 9 | + |
8 | 10 | Table of Contents |
9 | 11 | ================= |
10 | 12 |
|
@@ -41,16 +43,26 @@ Table of Contents |
41 | 43 | * [Other uses of local disk](#other-uses-of-local-disk) |
42 | 44 | * [Enterprise enforcement](#enterprise-enforcement) |
43 | 45 | * [Drawbacks](#drawbacks) |
| 46 | + * [Directs us towards rocksdb-level encryption](#directs-us-towards-rocksdb-level-encryption) |
| 47 | + * [Cannot migrate to/from preamble data format](#cannot-migrate-tofrom-preamble-data-format) |
| 48 | + * [Lack of correctness testing of rocksdb encryption layer](#lack-of-correctness-testing-of-rocksdb-encryption-layer) |
| 49 | + * [Complexity of configuration and monitoring](#complexity-of-configuration-and-monitoring) |
| 50 | + * [No strong license enforcement](#no-strong-license-enforcement) |
44 | 51 | * [Rationale and Alternatives](#rationale-and-alternatives) |
| 52 | + * [Filesystem encryption](#filesystem-encryption) |
| 53 | + * [Fine-grained encryption](#fine-grained-encryption) |
| 54 | + * [Single level of keys](#single-level-of-keys) |
| 55 | + * [Relationship between store and data keys](#relationship-between-store-and-data-keys) |
| 56 | + * [Custom env for encryption state](#custom-env-for-encryption-state) |
45 | 57 | * [Unresolved questions](#unresolved-questions) |
46 | 58 | * [Non-live rocksdb files](#non-live-rocksdb-files) |
47 | 59 | * [Encryption flags](#encryption-flags) |
| 60 | + * [CCL code location](#ccl-code-location) |
48 | 61 | * [Instruction set support](#instruction-set-support) |
49 | 62 | * [Future improvements](#future-improvements) |
50 | 63 | * [v1.0: a.k.a. MVP](#v10-aka-mvp) |
51 | 64 | * [Possible future additions](#possible-future-additions) |
52 | 65 |
|
53 | | - |
54 | 66 | # Summary |
55 | 67 |
|
56 | 68 | This feature is Enterprise. |
|
0 commit comments