Question
Internal working to write to data store
How exactly does a write to data store work in the background?
- For a single row, it will surely run 1 insert query, what happens when the data is an array? for each row will it run a single query or multiple ones?
