> Any way to get an insight as to how big the index is? I can see how > big my database is (78M with ~11k docs) but I'd be curious to know how > big that view is stored in memory.
I recently added some extra bits of info to the view information blob but I'm not sure if size made it in. It'd be a fairly trivial thing to add though. The pattern is something like: http://127.0.0.1:5984/my_db/_design/foo/_info Paul Davis
