c9s
Results
398
issues of
c9s
Something like: optimize statement, or deletion, cleanup cache ... etc
e.g. Aggregate the result into the parent table column: ``` select sum(posts*) from users left join posts .... ``` So that we can do: ``` select sum_posts from users...; ```...
feature
performance
One migration task may contains a bunch of SQL statements or other operations.
migration