Is it safe to disable predicate move to avoid query timeouts?

Hi @eileenaaa,

The only danger of (effectively) disabling predicate rebalancing is that one group could grow into something unwieldy. But given your graph has minimal writes following its full data import, it should be safe.

You can also increase the number of compactors (the default is two), but be aware that increases memory usage.

1 Like