Skip to content

Commit 357629e

Browse files
committed
f Apply WITHOUT ROWID optimization
1 parent 259057c commit 357629e

File tree

1 file changed

+1
-1
lines changed
  • lightning-persister/src/sqlite_store

1 file changed

+1
-1
lines changed

lightning-persister/src/sqlite_store/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ impl SqliteStore {
6161
sub_namespace TEXT DEFAULT \"\" NOT NULL,
6262
key TEXT NOT NULL CHECK (key <> ''),
6363
value BLOB, PRIMARY KEY ( namespace, sub_namespace, key )
64-
);",
64+
) WITHOUT ROWID;",
6565
kv_table_name
6666
);
6767
connection

0 commit comments

Comments
 (0)