Possible to optimize LiveView tracking for large sets of data?

You can nest them in a way. Define empty form tags and associate the inputs by using the form attribute.

<form id="form1" ...></form>
<form id="form2" ...></form>

<input type="text" name="form1_a" form="form1" />
<input type="text" name="form2_x" form="form2" />