⬅︎ Back to How much faster is Redis at storing a blob of JSON compared to PostgreSQL?
I'd be interested if you could try sqlite3 which gets rid of all the interprocess traffic since it is loaded into the python process.
Oh yes that would be neat. But does that mean that if you use sqlite3 that its entire memory is loaded into each uwsgi Python process (aka. worker)?
Comment
I'd be interested if you could try sqlite3 which gets rid of all the interprocess traffic since it is loaded into the python process.
Replies
Oh yes that would be neat. But does that mean that if you use sqlite3 that its entire memory is loaded into each uwsgi Python process (aka. worker)?