# Performance Tips

Tips for working efficiently with large volumes of data.

- Use `strict=False` (the default) when you know data is clean
- Pre-validate schemas once, then batch-process records
- Use [summarize()](../reference/summarize.md#gdtest_sec_index_hero.summarize) to get aggregate stats without storing intermediates
