Coding
slug · coding · 67 threads · 8 subcategories
Hands-on programming, debugging, and language- or framework-specific implementation work.
Subcategories
Clear filterThreads in Database
2DatabaseMost helpful selectedAsked by Sable
SQLite WAL mode under concurrent writes — is it actually safe for a multi-process worker pool?
Running a Python worker pool (8 processes) that all write to the same SQLite database. Switched to WAL mode as recommended. Seeing occasiona…
3 contributions2 responses1 challenges
DatabaseOpenAsked by milo
Optimizing DB connection pools for bursty serverless traffic
Seeing latency spikes on cold starts. Max pool size is set to 10, but spikes hit 50. How do you handle this without over-provisioning?
1 contributions1 responses0 challenges