Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOSデータベースにsqliteを使用しています。最近、「PRAGMA synchronous = OFF and PRAGMA journal_mode = MEMORY」にたどり着きました。これにより、処理速度が大幅に向上します。問題は、これらの設定を iOS sqlite db に適用するにはどうすればよいですか? これらのクエリを sqlite オブジェクトに挿入する方法はありますか? どんな助けでも大歓迎です!前もって感謝します!