Shubham Mishra

Results 22 comments of Shubham Mishra

hi, you can take it up in that case, I am busy with other stuff lately.

@dm161 I can interested to work on this, Can you assign it to me?

Should we have `ST_STATS` for storing row size, row count, etc about a table?

Is it neccessary to do it asynchoronously? Can we not do it within same transaction in which `unsuscribe_view` happens?

> [@Shubham8287](https://github.com/Shubham8287) Doing it synchronously would require a larger refactor, since views are evaluated using a mutable transaction whereas unsubscribes use read-only transactions. Umm, it is working with mutable transactions...

Test is better modularised in this PR - https://github.com/clockworklabs/SpacetimeDB/pull/3670.