Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!panix!roy From: Roy Smith Newsgroups: comp.lang.python Subject: Re: replacing __dict__ with an OrderedDict Date: Tue, 10 Jan 2012 09:05:42 -0500 Organization: PANIX Public Access Internet and UNIX, NYC Lines: 13 Message-ID: References: <11jrt8-l32.ln1@satorlaser.homedns.org> NNTP-Posting-Host: localhost X-Trace: reader1.panix.com 1326204343 15299 127.0.0.1 (10 Jan 2012 14:05:43 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Tue, 10 Jan 2012 14:05:43 +0000 (UTC) User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18762 In article , Lie Ryan wrote: > On 01/10/2012 12:05 PM, Roy Smith wrote: > > Somewhat more seriously, let's say you wanted to do test queries against > > a database with 100 million records in it. You could rebuild the > > database from scratch for each test, but doing so might take hours per > > test. Sometimes, real life is just*so* inconvenient. > > All serious database has rollback feature when they're available to > quickly revert database state in the setUp/cleanUp phase. I guess MongoDB is not a serious database?