that looks like a bug, will investigate when I'm at a laptop
that looks like a bug, will investigate when I'm at a laptop






EXPLAIN QUERY PLAN <query> will show you what your queries are doing. Functions like random() and similar will cause writes.









/site directory where I keep my frontend and is what is built when I run npm run build to the /dist directory./functions directory which is of course where I am storing my backend API./sql directory to house the SQL and migrations?count(distinct "id") I get rows_written in meta?

{
"collectionItems": {
"success": true,
"meta": {
"served_by": "v3-prod",
"duration": 0.6292,
"changes": 0,
"last_row_id": 0,
"changed_db": false,
"size_after": 3862528,
"rows_read": 1014,
"rows_written": 342
},
"results": [
{
"count(distinct \"id\")": 342
}
]
}
}