@Kishore Nallan - Does this hit a top end somewhere? How about 400 sparse fields populated 10% of the time?
Also, one more performance question (sorry to have so many, we’re increasing our Typesense footprint and I want to be cautious about how I use it), when doing an emplace style import, is there a noticable performance hit if I provide the full record but only one field is changed, vs providing just the changed field and id? I am considering pulling the records, diffing, and uploading minimum changeset vs always sending the full record up.