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
Copy file name to clipboardExpand all lines: doc/configuration.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -155,8 +155,7 @@ Some field are left empty when using this flag, like
155
155
156
156
Until the ledger state migration happens any restart requires reusing the `--bootstrap-tx-out` flag. After it's completed the flag can be omitted on restarts.
157
157
158
-
### --keep-tx-metadata
158
+
### --whitelist-tx-metadata
159
159
160
-
This flag was introduced in v.13.2.0.0 as all postgres field with the type jsonb were removed to improve insertion performance.
161
-
If they are required and you have database queries against jsonb then activate this flag to re-introduce the type jsonb.
162
-
You can pass multiple values to the flag eg: `--keep-tx-metadata 1,2,3` make sure you are using commas between each key.
160
+
To help improved database insert thoughput, user can chose to filter specific tx metadata they would like to keep and insert, ignore everything else.
161
+
You can pass multiple values to the flag eg: `--whitelist-tx-metadata 1,2,3` make sure you are using commas between each key.
0 commit comments