Audience member says they previously tried Faker-based obfuscation by hand and found per-row generation painfully slow on large databases. Sergyenko acknowledges the problem and explains Grazer's mitigation: generate the obfuscated dataset once, then keep it consistent via a delta-tracking job that only updates new/changed rows rather than regenerating everything on every run.