SQLite Settings #150
Answered
by
dhh
FabianoLothor
asked this question in
Q&A
SQLite Settings
#150
-
|
In one of his interviews @dhh mentioned that while working on Campfire he discovered a lot of SQLite nuances and settings that could be used to drastically enhance the performance of the database in comparison with its default settings. Is there any article or alternative source discussing this settings and what a modern application using SQLite should be using in terms of configuration?
|
Beta Was this translation helpful? Give feedback.
Answered by
dhh
Dec 20, 2025
Replies: 1 comment 2 replies
-
|
All these tweaks have been baked into Rails, so they're automatically being used here. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
dhh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All these tweaks have been baked into Rails, so they're automatically being used here.