Without your actual queries it’s impossible to say. `EXPLAIN QUERY PLAN <query>` will show you what

Without your actual queries it’s impossible to say. EXPLAIN QUERY PLAN <query> will show you what your queries are doing. Functions like
random()
and similar will cause writes.
Was this page helpful?