Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 432 Bytes

0628.md

File metadata and controls

15 lines (12 loc) · 432 Bytes

Which of the following SQL statements will improve SQLite write performance?

  • A) PRAGMA count_changes = Off;
  • B) PRAGMA default_synchronous = Off;
  • C) PRAGMA locking_mode = "Row";
  • D) PRAGMA default_synchronous = On;
Answer

Answer: A, B