Why IJobProcessComponentData doesn't Just Support EntityArchetype or EntityArchetypeQuery

Hi guys :slight_smile:
i was reading the EntityComponentSystemSamples ReleaseNotes and i saw that IJobProcessComponentData now supports up to 6 seperate IComponentData, it’s cool but Why it doesn’t Just Support EntityArchetype or EntityArchetypeQuery so it will be easier to support infinite number of IComponentData ?

I think it will be even a lot more user-friendly to use.

Not sure what you mean?

You can use IJobChunk if you need to iterate a ComponentGroup (query)