Hey. I have a question about row metrics. The metrics showed a lot more writes than I expected, so I

Hey. I have a question about row metrics. The metrics showed a lot more writes than I expected, so I started looking more closely at the response meta. This one query tries to do an insert, and if there's a conflict on the primary key, it updates the row instead. It shows one read and eight (?!) writes. Am I interpreting the meta correctly? And is this the expected result? Thank you!
Screenshot_2024-10-01_at_08.28.08.png
Was this page helpful?