You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
151474: storage: bump Pebble format version r=RaduBerinde a=RaduBerinde
#### go.mod: bump Pebble to 258531bdf87e
Changes:
* [`258531bd`](cockroachdb/pebble@258531bd) blob: add FileFormatV2 which has a properties block
* [`4be89e71`](cockroachdb/pebble@4be89e71) go.mod: require go1.24
* [`d3bef264`](cockroachdb/pebble@d3bef264) sstable: remove CompressionOptions
* [`2d7040f1`](cockroachdb/pebble@2d7040f1) manifest: improve API around TableStats
* [`7d7cc282`](cockroachdb/pebble@7d7cc282) db: fix bug in scaling compression stats for virtual tables
* [`c9692798`](cockroachdb/pebble@c9692798) db: add some tests for compression stats
Release note: none.
Epic: none.
#### storage: bump Pebble format version
Start using the latest Pebble format version.
Epic: none
Release note: None
151537: workload: add a contention option to KV r=miraradeva a=miraradeva
This commit adds a new set of flags to the KV workload to simulate long-running writing transactions.
- `--long-running-txn`, when true, enables this option.
- `--long-running-txn-num-writes` specifies the number of writes the long-running transaction performs.
Even though each long-running write transaction performs multiple writes, for simplicity, it counts for a single write from the perspective of `--read-percent`.
This new option also works with the other write options: `--sfu-writes` and `--sel1-writes`. In those cases, in addition to performing multiple writes, each of the writes is preceded by a `SELECT` and a sleep, configured as before.
Fixes: #151038
Release note: None
Co-authored-by: Radu Berinde <[email protected]>
Co-authored-by: Mira Radeva <[email protected]>
Copy file name to clipboardExpand all lines: docs/generated/settings/settings-for-tenants.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -420,4 +420,4 @@ trace.zipkin.collector string the address of a Zipkin instance to receive trace
420
420
ui.database_locality_metadata.enabled boolean true if enabled shows extended locality data about databases and tables in DB Console which can be expensive to compute application
421
421
ui.default_timezone string the default timezone used to format timestamps in the ui application
422
422
ui.display_timezone enumeration etc/utc the timezone used to format timestamps in the ui. This setting is deprecatedand will be removed in a future version. Use the 'ui.default_timezone' setting instead. 'ui.default_timezone' takes precedence over this setting. [etc/utc = 0, america/new_york = 1] application
423
-
version version 1000025.3-upgrading-to-1000025.4-step-004 set the active cluster version in the format '<major>.<minor>' application
423
+
version version 1000025.3-upgrading-to-1000025.4-step-006 set the active cluster version in the format '<major>.<minor>' application
Copy file name to clipboardExpand all lines: docs/generated/settings/settings.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -378,6 +378,6 @@
378
378
<tr><td><divid="setting-ui-database-locality-metadata-enabled" class="anchored"><code>ui.database_locality_metadata.enabled</code></div></td><td>boolean</td><td><code>true</code></td><td>if enabled shows extended locality data about databases and tables in DB Console which can be expensive to compute</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
379
379
<tr><td><divid="setting-ui-default-timezone" class="anchored"><code>ui.default_timezone</code></div></td><td>string</td><td><code></code></td><td>the default timezone used to format timestamps in the ui</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
380
380
<tr><td><divid="setting-ui-display-timezone" class="anchored"><code>ui.display_timezone</code></div></td><td>enumeration</td><td><code>etc/utc</code></td><td>the timezone used to format timestamps in the ui. This setting is deprecatedand will be removed in a future version. Use the 'ui.default_timezone' setting instead. 'ui.default_timezone' takes precedence over this setting. [etc/utc = 0, america/new_york = 1]</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
381
-
<tr><td><divid="setting-version" class="anchored"><code>version</code></div></td><td>version</td><td><code>1000025.3-upgrading-to-1000025.4-step-004</code></td><td>set the active cluster version in the format '<major>.<minor>'</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
381
+
<tr><td><divid="setting-version" class="anchored"><code>version</code></div></td><td>version</td><td><code>1000025.3-upgrading-to-1000025.4-step-006</code></td><td>set the active cluster version in the format '<major>.<minor>'</td><td>Serverless/Dedicated/Self-Hosted</td></tr>
0 commit comments