On Fri, Aug 1, 2008 at 10:06 AM, Demetrius Nunes <[EMAIL PROTECTED]> wrote: > Should I create a "development" > database with only a subset (say a couple of hundred documents) of the data > and work there until I have all the views I want and the port those to the > "real" big database?
That's how I do it. I've got a bunch of Ruby scripts that do things like replicate 1% of the database, clone a map index to documents in another db, etc. Maybe a cleanup-for-release day is in order. -- Chris Anderson http://jchris.mfdz.com
