<<< Previous question <<< Question ID#0628.md >>> Next question >>>
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