The performance impact of nested records is minim...
# community-help
f
The performance impact of nested records is minimal. During indexing, there's a small overhead from flattening nested JSON fields into dot notation (e.g.,
destination.warehouse.address.city
). During searching, there's a minor overhead from deleting these flattened fields before returning results, but it shouldn't even be noticeable