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: vlib/sqlite/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,11 @@ library installed on your system.
26
26
27
27
# Performance Tips
28
28
29
-
When performing a large amount of database calls (i.e. INSERTS), significant performance increase
30
-
can be obtained by issuing to sqlite the following pragma commands.
29
+
When performing a large amount of database calls (i.e. INSERTS), significant performance increase can be obtained by controlling the synchronization and journal modes.
0 commit comments