October 2009
3 posts
3 tags
Sidekick users have probably lost all of their...
This is just a huge disaster. The inability to sync with my desktop and keep my own backups was actually one of the big reasons I didn’t keep the Sidekick I bought seven years ago.
http://forums.t-mobile.com/tmbl/?category.id=Sidekick
3 tags
How not to expand a table with random test data
Let’s say you have a table with 20 million rows in it. It’s performing fine at the moment, but you want to see what will happen when it grows to 40 million rows. You might think that adding 20 million rows of random data to a test copy of your db would probably be best accomplished with raw sql, and you might be tempted to do something like this:
insert ignore into mytable (id, name)...