Jonathan Gray

Results 118 comments of Jonathan Gray

This by itself is a major argument in favour of migrating away from our monorepo.

See also #3061. Obviously the work around in both cases is to do the slicing when creating the requests, but that's a pain in the bum. The general case of...

I'd be interested in whether #3128 helps with the first.

Does this change at all with new style partitions?

After a little thinking, it may decrease the number of locks required because of the different approach to partition pruning, but won't I think mitigate entirely. [This](https://stackoverflow.com/questions/65079580/how-much-shared-memory-does-postgresql-need-per-max-locks-per-transaction) suggests that the...

Can we set this using the configurator script?

Reopening this because #4463 doesn't include a flowclient function.

And as a companion issue - queries in a dict won't get picked up by `dependencies` either.

Nice suggestion from @jc-harrison that an alternative approach to query ids where we hash on the sql generated 'as if' all dependent queries were cached would resolve this, as well...

I kind of like that idea, although I wonder if once you're at that point you might as well go a step further an run an event service which sends...