You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some functions make multiple queries. rbspy graphs tell me that time is spent fetching records, but not the breakdown of the different queries.
I propose a command-line flag, to be used like --split-on-arguments-to in_batches. Any method named in_batches would be treated as a separate method for each unique argument.
The text was updated successfully, but these errors were encountered:
Lots of projects I work on use an SQL database.
Some functions make multiple queries. rbspy graphs tell me that time is spent fetching records, but not the breakdown of the different queries.
I propose a command-line flag, to be used like
--split-on-arguments-to in_batches
. Any method namedin_batches
would be treated as a separate method for each unique argument.The text was updated successfully, but these errors were encountered: