Recently I just started working on a new Open Source website
(Crash at
Mine) as an alternative to CouchSurfing.com (you may have seen my blog post
about that yesterday - I was trying to get it to *not* go on
PlanetMySQL).
It's still early days in development, but I wanted to make sure
that both:
- Performance won't just tip off when the data set becomes to large to just fit in memory.
- Contributors have a way of working with a semi-realistic dataset, without having to have access to real data (honest truth: real data doesn't exist yet).
So, I googled away, and quickly got the top 100 female and male
first names. Then I googled for popular last names, and got
1000.
200 x 1,000 = 200,000 dummy users.
…