trac-msb 0.1.74 → 0.1.76
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.
- package/Whitelist/pubkeys.csv +1 -1
- package/dump/Whitelist/pubkeys.csv +1 -1
- package/dump/msb.mjs +3 -3
- package/dump/package.json +9 -9
- package/dump/src/index.js +0 -13
- package/dump/src/network.js +2 -2
- package/dump/src/utils/constants.js +3 -3
- package/package.json +1 -1
- package/src/network.js +2 -2
- package/src/utils/constants.js +2 -2
- package/stores2/nzoomlol2/CORESTORE +0 -4
- package/stores2/nzoomlol2/db/000004.log +0 -0
- package/stores2/nzoomlol2/db/CURRENT +0 -1
- package/stores2/nzoomlol2/db/IDENTITY +0 -1
- package/stores2/nzoomlol2/db/LOCK +0 -0
- package/stores2/nzoomlol2/db/LOG +0 -456
- package/stores2/nzoomlol2/db/MANIFEST-000005 +0 -0
- package/stores2/nzoomlol2/db/OPTIONS-000007 +0 -330
- package/stores2/nzoomlol2/db/keypair.json +0 -5
package/Whitelist/pubkeys.csv
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7a28af069a36ce674ad04718e8ee63fe38c81a7770b144714c7666d085897d1c
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7a28af069a36ce674ad04718e8ee63fe38c81a7770b144714c7666d085897d1c
|
package/dump/msb.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {MainSettlementBus} from './src/index.js';
|
|
2
2
|
|
|
3
3
|
const opts = {
|
|
4
|
-
stores_directory : '
|
|
4
|
+
stores_directory : 'stores2/',
|
|
5
5
|
store_name : typeof process !== "undefined" ? process.argv[2] : Pear.config.args[0],
|
|
6
|
-
bootstrap: '
|
|
7
|
-
channel: '
|
|
6
|
+
bootstrap: 'a4951e5f744e2a9ceeb875a7965762481dab0a7bb0531a71568e34bf7abd2c53',
|
|
7
|
+
channel: '0002tracnetworkmainsettlementbus',
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
const msb = new MainSettlementBus(opts);
|
package/dump/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trac-msb",
|
|
3
3
|
"main": "msb.mjs",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.75",
|
|
5
5
|
"pear": {
|
|
6
6
|
"name": "trac-msb",
|
|
7
7
|
"type": "terminal"
|
|
@@ -14,18 +14,17 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"autobase": "7.6.3",
|
|
17
|
-
"hypercore": "11.6.3",
|
|
18
|
-
"corestore": "7.4.2",
|
|
17
|
+
"hypercore": "^11.6.3",
|
|
18
|
+
"corestore": "^7.4.2",
|
|
19
19
|
"b4a": "1.6.7",
|
|
20
20
|
"bare-readline": "1.0.7",
|
|
21
21
|
"bare-tty": "5.0.2",
|
|
22
|
-
"brittle": "^3.16.2",
|
|
23
22
|
"compact-encoding": "^2.16.0",
|
|
24
23
|
"fastest-validator": "1.19.0",
|
|
25
|
-
"hyperbee": "2.24.2",
|
|
26
|
-
"hypercore-crypto": "3.4.0",
|
|
27
|
-
"hyperdht": "6.20.5",
|
|
28
|
-
"hyperswarm": "4.11.5",
|
|
24
|
+
"hyperbee": "^2.24.2",
|
|
25
|
+
"hypercore-crypto": "^3.4.0",
|
|
26
|
+
"hyperdht": "^6.20.5",
|
|
27
|
+
"hyperswarm": "^4.11.5",
|
|
29
28
|
"protomux": "^3.10.1",
|
|
30
29
|
"protomux-wakeup": "2.4.0",
|
|
31
30
|
"readline": "npm:bare-node-readline",
|
|
@@ -35,6 +34,7 @@
|
|
|
35
34
|
},
|
|
36
35
|
"publishConfig": {
|
|
37
36
|
"registry": "https://registry.npmjs.org",
|
|
38
|
-
"access": "public"
|
|
37
|
+
"access": "public",
|
|
38
|
+
"brittle": "^3.16.2"
|
|
39
39
|
}
|
|
40
40
|
}
|
package/dump/src/index.js
CHANGED
|
@@ -445,8 +445,6 @@ export class MainSettlementBus extends ReadyResource {
|
|
|
445
445
|
|
|
446
446
|
await this.#setUpRoleAutomatically(adminEntry);
|
|
447
447
|
|
|
448
|
-
this.updater();
|
|
449
|
-
|
|
450
448
|
console.log(`isIndexer: ${this.#base.isIndexer}`);
|
|
451
449
|
console.log(`isWriter: ${this.#base.writable}`);
|
|
452
450
|
console.log('MSB Unsigned Length:', this.#base.view.core.length);
|
|
@@ -543,17 +541,6 @@ export class MainSettlementBus extends ReadyResource {
|
|
|
543
541
|
return !!whitelistEntry;
|
|
544
542
|
}
|
|
545
543
|
|
|
546
|
-
async updater() {
|
|
547
|
-
while (true) {
|
|
548
|
-
if (this.#is_indexer &&
|
|
549
|
-
this.#base.view.core.length >
|
|
550
|
-
this.#base.view.core.signedLength) {
|
|
551
|
-
await this.#base.append(null);
|
|
552
|
-
}
|
|
553
|
-
await sleep(UPDATER_INTERVAL);
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
|
|
557
544
|
async get(key) {
|
|
558
545
|
const result = await this.#base.view.get(key);
|
|
559
546
|
if (result === null) return null;
|
package/dump/src/network.js
CHANGED
|
@@ -259,8 +259,8 @@ class Network {
|
|
|
259
259
|
});
|
|
260
260
|
|
|
261
261
|
// must be called AFTER the protomux init above
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
const stream = store.replicate(connection);
|
|
263
|
+
wakeup.addStream(stream);
|
|
264
264
|
|
|
265
265
|
connection.on('error', (error) => { });
|
|
266
266
|
|
|
@@ -36,11 +36,11 @@ export const WHITELIST_PREFIX = 'whitelist/';
|
|
|
36
36
|
export const MAX_INDEXERS = 3;
|
|
37
37
|
export const MIN_INDEXERS = 1;
|
|
38
38
|
export const WHITELIST_SLEEP_INTERVAL = 1000;
|
|
39
|
-
export const MAX_PEERS =
|
|
40
|
-
export const MAX_PARALLEL =
|
|
39
|
+
export const MAX_PEERS = 64;
|
|
40
|
+
export const MAX_PARALLEL = 64;
|
|
41
41
|
export const MAX_SERVER_CONNECTIONS = Infinity;
|
|
42
42
|
export const MAX_CLIENT_CONNECTIONS = Infinity;
|
|
43
|
-
export const UPDATER_INTERVAL =
|
|
43
|
+
export const UPDATER_INTERVAL = 1_000;
|
|
44
44
|
|
|
45
45
|
const constants = {
|
|
46
46
|
EntryType,
|
package/package.json
CHANGED
package/src/network.js
CHANGED
|
@@ -259,8 +259,8 @@ class Network {
|
|
|
259
259
|
});
|
|
260
260
|
|
|
261
261
|
// must be called AFTER the protomux init above
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
const stream = store.replicate(connection);
|
|
263
|
+
wakeup.addStream(stream);
|
|
264
264
|
|
|
265
265
|
connection.on('error', (error) => { });
|
|
266
266
|
|
package/src/utils/constants.js
CHANGED
|
@@ -36,8 +36,8 @@ export const WHITELIST_PREFIX = 'whitelist/';
|
|
|
36
36
|
export const MAX_INDEXERS = 3;
|
|
37
37
|
export const MIN_INDEXERS = 1;
|
|
38
38
|
export const WHITELIST_SLEEP_INTERVAL = 1000;
|
|
39
|
-
export const MAX_PEERS =
|
|
40
|
-
export const MAX_PARALLEL =
|
|
39
|
+
export const MAX_PEERS = 64;
|
|
40
|
+
export const MAX_PARALLEL = 64;
|
|
41
41
|
export const MAX_SERVER_CONNECTIONS = Infinity;
|
|
42
42
|
export const MAX_CLIENT_CONNECTIONS = Infinity;
|
|
43
43
|
export const UPDATER_INTERVAL = 1_000;
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
MANIFEST-000005
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
d9cf58d4-a1f7-4a21-bca8-46a9b5c01060
|
|
File without changes
|
package/stores2/nzoomlol2/db/LOG
DELETED
|
@@ -1,456 +0,0 @@
|
|
|
1
|
-
2025/05/17-03:09:28.821022 6172356608 RocksDB version: 10.1.0
|
|
2
|
-
2025/05/17-03:09:28.821207 6172356608 Git sha 68b2d941be2d273067aeb7e14ccd090d1512c426
|
|
3
|
-
2025/05/17-03:09:28.821209 6172356608 Compile date 2025-05-02 12:31:11
|
|
4
|
-
2025/05/17-03:09:28.821209 6172356608 DB SUMMARY
|
|
5
|
-
2025/05/17-03:09:28.821211 6172356608 Host name (Env): MacBook-Pro.fritz.box
|
|
6
|
-
2025/05/17-03:09:28.821211 6172356608 DB Session ID: TJUSG9AP2QGBVAC002RU
|
|
7
|
-
2025/05/17-03:09:28.821235 6172356608 SST files in stores2/nzoomlol2/db dir, Total Num: 0, files:
|
|
8
|
-
2025/05/17-03:09:28.821236 6172356608 Write Ahead Log file in stores2/nzoomlol2/db:
|
|
9
|
-
2025/05/17-03:09:28.821237 6172356608 Options.error_if_exists: 0
|
|
10
|
-
2025/05/17-03:09:28.821237 6172356608 Options.create_if_missing: 1
|
|
11
|
-
2025/05/17-03:09:28.821237 6172356608 Options.paranoid_checks: 1
|
|
12
|
-
2025/05/17-03:09:28.821238 6172356608 Options.flush_verify_memtable_count: 1
|
|
13
|
-
2025/05/17-03:09:28.821238 6172356608 Options.compaction_verify_record_count: 1
|
|
14
|
-
2025/05/17-03:09:28.821238 6172356608 Options.track_and_verify_wals_in_manifest: 0
|
|
15
|
-
2025/05/17-03:09:28.821239 6172356608 Options.track_and_verify_wals: 0
|
|
16
|
-
2025/05/17-03:09:28.821239 6172356608 Options.verify_sst_unique_id_in_manifest: 1
|
|
17
|
-
2025/05/17-03:09:28.821240 6172356608 Options.env: 0x6000014d8000
|
|
18
|
-
2025/05/17-03:09:28.821240 6172356608 Options.fs: RocksFS
|
|
19
|
-
2025/05/17-03:09:28.821241 6172356608 Options.info_log: 0x15a304098
|
|
20
|
-
2025/05/17-03:09:28.821241 6172356608 Options.max_file_opening_threads: 16
|
|
21
|
-
2025/05/17-03:09:28.821241 6172356608 Options.statistics: 0x0
|
|
22
|
-
2025/05/17-03:09:28.821242 6172356608 Options.use_fsync: 0
|
|
23
|
-
2025/05/17-03:09:28.821242 6172356608 Options.max_log_file_size: 0
|
|
24
|
-
2025/05/17-03:09:28.821242 6172356608 Options.max_manifest_file_size: 1073741824
|
|
25
|
-
2025/05/17-03:09:28.821243 6172356608 Options.log_file_time_to_roll: 0
|
|
26
|
-
2025/05/17-03:09:28.821243 6172356608 Options.keep_log_file_num: 1000
|
|
27
|
-
2025/05/17-03:09:28.821244 6172356608 Options.recycle_log_file_num: 0
|
|
28
|
-
2025/05/17-03:09:28.821244 6172356608 Options.allow_fallocate: 1
|
|
29
|
-
2025/05/17-03:09:28.821244 6172356608 Options.allow_mmap_reads: 0
|
|
30
|
-
2025/05/17-03:09:28.821245 6172356608 Options.allow_mmap_writes: 0
|
|
31
|
-
2025/05/17-03:09:28.821245 6172356608 Options.use_direct_reads: 0
|
|
32
|
-
2025/05/17-03:09:28.821245 6172356608 Options.use_direct_io_for_flush_and_compaction: 0
|
|
33
|
-
2025/05/17-03:09:28.821246 6172356608 Options.create_missing_column_families: 1
|
|
34
|
-
2025/05/17-03:09:28.821246 6172356608 Options.db_log_dir:
|
|
35
|
-
2025/05/17-03:09:28.821246 6172356608 Options.wal_dir:
|
|
36
|
-
2025/05/17-03:09:28.821247 6172356608 Options.table_cache_numshardbits: 6
|
|
37
|
-
2025/05/17-03:09:28.821247 6172356608 Options.WAL_ttl_seconds: 0
|
|
38
|
-
2025/05/17-03:09:28.821247 6172356608 Options.WAL_size_limit_MB: 0
|
|
39
|
-
2025/05/17-03:09:28.821248 6172356608 Options.max_write_batch_group_size_bytes: 1048576
|
|
40
|
-
2025/05/17-03:09:28.821248 6172356608 Options.manifest_preallocation_size: 4194304
|
|
41
|
-
2025/05/17-03:09:28.821249 6172356608 Options.is_fd_close_on_exec: 1
|
|
42
|
-
2025/05/17-03:09:28.821249 6172356608 Options.advise_random_on_open: 1
|
|
43
|
-
2025/05/17-03:09:28.821249 6172356608 Options.db_write_buffer_size: 0
|
|
44
|
-
2025/05/17-03:09:28.821250 6172356608 Options.write_buffer_manager: 0x600000bdc000
|
|
45
|
-
2025/05/17-03:09:28.821250 6172356608 Options.use_adaptive_mutex: 0
|
|
46
|
-
2025/05/17-03:09:28.821250 6172356608 Options.rate_limiter: 0x0
|
|
47
|
-
2025/05/17-03:09:28.821251 6172356608 Options.sst_file_manager.rate_bytes_per_sec: 0
|
|
48
|
-
2025/05/17-03:09:28.821251 6172356608 Options.wal_recovery_mode: 2
|
|
49
|
-
2025/05/17-03:09:28.821252 6172356608 Options.enable_thread_tracking: 0
|
|
50
|
-
2025/05/17-03:09:28.821252 6172356608 Options.enable_pipelined_write: 0
|
|
51
|
-
2025/05/17-03:09:28.821252 6172356608 Options.unordered_write: 0
|
|
52
|
-
2025/05/17-03:09:28.821253 6172356608 Options.allow_concurrent_memtable_write: 1
|
|
53
|
-
2025/05/17-03:09:28.821253 6172356608 Options.enable_write_thread_adaptive_yield: 1
|
|
54
|
-
2025/05/17-03:09:28.821253 6172356608 Options.write_thread_max_yield_usec: 100
|
|
55
|
-
2025/05/17-03:09:28.821254 6172356608 Options.write_thread_slow_yield_usec: 3
|
|
56
|
-
2025/05/17-03:09:28.821254 6172356608 Options.row_cache: None
|
|
57
|
-
2025/05/17-03:09:28.821254 6172356608 Options.wal_filter: None
|
|
58
|
-
2025/05/17-03:09:28.821255 6172356608 Options.avoid_flush_during_recovery: 0
|
|
59
|
-
2025/05/17-03:09:28.821255 6172356608 Options.allow_ingest_behind: 0
|
|
60
|
-
2025/05/17-03:09:28.821256 6172356608 Options.two_write_queues: 0
|
|
61
|
-
2025/05/17-03:09:28.821256 6172356608 Options.manual_wal_flush: 0
|
|
62
|
-
2025/05/17-03:09:28.821256 6172356608 Options.wal_compression: 0
|
|
63
|
-
2025/05/17-03:09:28.821257 6172356608 Options.background_close_inactive_wals: 0
|
|
64
|
-
2025/05/17-03:09:28.821257 6172356608 Options.atomic_flush: 0
|
|
65
|
-
2025/05/17-03:09:28.821257 6172356608 Options.avoid_unnecessary_blocking_io: 0
|
|
66
|
-
2025/05/17-03:09:28.821258 6172356608 Options.prefix_seek_opt_in_only: 0
|
|
67
|
-
2025/05/17-03:09:28.821258 6172356608 Options.persist_stats_to_disk: 0
|
|
68
|
-
2025/05/17-03:09:28.821258 6172356608 Options.write_dbid_to_manifest: 1
|
|
69
|
-
2025/05/17-03:09:28.821259 6172356608 Options.write_identity_file: 1
|
|
70
|
-
2025/05/17-03:09:28.821259 6172356608 Options.log_readahead_size: 0
|
|
71
|
-
2025/05/17-03:09:28.821259 6172356608 Options.file_checksum_gen_factory: Unknown
|
|
72
|
-
2025/05/17-03:09:28.821260 6172356608 Options.best_efforts_recovery: 0
|
|
73
|
-
2025/05/17-03:09:28.821260 6172356608 Options.max_bgerror_resume_count: 2147483647
|
|
74
|
-
2025/05/17-03:09:28.821261 6172356608 Options.bgerror_resume_retry_interval: 1000000
|
|
75
|
-
2025/05/17-03:09:28.821261 6172356608 Options.allow_data_in_errors: 0
|
|
76
|
-
2025/05/17-03:09:28.821261 6172356608 Options.db_host_id: __hostname__
|
|
77
|
-
2025/05/17-03:09:28.821262 6172356608 Options.enforce_single_del_contracts: true
|
|
78
|
-
2025/05/17-03:09:28.821262 6172356608 Options.metadata_write_temperature: kUnknown
|
|
79
|
-
2025/05/17-03:09:28.821263 6172356608 Options.wal_write_temperature: kUnknown
|
|
80
|
-
2025/05/17-03:09:28.821263 6172356608 Options.max_background_jobs: 6
|
|
81
|
-
2025/05/17-03:09:28.821263 6172356608 Options.max_background_compactions: -1
|
|
82
|
-
2025/05/17-03:09:28.821264 6172356608 Options.max_subcompactions: 1
|
|
83
|
-
2025/05/17-03:09:28.821264 6172356608 Options.avoid_flush_during_shutdown: 0
|
|
84
|
-
2025/05/17-03:09:28.821264 6172356608 Options.writable_file_max_buffer_size: 1048576
|
|
85
|
-
2025/05/17-03:09:28.821265 6172356608 Options.delayed_write_rate : 16777216
|
|
86
|
-
2025/05/17-03:09:28.821265 6172356608 Options.max_total_wal_size: 0
|
|
87
|
-
2025/05/17-03:09:28.821266 6172356608 Options.delete_obsolete_files_period_micros: 21600000000
|
|
88
|
-
2025/05/17-03:09:28.821266 6172356608 Options.stats_dump_period_sec: 600
|
|
89
|
-
2025/05/17-03:09:28.821266 6172356608 Options.stats_persist_period_sec: 600
|
|
90
|
-
2025/05/17-03:09:28.821267 6172356608 Options.stats_history_buffer_size: 1048576
|
|
91
|
-
2025/05/17-03:09:28.821267 6172356608 Options.max_open_files: -1
|
|
92
|
-
2025/05/17-03:09:28.821267 6172356608 Options.bytes_per_sync: 1048576
|
|
93
|
-
2025/05/17-03:09:28.821268 6172356608 Options.wal_bytes_per_sync: 0
|
|
94
|
-
2025/05/17-03:09:28.821268 6172356608 Options.strict_bytes_per_sync: 0
|
|
95
|
-
2025/05/17-03:09:28.821268 6172356608 Options.compaction_readahead_size: 2097152
|
|
96
|
-
2025/05/17-03:09:28.821269 6172356608 Options.max_background_flushes: -1
|
|
97
|
-
2025/05/17-03:09:28.821269 6172356608 Options.daily_offpeak_time_utc:
|
|
98
|
-
2025/05/17-03:09:28.821270 6172356608 Compression algorithms supported:
|
|
99
|
-
2025/05/17-03:09:28.821270 6172356608 kZSTD supported: 0
|
|
100
|
-
2025/05/17-03:09:28.821270 6172356608 kZlibCompression supported: 0
|
|
101
|
-
2025/05/17-03:09:28.821271 6172356608 kXpressCompression supported: 0
|
|
102
|
-
2025/05/17-03:09:28.821271 6172356608 kSnappyCompression supported: 0
|
|
103
|
-
2025/05/17-03:09:28.821272 6172356608 kLZ4HCCompression supported: 0
|
|
104
|
-
2025/05/17-03:09:28.821272 6172356608 kLZ4Compression supported: 0
|
|
105
|
-
2025/05/17-03:09:28.821273 6172356608 kBZip2Compression supported: 0
|
|
106
|
-
2025/05/17-03:09:28.821276 6172356608 Fast CRC32 supported: Supported on Arm64
|
|
107
|
-
2025/05/17-03:09:28.821277 6172356608 DMutex implementation: pthread_mutex_t
|
|
108
|
-
2025/05/17-03:09:28.821277 6172356608 Jemalloc supported: 0
|
|
109
|
-
2025/05/17-03:09:28.834647 6172356608 [db/db_impl/db_impl_open.cc:318] Creating manifest 1
|
|
110
|
-
2025/05/17-03:09:28.852084 6172356608 [db/version_set.cc:6070] Recovering from manifest file: stores2/nzoomlol2/db/MANIFEST-000001
|
|
111
|
-
2025/05/17-03:09:28.852117 6172356608 [db/column_family.cc:658] --------------- Options for column family [default]:
|
|
112
|
-
2025/05/17-03:09:28.852118 6172356608 Options.comparator: leveldb.BytewiseComparator
|
|
113
|
-
2025/05/17-03:09:28.852119 6172356608 Options.merge_operator: None
|
|
114
|
-
2025/05/17-03:09:28.852119 6172356608 Options.compaction_filter: None
|
|
115
|
-
2025/05/17-03:09:28.852119 6172356608 Options.compaction_filter_factory: None
|
|
116
|
-
2025/05/17-03:09:28.852120 6172356608 Options.sst_partitioner_factory: None
|
|
117
|
-
2025/05/17-03:09:28.852120 6172356608 Options.memtable_factory: SkipListFactory
|
|
118
|
-
2025/05/17-03:09:28.852121 6172356608 Options.table_factory: BlockBasedTable
|
|
119
|
-
2025/05/17-03:09:28.852131 6172356608 table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x6000030d2e80)
|
|
120
|
-
cache_index_and_filter_blocks: 1
|
|
121
|
-
cache_index_and_filter_blocks_with_high_priority: 1
|
|
122
|
-
pin_l0_filter_and_index_blocks_in_cache: 0
|
|
123
|
-
pin_top_level_index_and_filter: 1
|
|
124
|
-
index_type: 0
|
|
125
|
-
data_block_index_type: 0
|
|
126
|
-
index_shortening: 1
|
|
127
|
-
data_block_hash_table_util_ratio: 0.750000
|
|
128
|
-
checksum: 4
|
|
129
|
-
no_block_cache: 0
|
|
130
|
-
block_cache: 0x6000009ec398
|
|
131
|
-
block_cache_name: LRUCache
|
|
132
|
-
block_cache_options:
|
|
133
|
-
capacity : 33554432
|
|
134
|
-
num_shard_bits : 6
|
|
135
|
-
strict_capacity_limit : 0
|
|
136
|
-
memory_allocator : None
|
|
137
|
-
high_pri_pool_ratio: 0.500
|
|
138
|
-
low_pri_pool_ratio: 0.000
|
|
139
|
-
persistent_cache: 0x0
|
|
140
|
-
block_size: 8192
|
|
141
|
-
block_size_deviation: 10
|
|
142
|
-
block_restart_interval: 16
|
|
143
|
-
index_block_restart_interval: 1
|
|
144
|
-
metadata_block_size: 4096
|
|
145
|
-
partition_filters: 0
|
|
146
|
-
use_delta_encoding: 1
|
|
147
|
-
filter_policy: bloomfilter
|
|
148
|
-
whole_key_filtering: 1
|
|
149
|
-
verify_compression: 0
|
|
150
|
-
read_amp_bytes_per_bit: 0
|
|
151
|
-
format_version: 6
|
|
152
|
-
enable_index_compression: 1
|
|
153
|
-
block_align: 0
|
|
154
|
-
max_auto_readahead_size: 262144
|
|
155
|
-
prepopulate_block_cache: 0
|
|
156
|
-
initial_auto_readahead_size: 8192
|
|
157
|
-
num_file_reads_for_auto_readahead: 2
|
|
158
|
-
2025/05/17-03:09:28.852134 6172356608 Options.write_buffer_size: 67108864
|
|
159
|
-
2025/05/17-03:09:28.852134 6172356608 Options.max_write_buffer_number: 2
|
|
160
|
-
2025/05/17-03:09:28.852135 6172356608 Options.compression: NoCompression
|
|
161
|
-
2025/05/17-03:09:28.852135 6172356608 Options.bottommost_compression: Disabled
|
|
162
|
-
2025/05/17-03:09:28.852135 6172356608 Options.prefix_extractor: nullptr
|
|
163
|
-
2025/05/17-03:09:28.852136 6172356608 Options.memtable_insert_with_hint_prefix_extractor: nullptr
|
|
164
|
-
2025/05/17-03:09:28.852136 6172356608 Options.num_levels: 7
|
|
165
|
-
2025/05/17-03:09:28.852137 6172356608 Options.min_write_buffer_number_to_merge: 1
|
|
166
|
-
2025/05/17-03:09:28.852137 6172356608 Options.max_write_buffer_number_to_maintain: 0
|
|
167
|
-
2025/05/17-03:09:28.852137 6172356608 Options.max_write_buffer_size_to_maintain: 0
|
|
168
|
-
2025/05/17-03:09:28.852138 6172356608 Options.bottommost_compression_opts.window_bits: -14
|
|
169
|
-
2025/05/17-03:09:28.852138 6172356608 Options.bottommost_compression_opts.level: 32767
|
|
170
|
-
2025/05/17-03:09:28.852139 6172356608 Options.bottommost_compression_opts.strategy: 0
|
|
171
|
-
2025/05/17-03:09:28.852139 6172356608 Options.bottommost_compression_opts.max_dict_bytes: 0
|
|
172
|
-
2025/05/17-03:09:28.852139 6172356608 Options.bottommost_compression_opts.zstd_max_train_bytes: 0
|
|
173
|
-
2025/05/17-03:09:28.852140 6172356608 Options.bottommost_compression_opts.parallel_threads: 1
|
|
174
|
-
2025/05/17-03:09:28.852140 6172356608 Options.bottommost_compression_opts.enabled: false
|
|
175
|
-
2025/05/17-03:09:28.852141 6172356608 Options.bottommost_compression_opts.max_dict_buffer_bytes: 0
|
|
176
|
-
2025/05/17-03:09:28.852141 6172356608 Options.bottommost_compression_opts.use_zstd_dict_trainer: true
|
|
177
|
-
2025/05/17-03:09:28.852141 6172356608 Options.compression_opts.window_bits: -14
|
|
178
|
-
2025/05/17-03:09:28.852142 6172356608 Options.compression_opts.level: 32767
|
|
179
|
-
2025/05/17-03:09:28.852142 6172356608 Options.compression_opts.strategy: 0
|
|
180
|
-
2025/05/17-03:09:28.852142 6172356608 Options.compression_opts.max_dict_bytes: 0
|
|
181
|
-
2025/05/17-03:09:28.852143 6172356608 Options.compression_opts.zstd_max_train_bytes: 0
|
|
182
|
-
2025/05/17-03:09:28.852143 6172356608 Options.compression_opts.use_zstd_dict_trainer: true
|
|
183
|
-
2025/05/17-03:09:28.852144 6172356608 Options.compression_opts.parallel_threads: 1
|
|
184
|
-
2025/05/17-03:09:28.852144 6172356608 Options.compression_opts.enabled: false
|
|
185
|
-
2025/05/17-03:09:28.852144 6172356608 Options.compression_opts.max_dict_buffer_bytes: 0
|
|
186
|
-
2025/05/17-03:09:28.852145 6172356608 Options.level0_file_num_compaction_trigger: 4
|
|
187
|
-
2025/05/17-03:09:28.852145 6172356608 Options.level0_slowdown_writes_trigger: 20
|
|
188
|
-
2025/05/17-03:09:28.852145 6172356608 Options.level0_stop_writes_trigger: 36
|
|
189
|
-
2025/05/17-03:09:28.852146 6172356608 Options.target_file_size_base: 67108864
|
|
190
|
-
2025/05/17-03:09:28.852146 6172356608 Options.target_file_size_multiplier: 1
|
|
191
|
-
2025/05/17-03:09:28.852146 6172356608 Options.max_bytes_for_level_base: 268435456
|
|
192
|
-
2025/05/17-03:09:28.852147 6172356608 Options.level_compaction_dynamic_level_bytes: 1
|
|
193
|
-
2025/05/17-03:09:28.852147 6172356608 Options.max_bytes_for_level_multiplier: 10.000000
|
|
194
|
-
2025/05/17-03:09:28.852148 6172356608 Options.max_bytes_for_level_multiplier_addtl[0]: 1
|
|
195
|
-
2025/05/17-03:09:28.852148 6172356608 Options.max_bytes_for_level_multiplier_addtl[1]: 1
|
|
196
|
-
2025/05/17-03:09:28.852149 6172356608 Options.max_bytes_for_level_multiplier_addtl[2]: 1
|
|
197
|
-
2025/05/17-03:09:28.852149 6172356608 Options.max_bytes_for_level_multiplier_addtl[3]: 1
|
|
198
|
-
2025/05/17-03:09:28.852149 6172356608 Options.max_bytes_for_level_multiplier_addtl[4]: 1
|
|
199
|
-
2025/05/17-03:09:28.852150 6172356608 Options.max_bytes_for_level_multiplier_addtl[5]: 1
|
|
200
|
-
2025/05/17-03:09:28.852150 6172356608 Options.max_bytes_for_level_multiplier_addtl[6]: 1
|
|
201
|
-
2025/05/17-03:09:28.852150 6172356608 Options.max_sequential_skip_in_iterations: 8
|
|
202
|
-
2025/05/17-03:09:28.852151 6172356608 Options.max_compaction_bytes: 1677721600
|
|
203
|
-
2025/05/17-03:09:28.852151 6172356608 Options.arena_block_size: 1048576
|
|
204
|
-
2025/05/17-03:09:28.852151 6172356608 Options.soft_pending_compaction_bytes_limit: 68719476736
|
|
205
|
-
2025/05/17-03:09:28.852152 6172356608 Options.hard_pending_compaction_bytes_limit: 274877906944
|
|
206
|
-
2025/05/17-03:09:28.852152 6172356608 Options.disable_auto_compactions: 0
|
|
207
|
-
2025/05/17-03:09:28.852153 6172356608 Options.compaction_style: kCompactionStyleLevel
|
|
208
|
-
2025/05/17-03:09:28.852153 6172356608 Options.compaction_pri: kMinOverlappingRatio
|
|
209
|
-
2025/05/17-03:09:28.852154 6172356608 Options.compaction_options_universal.size_ratio: 1
|
|
210
|
-
2025/05/17-03:09:28.852154 6172356608 Options.compaction_options_universal.min_merge_width: 2
|
|
211
|
-
2025/05/17-03:09:28.852159 6172356608 Options.compaction_options_universal.max_merge_width: 4294967295
|
|
212
|
-
2025/05/17-03:09:28.852160 6172356608 Options.compaction_options_universal.max_size_amplification_percent: 200
|
|
213
|
-
2025/05/17-03:09:28.852160 6172356608 Options.compaction_options_universal.compression_size_percent: -1
|
|
214
|
-
2025/05/17-03:09:28.852161 6172356608 Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize
|
|
215
|
-
2025/05/17-03:09:28.852161 6172356608 Options.compaction_options_universal.max_read_amp: -1
|
|
216
|
-
2025/05/17-03:09:28.852161 6172356608 Options.compaction_options_fifo.max_table_files_size: 1073741824
|
|
217
|
-
2025/05/17-03:09:28.852162 6172356608 Options.compaction_options_fifo.allow_compaction: 0
|
|
218
|
-
2025/05/17-03:09:28.852163 6172356608 Options.table_properties_collectors:
|
|
219
|
-
2025/05/17-03:09:28.852163 6172356608 Options.inplace_update_support: 0
|
|
220
|
-
2025/05/17-03:09:28.852164 6172356608 Options.inplace_update_num_locks: 10000
|
|
221
|
-
2025/05/17-03:09:28.852164 6172356608 Options.memtable_prefix_bloom_size_ratio: 0.000000
|
|
222
|
-
2025/05/17-03:09:28.852164 6172356608 Options.memtable_whole_key_filtering: 0
|
|
223
|
-
2025/05/17-03:09:28.852165 6172356608 Options.memtable_huge_page_size: 0
|
|
224
|
-
2025/05/17-03:09:28.852165 6172356608 Options.bloom_locality: 0
|
|
225
|
-
2025/05/17-03:09:28.852165 6172356608 Options.max_successive_merges: 0
|
|
226
|
-
2025/05/17-03:09:28.852166 6172356608 Options.strict_max_successive_merges: 0
|
|
227
|
-
2025/05/17-03:09:28.852166 6172356608 Options.optimize_filters_for_hits: 0
|
|
228
|
-
2025/05/17-03:09:28.852166 6172356608 Options.paranoid_file_checks: 0
|
|
229
|
-
2025/05/17-03:09:28.852167 6172356608 Options.force_consistency_checks: 1
|
|
230
|
-
2025/05/17-03:09:28.852167 6172356608 Options.report_bg_io_stats: 0
|
|
231
|
-
2025/05/17-03:09:28.852167 6172356608 Options.disallow_memtable_writes: 0
|
|
232
|
-
2025/05/17-03:09:28.852168 6172356608 Options.ttl: 2592000
|
|
233
|
-
2025/05/17-03:09:28.852168 6172356608 Options.periodic_compaction_seconds: 0
|
|
234
|
-
2025/05/17-03:09:28.852169 6172356608 Options.default_temperature: kUnknown
|
|
235
|
-
2025/05/17-03:09:28.852169 6172356608 Options.preclude_last_level_data_seconds: 0
|
|
236
|
-
2025/05/17-03:09:28.852169 6172356608 Options.preserve_internal_time_seconds: 0
|
|
237
|
-
2025/05/17-03:09:28.852170 6172356608 Options.enable_blob_files: false
|
|
238
|
-
2025/05/17-03:09:28.852170 6172356608 Options.min_blob_size: 0
|
|
239
|
-
2025/05/17-03:09:28.852170 6172356608 Options.blob_file_size: 0
|
|
240
|
-
2025/05/17-03:09:28.852171 6172356608 Options.blob_compression_type: NoCompression
|
|
241
|
-
2025/05/17-03:09:28.852171 6172356608 Options.enable_blob_garbage_collection: true
|
|
242
|
-
2025/05/17-03:09:28.852172 6172356608 Options.blob_garbage_collection_age_cutoff: 0.250000
|
|
243
|
-
2025/05/17-03:09:28.852172 6172356608 Options.blob_garbage_collection_force_threshold: 1.000000
|
|
244
|
-
2025/05/17-03:09:28.852172 6172356608 Options.blob_compaction_readahead_size: 0
|
|
245
|
-
2025/05/17-03:09:28.852173 6172356608 Options.blob_file_starting_level: 0
|
|
246
|
-
2025/05/17-03:09:28.852173 6172356608 Options.experimental_mempurge_threshold: 0.000000
|
|
247
|
-
2025/05/17-03:09:28.852173 6172356608 Options.memtable_max_range_deletions: 0
|
|
248
|
-
2025/05/17-03:09:28.852382 6172356608 [db/version_set.cc:6128] Recovered from manifest file:stores2/nzoomlol2/db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0
|
|
249
|
-
2025/05/17-03:09:28.852384 6172356608 [db/version_set.cc:6137] Column family [default] (ID 0), log number is 0
|
|
250
|
-
2025/05/17-03:09:28.852385 6172356608 [db/db_impl/db_impl_open.cc:692] DB ID: d9cf58d4-a1f7-4a21-bca8-46a9b5c01060
|
|
251
|
-
2025/05/17-03:09:28.852500 6172356608 [db/version_set.cc:5578] Creating manifest 5
|
|
252
|
-
2025/05/17-03:09:28.872059 6172356608 [db/column_family.cc:658] --------------- Options for column family [corestore]:
|
|
253
|
-
2025/05/17-03:09:28.872062 6172356608 Options.comparator: leveldb.BytewiseComparator
|
|
254
|
-
2025/05/17-03:09:28.872063 6172356608 Options.merge_operator: None
|
|
255
|
-
2025/05/17-03:09:28.872064 6172356608 Options.compaction_filter: None
|
|
256
|
-
2025/05/17-03:09:28.872064 6172356608 Options.compaction_filter_factory: None
|
|
257
|
-
2025/05/17-03:09:28.872064 6172356608 Options.sst_partitioner_factory: None
|
|
258
|
-
2025/05/17-03:09:28.872065 6172356608 Options.memtable_factory: SkipListFactory
|
|
259
|
-
2025/05/17-03:09:28.872065 6172356608 Options.table_factory: BlockBasedTable
|
|
260
|
-
2025/05/17-03:09:28.872073 6172356608 table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x6000030d33a0)
|
|
261
|
-
cache_index_and_filter_blocks: 1
|
|
262
|
-
cache_index_and_filter_blocks_with_high_priority: 1
|
|
263
|
-
pin_l0_filter_and_index_blocks_in_cache: 0
|
|
264
|
-
pin_top_level_index_and_filter: 1
|
|
265
|
-
index_type: 0
|
|
266
|
-
data_block_index_type: 0
|
|
267
|
-
index_shortening: 1
|
|
268
|
-
data_block_hash_table_util_ratio: 0.750000
|
|
269
|
-
checksum: 4
|
|
270
|
-
no_block_cache: 0
|
|
271
|
-
block_cache: 0x6000009ec2b8
|
|
272
|
-
block_cache_name: LRUCache
|
|
273
|
-
block_cache_options:
|
|
274
|
-
capacity : 33554432
|
|
275
|
-
num_shard_bits : 6
|
|
276
|
-
strict_capacity_limit : 0
|
|
277
|
-
memory_allocator : None
|
|
278
|
-
high_pri_pool_ratio: 0.500
|
|
279
|
-
low_pri_pool_ratio: 0.000
|
|
280
|
-
persistent_cache: 0x0
|
|
281
|
-
block_size: 8192
|
|
282
|
-
block_size_deviation: 10
|
|
283
|
-
block_restart_interval: 16
|
|
284
|
-
index_block_restart_interval: 1
|
|
285
|
-
metadata_block_size: 4096
|
|
286
|
-
partition_filters: 0
|
|
287
|
-
use_delta_encoding: 1
|
|
288
|
-
filter_policy: bloomfilter
|
|
289
|
-
whole_key_filtering: 1
|
|
290
|
-
verify_compression: 0
|
|
291
|
-
read_amp_bytes_per_bit: 0
|
|
292
|
-
format_version: 6
|
|
293
|
-
enable_index_compression: 1
|
|
294
|
-
block_align: 0
|
|
295
|
-
max_auto_readahead_size: 262144
|
|
296
|
-
prepopulate_block_cache: 0
|
|
297
|
-
initial_auto_readahead_size: 8192
|
|
298
|
-
num_file_reads_for_auto_readahead: 2
|
|
299
|
-
2025/05/17-03:09:28.872074 6172356608 Options.write_buffer_size: 67108864
|
|
300
|
-
2025/05/17-03:09:28.872074 6172356608 Options.max_write_buffer_number: 2
|
|
301
|
-
2025/05/17-03:09:28.872074 6172356608 Options.compression: NoCompression
|
|
302
|
-
2025/05/17-03:09:28.872075 6172356608 Options.bottommost_compression: Disabled
|
|
303
|
-
2025/05/17-03:09:28.872075 6172356608 Options.prefix_extractor: nullptr
|
|
304
|
-
2025/05/17-03:09:28.872076 6172356608 Options.memtable_insert_with_hint_prefix_extractor: nullptr
|
|
305
|
-
2025/05/17-03:09:28.872076 6172356608 Options.num_levels: 7
|
|
306
|
-
2025/05/17-03:09:28.872076 6172356608 Options.min_write_buffer_number_to_merge: 1
|
|
307
|
-
2025/05/17-03:09:28.872077 6172356608 Options.max_write_buffer_number_to_maintain: 0
|
|
308
|
-
2025/05/17-03:09:28.872077 6172356608 Options.max_write_buffer_size_to_maintain: 0
|
|
309
|
-
2025/05/17-03:09:28.872077 6172356608 Options.bottommost_compression_opts.window_bits: -14
|
|
310
|
-
2025/05/17-03:09:28.872078 6172356608 Options.bottommost_compression_opts.level: 32767
|
|
311
|
-
2025/05/17-03:09:28.872078 6172356608 Options.bottommost_compression_opts.strategy: 0
|
|
312
|
-
2025/05/17-03:09:28.872079 6172356608 Options.bottommost_compression_opts.max_dict_bytes: 0
|
|
313
|
-
2025/05/17-03:09:28.872079 6172356608 Options.bottommost_compression_opts.zstd_max_train_bytes: 0
|
|
314
|
-
2025/05/17-03:09:28.872079 6172356608 Options.bottommost_compression_opts.parallel_threads: 1
|
|
315
|
-
2025/05/17-03:09:28.872080 6172356608 Options.bottommost_compression_opts.enabled: false
|
|
316
|
-
2025/05/17-03:09:28.872080 6172356608 Options.bottommost_compression_opts.max_dict_buffer_bytes: 0
|
|
317
|
-
2025/05/17-03:09:28.872081 6172356608 Options.bottommost_compression_opts.use_zstd_dict_trainer: true
|
|
318
|
-
2025/05/17-03:09:28.872081 6172356608 Options.compression_opts.window_bits: -14
|
|
319
|
-
2025/05/17-03:09:28.872081 6172356608 Options.compression_opts.level: 32767
|
|
320
|
-
2025/05/17-03:09:28.872082 6172356608 Options.compression_opts.strategy: 0
|
|
321
|
-
2025/05/17-03:09:28.872082 6172356608 Options.compression_opts.max_dict_bytes: 0
|
|
322
|
-
2025/05/17-03:09:28.872082 6172356608 Options.compression_opts.zstd_max_train_bytes: 0
|
|
323
|
-
2025/05/17-03:09:28.872083 6172356608 Options.compression_opts.use_zstd_dict_trainer: true
|
|
324
|
-
2025/05/17-03:09:28.872083 6172356608 Options.compression_opts.parallel_threads: 1
|
|
325
|
-
2025/05/17-03:09:28.872084 6172356608 Options.compression_opts.enabled: false
|
|
326
|
-
2025/05/17-03:09:28.872084 6172356608 Options.compression_opts.max_dict_buffer_bytes: 0
|
|
327
|
-
2025/05/17-03:09:28.872084 6172356608 Options.level0_file_num_compaction_trigger: 4
|
|
328
|
-
2025/05/17-03:09:28.872085 6172356608 Options.level0_slowdown_writes_trigger: 20
|
|
329
|
-
2025/05/17-03:09:28.872085 6172356608 Options.level0_stop_writes_trigger: 36
|
|
330
|
-
2025/05/17-03:09:28.872085 6172356608 Options.target_file_size_base: 67108864
|
|
331
|
-
2025/05/17-03:09:28.872086 6172356608 Options.target_file_size_multiplier: 1
|
|
332
|
-
2025/05/17-03:09:28.872086 6172356608 Options.max_bytes_for_level_base: 268435456
|
|
333
|
-
2025/05/17-03:09:28.872086 6172356608 Options.level_compaction_dynamic_level_bytes: 1
|
|
334
|
-
2025/05/17-03:09:28.872087 6172356608 Options.max_bytes_for_level_multiplier: 10.000000
|
|
335
|
-
2025/05/17-03:09:28.872087 6172356608 Options.max_bytes_for_level_multiplier_addtl[0]: 1
|
|
336
|
-
2025/05/17-03:09:28.872088 6172356608 Options.max_bytes_for_level_multiplier_addtl[1]: 1
|
|
337
|
-
2025/05/17-03:09:28.872088 6172356608 Options.max_bytes_for_level_multiplier_addtl[2]: 1
|
|
338
|
-
2025/05/17-03:09:28.872088 6172356608 Options.max_bytes_for_level_multiplier_addtl[3]: 1
|
|
339
|
-
2025/05/17-03:09:28.872089 6172356608 Options.max_bytes_for_level_multiplier_addtl[4]: 1
|
|
340
|
-
2025/05/17-03:09:28.872089 6172356608 Options.max_bytes_for_level_multiplier_addtl[5]: 1
|
|
341
|
-
2025/05/17-03:09:28.872089 6172356608 Options.max_bytes_for_level_multiplier_addtl[6]: 1
|
|
342
|
-
2025/05/17-03:09:28.872090 6172356608 Options.max_sequential_skip_in_iterations: 8
|
|
343
|
-
2025/05/17-03:09:28.872090 6172356608 Options.max_compaction_bytes: 1677721600
|
|
344
|
-
2025/05/17-03:09:28.872091 6172356608 Options.arena_block_size: 1048576
|
|
345
|
-
2025/05/17-03:09:28.872091 6172356608 Options.soft_pending_compaction_bytes_limit: 68719476736
|
|
346
|
-
2025/05/17-03:09:28.872091 6172356608 Options.hard_pending_compaction_bytes_limit: 274877906944
|
|
347
|
-
2025/05/17-03:09:28.872092 6172356608 Options.disable_auto_compactions: 0
|
|
348
|
-
2025/05/17-03:09:28.872092 6172356608 Options.compaction_style: kCompactionStyleLevel
|
|
349
|
-
2025/05/17-03:09:28.872093 6172356608 Options.compaction_pri: kMinOverlappingRatio
|
|
350
|
-
2025/05/17-03:09:28.872093 6172356608 Options.compaction_options_universal.size_ratio: 1
|
|
351
|
-
2025/05/17-03:09:28.872093 6172356608 Options.compaction_options_universal.min_merge_width: 2
|
|
352
|
-
2025/05/17-03:09:28.872094 6172356608 Options.compaction_options_universal.max_merge_width: 4294967295
|
|
353
|
-
2025/05/17-03:09:28.872094 6172356608 Options.compaction_options_universal.max_size_amplification_percent: 200
|
|
354
|
-
2025/05/17-03:09:28.872094 6172356608 Options.compaction_options_universal.compression_size_percent: -1
|
|
355
|
-
2025/05/17-03:09:28.872095 6172356608 Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize
|
|
356
|
-
2025/05/17-03:09:28.872095 6172356608 Options.compaction_options_universal.max_read_amp: -1
|
|
357
|
-
2025/05/17-03:09:28.872096 6172356608 Options.compaction_options_fifo.max_table_files_size: 1073741824
|
|
358
|
-
2025/05/17-03:09:28.872096 6172356608 Options.compaction_options_fifo.allow_compaction: 0
|
|
359
|
-
2025/05/17-03:09:28.872097 6172356608 Options.table_properties_collectors:
|
|
360
|
-
2025/05/17-03:09:28.872097 6172356608 Options.inplace_update_support: 0
|
|
361
|
-
2025/05/17-03:09:28.872097 6172356608 Options.inplace_update_num_locks: 10000
|
|
362
|
-
2025/05/17-03:09:28.872098 6172356608 Options.memtable_prefix_bloom_size_ratio: 0.000000
|
|
363
|
-
2025/05/17-03:09:28.872098 6172356608 Options.memtable_whole_key_filtering: 0
|
|
364
|
-
2025/05/17-03:09:28.872099 6172356608 Options.memtable_huge_page_size: 0
|
|
365
|
-
2025/05/17-03:09:28.872099 6172356608 Options.bloom_locality: 0
|
|
366
|
-
2025/05/17-03:09:28.872099 6172356608 Options.max_successive_merges: 0
|
|
367
|
-
2025/05/17-03:09:28.872100 6172356608 Options.strict_max_successive_merges: 0
|
|
368
|
-
2025/05/17-03:09:28.872100 6172356608 Options.optimize_filters_for_hits: 0
|
|
369
|
-
2025/05/17-03:09:28.872100 6172356608 Options.paranoid_file_checks: 0
|
|
370
|
-
2025/05/17-03:09:28.872101 6172356608 Options.force_consistency_checks: 1
|
|
371
|
-
2025/05/17-03:09:28.872101 6172356608 Options.report_bg_io_stats: 0
|
|
372
|
-
2025/05/17-03:09:28.872101 6172356608 Options.disallow_memtable_writes: 0
|
|
373
|
-
2025/05/17-03:09:28.872102 6172356608 Options.ttl: 2592000
|
|
374
|
-
2025/05/17-03:09:28.872102 6172356608 Options.periodic_compaction_seconds: 0
|
|
375
|
-
2025/05/17-03:09:28.872102 6172356608 Options.default_temperature: kUnknown
|
|
376
|
-
2025/05/17-03:09:28.872103 6172356608 Options.preclude_last_level_data_seconds: 0
|
|
377
|
-
2025/05/17-03:09:28.872103 6172356608 Options.preserve_internal_time_seconds: 0
|
|
378
|
-
2025/05/17-03:09:28.872103 6172356608 Options.enable_blob_files: true
|
|
379
|
-
2025/05/17-03:09:28.872104 6172356608 Options.min_blob_size: 4096
|
|
380
|
-
2025/05/17-03:09:28.872104 6172356608 Options.blob_file_size: 268435456
|
|
381
|
-
2025/05/17-03:09:28.872105 6172356608 Options.blob_compression_type: NoCompression
|
|
382
|
-
2025/05/17-03:09:28.872105 6172356608 Options.enable_blob_garbage_collection: true
|
|
383
|
-
2025/05/17-03:09:28.872105 6172356608 Options.blob_garbage_collection_age_cutoff: 0.250000
|
|
384
|
-
2025/05/17-03:09:28.872106 6172356608 Options.blob_garbage_collection_force_threshold: 1.000000
|
|
385
|
-
2025/05/17-03:09:28.872106 6172356608 Options.blob_compaction_readahead_size: 0
|
|
386
|
-
2025/05/17-03:09:28.872107 6172356608 Options.blob_file_starting_level: 0
|
|
387
|
-
2025/05/17-03:09:28.872107 6172356608 Options.experimental_mempurge_threshold: 0.000000
|
|
388
|
-
2025/05/17-03:09:28.872107 6172356608 Options.memtable_max_range_deletions: 0
|
|
389
|
-
2025/05/17-03:09:28.872133 6172356608 [db/db_impl/db_impl.cc:3638] Created column family [corestore] (ID 1)
|
|
390
|
-
2025/05/17-03:09:28.881637 6172356608 [db/db_impl/db_impl_open.cc:2571] SstFileManager instance 0x15a304210
|
|
391
|
-
2025/05/17-03:09:28.881793 6172356608 DB pointer 0x15c00f400
|
|
392
|
-
2025/05/17-03:09:28.881882 13986803712 [db/db_impl/db_impl.cc:1137] ------- DUMPING STATS -------
|
|
393
|
-
2025/05/17-03:09:28.881884 13986803712 [db/db_impl/db_impl.cc:1138]
|
|
394
|
-
** DB Stats **
|
|
395
|
-
Uptime(secs): 0.0 total, 0.0 interval
|
|
396
|
-
Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s
|
|
397
|
-
Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s
|
|
398
|
-
Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent
|
|
399
|
-
Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s
|
|
400
|
-
Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s
|
|
401
|
-
Interval stall: 00:00:0.000 H:M:S, 0.0 percent
|
|
402
|
-
Write Stall (count): write-buffer-manager-limit-stops: 0
|
|
403
|
-
|
|
404
|
-
** Compaction Stats [default] **
|
|
405
|
-
Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB)
|
|
406
|
-
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
407
|
-
Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0
|
|
408
|
-
Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0
|
|
409
|
-
|
|
410
|
-
** Compaction Stats [default] **
|
|
411
|
-
Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB)
|
|
412
|
-
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
413
|
-
|
|
414
|
-
Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0
|
|
415
|
-
|
|
416
|
-
Uptime(secs): 0.0 total, 0.0 interval
|
|
417
|
-
Flush(GB): cumulative 0.000, interval 0.000
|
|
418
|
-
AddFile(GB): cumulative 0.000, interval 0.000
|
|
419
|
-
AddFile(Total Files): cumulative 0, interval 0
|
|
420
|
-
AddFile(L0 Files): cumulative 0, interval 0
|
|
421
|
-
AddFile(Keys): cumulative 0, interval 0
|
|
422
|
-
Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds
|
|
423
|
-
Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds
|
|
424
|
-
Estimated pending compaction bytes: 0
|
|
425
|
-
Write Stall (count): cf-l0-file-count-limit-delays-with-ongoing-compaction: 0, cf-l0-file-count-limit-stops-with-ongoing-compaction: 0, l0-file-count-limit-delays: 0, l0-file-count-limit-stops: 0, memtable-limit-delays: 0, memtable-limit-stops: 0, pending-compaction-bytes-delays: 0, pending-compaction-bytes-stops: 0, total-delays: 0, total-stops: 0
|
|
426
|
-
Block cache LRUCache@0x6000009ec398#28947 capacity: 32.00 MB seed: 820369820 usage: 0.08 KB table_size: 1024 occupancy: 1 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0
|
|
427
|
-
Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%)
|
|
428
|
-
|
|
429
|
-
** File Read Latency Histogram By Level [default] **
|
|
430
|
-
|
|
431
|
-
** Compaction Stats [corestore] **
|
|
432
|
-
Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB)
|
|
433
|
-
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
434
|
-
Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0
|
|
435
|
-
Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0
|
|
436
|
-
|
|
437
|
-
** Compaction Stats [corestore] **
|
|
438
|
-
Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB)
|
|
439
|
-
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
440
|
-
|
|
441
|
-
Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0
|
|
442
|
-
|
|
443
|
-
Uptime(secs): 0.0 total, 0.0 interval
|
|
444
|
-
Flush(GB): cumulative 0.000, interval 0.000
|
|
445
|
-
AddFile(GB): cumulative 0.000, interval 0.000
|
|
446
|
-
AddFile(Total Files): cumulative 0, interval 0
|
|
447
|
-
AddFile(L0 Files): cumulative 0, interval 0
|
|
448
|
-
AddFile(Keys): cumulative 0, interval 0
|
|
449
|
-
Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds
|
|
450
|
-
Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds
|
|
451
|
-
Estimated pending compaction bytes: 0
|
|
452
|
-
Write Stall (count): cf-l0-file-count-limit-delays-with-ongoing-compaction: 0, cf-l0-file-count-limit-stops-with-ongoing-compaction: 0, l0-file-count-limit-delays: 0, l0-file-count-limit-stops: 0, memtable-limit-delays: 0, memtable-limit-stops: 0, pending-compaction-bytes-delays: 0, pending-compaction-bytes-stops: 0, total-delays: 0, total-stops: 0
|
|
453
|
-
Block cache LRUCache@0x6000009ec2b8#28947 capacity: 32.00 MB seed: 820369820 usage: 0.08 KB table_size: 1024 occupancy: 1 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0
|
|
454
|
-
Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%)
|
|
455
|
-
|
|
456
|
-
** File Read Latency Histogram By Level [corestore] **
|
|
Binary file
|
|
@@ -1,330 +0,0 @@
|
|
|
1
|
-
# This is a RocksDB option file.
|
|
2
|
-
#
|
|
3
|
-
# For detailed file format spec, please refer to the example file
|
|
4
|
-
# in examples/rocksdb_option_file_example.ini
|
|
5
|
-
#
|
|
6
|
-
|
|
7
|
-
[Version]
|
|
8
|
-
rocksdb_version=10.1.0
|
|
9
|
-
options_file_version=1.1
|
|
10
|
-
|
|
11
|
-
[DBOptions]
|
|
12
|
-
max_background_flushes=-1
|
|
13
|
-
compaction_readahead_size=2097152
|
|
14
|
-
strict_bytes_per_sync=false
|
|
15
|
-
wal_bytes_per_sync=0
|
|
16
|
-
max_open_files=-1
|
|
17
|
-
stats_history_buffer_size=1048576
|
|
18
|
-
max_total_wal_size=0
|
|
19
|
-
stats_persist_period_sec=600
|
|
20
|
-
stats_dump_period_sec=600
|
|
21
|
-
avoid_flush_during_shutdown=false
|
|
22
|
-
max_subcompactions=1
|
|
23
|
-
bytes_per_sync=1048576
|
|
24
|
-
delayed_write_rate=16777216
|
|
25
|
-
max_background_compactions=-1
|
|
26
|
-
max_background_jobs=6
|
|
27
|
-
delete_obsolete_files_period_micros=21600000000
|
|
28
|
-
writable_file_max_buffer_size=1048576
|
|
29
|
-
follower_catchup_retry_wait_ms=100
|
|
30
|
-
file_checksum_gen_factory=nullptr
|
|
31
|
-
allow_data_in_errors=false
|
|
32
|
-
max_bgerror_resume_count=2147483647
|
|
33
|
-
best_efforts_recovery=false
|
|
34
|
-
wal_write_temperature=kUnknown
|
|
35
|
-
write_identity_file=true
|
|
36
|
-
write_dbid_to_manifest=true
|
|
37
|
-
atomic_flush=false
|
|
38
|
-
manual_wal_flush=false
|
|
39
|
-
two_write_queues=false
|
|
40
|
-
avoid_flush_during_recovery=false
|
|
41
|
-
dump_malloc_stats=false
|
|
42
|
-
info_log_level=INFO_LEVEL
|
|
43
|
-
write_thread_slow_yield_usec=3
|
|
44
|
-
unordered_write=false
|
|
45
|
-
follower_refresh_catchup_period_ms=10000
|
|
46
|
-
log_readahead_size=0
|
|
47
|
-
enable_pipelined_write=false
|
|
48
|
-
allow_ingest_behind=false
|
|
49
|
-
fail_if_options_file_error=true
|
|
50
|
-
persist_stats_to_disk=false
|
|
51
|
-
WAL_ttl_seconds=0
|
|
52
|
-
bgerror_resume_retry_interval=1000000
|
|
53
|
-
allow_concurrent_memtable_write=true
|
|
54
|
-
paranoid_checks=true
|
|
55
|
-
WAL_size_limit_MB=0
|
|
56
|
-
metadata_write_temperature=kUnknown
|
|
57
|
-
lowest_used_cache_tier=kNonVolatileBlockTier
|
|
58
|
-
keep_log_file_num=1000
|
|
59
|
-
table_cache_numshardbits=6
|
|
60
|
-
max_file_opening_threads=16
|
|
61
|
-
background_close_inactive_wals=false
|
|
62
|
-
wal_recovery_mode=kPointInTimeRecovery
|
|
63
|
-
follower_catchup_retry_count=10
|
|
64
|
-
db_write_buffer_size=0
|
|
65
|
-
allow_2pc=false
|
|
66
|
-
skip_checking_sst_file_sizes_on_db_open=false
|
|
67
|
-
skip_stats_update_on_db_open=false
|
|
68
|
-
recycle_log_file_num=0
|
|
69
|
-
db_host_id=__hostname__
|
|
70
|
-
track_and_verify_wals_in_manifest=false
|
|
71
|
-
use_fsync=false
|
|
72
|
-
wal_compression=kNoCompression
|
|
73
|
-
compaction_verify_record_count=true
|
|
74
|
-
error_if_exists=false
|
|
75
|
-
manifest_preallocation_size=4194304
|
|
76
|
-
is_fd_close_on_exec=true
|
|
77
|
-
enable_write_thread_adaptive_yield=true
|
|
78
|
-
track_and_verify_wals=false
|
|
79
|
-
enable_thread_tracking=false
|
|
80
|
-
avoid_unnecessary_blocking_io=false
|
|
81
|
-
allow_fallocate=true
|
|
82
|
-
max_log_file_size=0
|
|
83
|
-
advise_random_on_open=true
|
|
84
|
-
create_missing_column_families=true
|
|
85
|
-
max_write_batch_group_size_bytes=1048576
|
|
86
|
-
use_adaptive_mutex=false
|
|
87
|
-
prefix_seek_opt_in_only=false
|
|
88
|
-
wal_filter=nullptr
|
|
89
|
-
create_if_missing=true
|
|
90
|
-
enforce_single_del_contracts=true
|
|
91
|
-
allow_mmap_writes=false
|
|
92
|
-
verify_sst_unique_id_in_manifest=true
|
|
93
|
-
log_file_time_to_roll=0
|
|
94
|
-
use_direct_io_for_flush_and_compaction=false
|
|
95
|
-
flush_verify_memtable_count=true
|
|
96
|
-
max_manifest_file_size=1073741824
|
|
97
|
-
write_thread_max_yield_usec=100
|
|
98
|
-
use_direct_reads=false
|
|
99
|
-
allow_mmap_reads=false
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
[CFOptions "default"]
|
|
103
|
-
bottommost_file_compaction_delay=0
|
|
104
|
-
memtable_protection_bytes_per_key=0
|
|
105
|
-
bottommost_compression=kDisableCompressionOption
|
|
106
|
-
sample_for_compression=0
|
|
107
|
-
blob_compression_type=kNoCompression
|
|
108
|
-
paranoid_memory_checks=false
|
|
109
|
-
blob_garbage_collection_age_cutoff=0.250000
|
|
110
|
-
preclude_last_level_data_seconds=0
|
|
111
|
-
compaction_options_universal={allow_trivial_move=false;stop_style=kCompactionStopStyleTotalSize;max_read_amp=-1;min_merge_width=2;compression_size_percent=-1;max_size_amplification_percent=200;incremental=false;max_merge_width=4294967295;size_ratio=1;}
|
|
112
|
-
target_file_size_base=67108864
|
|
113
|
-
memtable_whole_key_filtering=false
|
|
114
|
-
blob_file_starting_level=0
|
|
115
|
-
soft_pending_compaction_bytes_limit=68719476736
|
|
116
|
-
max_write_buffer_number=2
|
|
117
|
-
ttl=2592000
|
|
118
|
-
compaction_options_fifo={file_temperature_age_thresholds=;allow_compaction=false;age_for_warm=0;max_table_files_size=1073741824;}
|
|
119
|
-
memtable_huge_page_size=0
|
|
120
|
-
max_sequential_skip_in_iterations=8
|
|
121
|
-
strict_max_successive_merges=false
|
|
122
|
-
max_successive_merges=0
|
|
123
|
-
enable_blob_garbage_collection=true
|
|
124
|
-
arena_block_size=1048576
|
|
125
|
-
bottommost_compression_opts={use_zstd_dict_trainer=true;enabled=false;zstd_max_train_bytes=0;parallel_threads=1;max_compressed_bytes_per_kb=896;checksum=false;max_dict_bytes=0;strategy=0;max_dict_buffer_bytes=0;level=32767;window_bits=-14;}
|
|
126
|
-
target_file_size_multiplier=1
|
|
127
|
-
max_bytes_for_level_multiplier_additional=1:1:1:1:1:1:1
|
|
128
|
-
prepopulate_blob_cache=kDisable
|
|
129
|
-
blob_compaction_readahead_size=0
|
|
130
|
-
min_blob_size=0
|
|
131
|
-
level0_stop_writes_trigger=36
|
|
132
|
-
blob_garbage_collection_force_threshold=1.000000
|
|
133
|
-
enable_blob_files=false
|
|
134
|
-
level0_slowdown_writes_trigger=20
|
|
135
|
-
default_write_temperature=kUnknown
|
|
136
|
-
compression=kNoCompression
|
|
137
|
-
level0_file_num_compaction_trigger=4
|
|
138
|
-
block_protection_bytes_per_key=0
|
|
139
|
-
prefix_extractor=nullptr
|
|
140
|
-
max_bytes_for_level_multiplier=10.000000
|
|
141
|
-
write_buffer_size=67108864
|
|
142
|
-
uncache_aggressiveness=0
|
|
143
|
-
disable_auto_compactions=false
|
|
144
|
-
max_compaction_bytes=1677721600
|
|
145
|
-
inplace_update_num_locks=10000
|
|
146
|
-
periodic_compaction_seconds=0
|
|
147
|
-
experimental_mempurge_threshold=0.000000
|
|
148
|
-
memtable_prefix_bloom_size_ratio=0.000000
|
|
149
|
-
max_bytes_for_level_base=268435456
|
|
150
|
-
paranoid_file_checks=false
|
|
151
|
-
blob_file_size=0
|
|
152
|
-
preserve_internal_time_seconds=0
|
|
153
|
-
memtable_max_range_deletions=0
|
|
154
|
-
compression_opts={use_zstd_dict_trainer=true;enabled=false;zstd_max_train_bytes=0;parallel_threads=1;max_compressed_bytes_per_kb=896;checksum=false;max_dict_bytes=0;strategy=0;max_dict_buffer_bytes=0;level=32767;window_bits=-14;}
|
|
155
|
-
hard_pending_compaction_bytes_limit=274877906944
|
|
156
|
-
last_level_temperature=kUnknown
|
|
157
|
-
table_factory=BlockBasedTable
|
|
158
|
-
report_bg_io_stats=false
|
|
159
|
-
persist_user_defined_timestamps=true
|
|
160
|
-
sst_partitioner_factory=nullptr
|
|
161
|
-
compaction_pri=kMinOverlappingRatio
|
|
162
|
-
compaction_style=kCompactionStyleLevel
|
|
163
|
-
memtable_factory=SkipListFactory
|
|
164
|
-
comparator=leveldb.BytewiseComparator
|
|
165
|
-
bloom_locality=0
|
|
166
|
-
compaction_filter_factory=nullptr
|
|
167
|
-
min_write_buffer_number_to_merge=1
|
|
168
|
-
max_write_buffer_size_to_maintain=0
|
|
169
|
-
max_write_buffer_number_to_maintain=0
|
|
170
|
-
compaction_filter=nullptr
|
|
171
|
-
optimize_filters_for_hits=false
|
|
172
|
-
default_temperature=kUnknown
|
|
173
|
-
force_consistency_checks=true
|
|
174
|
-
merge_operator=nullptr
|
|
175
|
-
num_levels=7
|
|
176
|
-
memtable_insert_with_hint_prefix_extractor=nullptr
|
|
177
|
-
level_compaction_dynamic_level_bytes=true
|
|
178
|
-
disallow_memtable_writes=false
|
|
179
|
-
inplace_update_support=false
|
|
180
|
-
|
|
181
|
-
[TableOptions/BlockBasedTable "default"]
|
|
182
|
-
num_file_reads_for_auto_readahead=2
|
|
183
|
-
metadata_cache_options={unpartitioned_pinning=kFallback;partition_pinning=kFallback;top_level_index_pinning=kFallback;}
|
|
184
|
-
read_amp_bytes_per_bit=0
|
|
185
|
-
verify_compression=false
|
|
186
|
-
format_version=6
|
|
187
|
-
detect_filter_construct_corruption=false
|
|
188
|
-
optimize_filters_for_memory=false
|
|
189
|
-
decouple_partitioned_filters=false
|
|
190
|
-
partition_filters=false
|
|
191
|
-
initial_auto_readahead_size=8192
|
|
192
|
-
max_auto_readahead_size=262144
|
|
193
|
-
enable_index_compression=true
|
|
194
|
-
checksum=kXXH3
|
|
195
|
-
index_block_restart_interval=1
|
|
196
|
-
pin_top_level_index_and_filter=true
|
|
197
|
-
block_align=false
|
|
198
|
-
block_size=8192
|
|
199
|
-
index_type=kBinarySearch
|
|
200
|
-
filter_policy=bloomfilter:10:false
|
|
201
|
-
metadata_block_size=4096
|
|
202
|
-
no_block_cache=false
|
|
203
|
-
whole_key_filtering=true
|
|
204
|
-
index_shortening=kShortenSeparators
|
|
205
|
-
block_size_deviation=10
|
|
206
|
-
data_block_index_type=kDataBlockBinarySearch
|
|
207
|
-
use_delta_encoding=true
|
|
208
|
-
data_block_hash_table_util_ratio=0.750000
|
|
209
|
-
cache_index_and_filter_blocks=true
|
|
210
|
-
prepopulate_block_cache=kDisable
|
|
211
|
-
block_restart_interval=16
|
|
212
|
-
pin_l0_filter_and_index_blocks_in_cache=false
|
|
213
|
-
cache_index_and_filter_blocks_with_high_priority=true
|
|
214
|
-
flush_block_policy_factory=FlushBlockBySizePolicyFactory
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
[CFOptions "corestore"]
|
|
218
|
-
bottommost_file_compaction_delay=0
|
|
219
|
-
memtable_protection_bytes_per_key=0
|
|
220
|
-
bottommost_compression=kDisableCompressionOption
|
|
221
|
-
sample_for_compression=0
|
|
222
|
-
blob_compression_type=kNoCompression
|
|
223
|
-
paranoid_memory_checks=false
|
|
224
|
-
blob_garbage_collection_age_cutoff=0.250000
|
|
225
|
-
preclude_last_level_data_seconds=0
|
|
226
|
-
compaction_options_universal={allow_trivial_move=false;stop_style=kCompactionStopStyleTotalSize;max_read_amp=-1;min_merge_width=2;compression_size_percent=-1;max_size_amplification_percent=200;incremental=false;max_merge_width=4294967295;size_ratio=1;}
|
|
227
|
-
target_file_size_base=67108864
|
|
228
|
-
memtable_whole_key_filtering=false
|
|
229
|
-
blob_file_starting_level=0
|
|
230
|
-
soft_pending_compaction_bytes_limit=68719476736
|
|
231
|
-
max_write_buffer_number=2
|
|
232
|
-
ttl=2592000
|
|
233
|
-
compaction_options_fifo={file_temperature_age_thresholds=;allow_compaction=false;age_for_warm=0;max_table_files_size=1073741824;}
|
|
234
|
-
memtable_huge_page_size=0
|
|
235
|
-
max_sequential_skip_in_iterations=8
|
|
236
|
-
strict_max_successive_merges=false
|
|
237
|
-
max_successive_merges=0
|
|
238
|
-
enable_blob_garbage_collection=true
|
|
239
|
-
arena_block_size=1048576
|
|
240
|
-
bottommost_compression_opts={use_zstd_dict_trainer=true;enabled=false;zstd_max_train_bytes=0;parallel_threads=1;max_compressed_bytes_per_kb=896;checksum=false;max_dict_bytes=0;strategy=0;max_dict_buffer_bytes=0;level=32767;window_bits=-14;}
|
|
241
|
-
target_file_size_multiplier=1
|
|
242
|
-
max_bytes_for_level_multiplier_additional=1:1:1:1:1:1:1
|
|
243
|
-
prepopulate_blob_cache=kDisable
|
|
244
|
-
blob_compaction_readahead_size=0
|
|
245
|
-
min_blob_size=4096
|
|
246
|
-
level0_stop_writes_trigger=36
|
|
247
|
-
blob_garbage_collection_force_threshold=1.000000
|
|
248
|
-
enable_blob_files=true
|
|
249
|
-
level0_slowdown_writes_trigger=20
|
|
250
|
-
default_write_temperature=kUnknown
|
|
251
|
-
compression=kNoCompression
|
|
252
|
-
level0_file_num_compaction_trigger=4
|
|
253
|
-
block_protection_bytes_per_key=0
|
|
254
|
-
prefix_extractor=nullptr
|
|
255
|
-
max_bytes_for_level_multiplier=10.000000
|
|
256
|
-
write_buffer_size=67108864
|
|
257
|
-
uncache_aggressiveness=0
|
|
258
|
-
disable_auto_compactions=false
|
|
259
|
-
max_compaction_bytes=1677721600
|
|
260
|
-
inplace_update_num_locks=10000
|
|
261
|
-
periodic_compaction_seconds=0
|
|
262
|
-
experimental_mempurge_threshold=0.000000
|
|
263
|
-
memtable_prefix_bloom_size_ratio=0.000000
|
|
264
|
-
max_bytes_for_level_base=268435456
|
|
265
|
-
paranoid_file_checks=false
|
|
266
|
-
blob_file_size=268435456
|
|
267
|
-
preserve_internal_time_seconds=0
|
|
268
|
-
memtable_max_range_deletions=0
|
|
269
|
-
compression_opts={use_zstd_dict_trainer=true;enabled=false;zstd_max_train_bytes=0;parallel_threads=1;max_compressed_bytes_per_kb=896;checksum=false;max_dict_bytes=0;strategy=0;max_dict_buffer_bytes=0;level=32767;window_bits=-14;}
|
|
270
|
-
hard_pending_compaction_bytes_limit=274877906944
|
|
271
|
-
last_level_temperature=kUnknown
|
|
272
|
-
table_factory=BlockBasedTable
|
|
273
|
-
report_bg_io_stats=false
|
|
274
|
-
persist_user_defined_timestamps=true
|
|
275
|
-
sst_partitioner_factory=nullptr
|
|
276
|
-
compaction_pri=kMinOverlappingRatio
|
|
277
|
-
compaction_style=kCompactionStyleLevel
|
|
278
|
-
memtable_factory=SkipListFactory
|
|
279
|
-
comparator=leveldb.BytewiseComparator
|
|
280
|
-
bloom_locality=0
|
|
281
|
-
compaction_filter_factory=nullptr
|
|
282
|
-
min_write_buffer_number_to_merge=1
|
|
283
|
-
max_write_buffer_size_to_maintain=0
|
|
284
|
-
max_write_buffer_number_to_maintain=0
|
|
285
|
-
compaction_filter=nullptr
|
|
286
|
-
optimize_filters_for_hits=false
|
|
287
|
-
default_temperature=kUnknown
|
|
288
|
-
force_consistency_checks=true
|
|
289
|
-
merge_operator=nullptr
|
|
290
|
-
num_levels=7
|
|
291
|
-
memtable_insert_with_hint_prefix_extractor=nullptr
|
|
292
|
-
level_compaction_dynamic_level_bytes=true
|
|
293
|
-
disallow_memtable_writes=false
|
|
294
|
-
inplace_update_support=false
|
|
295
|
-
|
|
296
|
-
[TableOptions/BlockBasedTable "corestore"]
|
|
297
|
-
num_file_reads_for_auto_readahead=2
|
|
298
|
-
metadata_cache_options={unpartitioned_pinning=kFallback;partition_pinning=kFallback;top_level_index_pinning=kFallback;}
|
|
299
|
-
read_amp_bytes_per_bit=0
|
|
300
|
-
verify_compression=false
|
|
301
|
-
format_version=6
|
|
302
|
-
detect_filter_construct_corruption=false
|
|
303
|
-
optimize_filters_for_memory=false
|
|
304
|
-
decouple_partitioned_filters=false
|
|
305
|
-
partition_filters=false
|
|
306
|
-
initial_auto_readahead_size=8192
|
|
307
|
-
max_auto_readahead_size=262144
|
|
308
|
-
enable_index_compression=true
|
|
309
|
-
checksum=kXXH3
|
|
310
|
-
index_block_restart_interval=1
|
|
311
|
-
pin_top_level_index_and_filter=true
|
|
312
|
-
block_align=false
|
|
313
|
-
block_size=8192
|
|
314
|
-
index_type=kBinarySearch
|
|
315
|
-
filter_policy=bloomfilter:10:false
|
|
316
|
-
metadata_block_size=4096
|
|
317
|
-
no_block_cache=false
|
|
318
|
-
whole_key_filtering=true
|
|
319
|
-
index_shortening=kShortenSeparators
|
|
320
|
-
block_size_deviation=10
|
|
321
|
-
data_block_index_type=kDataBlockBinarySearch
|
|
322
|
-
use_delta_encoding=true
|
|
323
|
-
data_block_hash_table_util_ratio=0.750000
|
|
324
|
-
cache_index_and_filter_blocks=true
|
|
325
|
-
prepopulate_block_cache=kDisable
|
|
326
|
-
block_restart_interval=16
|
|
327
|
-
pin_l0_filter_and_index_blocks_in_cache=false
|
|
328
|
-
cache_index_and_filter_blocks_with_high_priority=true
|
|
329
|
-
flush_block_policy_factory=FlushBlockBySizePolicyFactory
|
|
330
|
-
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"publicKey": "92b0b6137261274197d32b4f4e2fd9d5673048062fed24844c3887db80d4fb11",
|
|
3
|
-
"secretKey": "3db884d6ebcbd15a27192be6623e2ef2ecf301387c240723802e8fe47da3563392b0b6137261274197d32b4f4e2fd9d5673048062fed24844c3887db80d4fb11",
|
|
4
|
-
"mnemonic": "twelve chuckle stool write equal boy else replace torch buzz question bomb energy possible sort quiz loud first oil close ride army uncover hobby"
|
|
5
|
-
}
|