We often copy a few fake records to create a large input file with which to test how the code handles it.
It's a useful test; but don't use it to gauge performance.
Data from repeated records can be cached and reused. If your production data will vary, then it won't get the same use out of caching. Caching could even hurt performance.
No comments:
Post a Comment