Have you used ignite? How do you figure out what’s going to be serialized in your distributed computation? - e.g. we use scan query, with a couple of int parameters and it seems to want to serialize the world around it, not just the lambda and the values we actually use?