I have a question about billing for the SQLite storage backend. Does a row written to a table with a
I have a question about billing for the SQLite storage backend. Does a row written to a table with a materialized view count as:
1 write
1 + n writes (one for the original table, one per row in the materialized view)


