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: docs/preview/duckdb/advanced_features/data_inlining.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ SET ducklake_default_data_inlining_row_limit = 0;
32
32
33
33
### Per-Connection Override
34
34
35
-
The `DATA_INLINING_ROW_LIMIT` ATTACH parameter overrides the default for a single connection. This setting is not persisted and must be specified on each attach:
35
+
The `DATA_INLINING_ROW_LIMIT`parameter of the `ATTACH` statement overrides the default for a single connection. This setting is not persisted and must be specified on each attach:
0 commit comments