On Wed, Jan 6, 2010 at 1:01 PM, Chris Anderson <[email protected]> wrote: > there is actually a separate index directory called > > .my_db_name_design/ > > inside that directory. within it is 1 index file per design document. > that file size is the actual index size.
Ah, sorry, missed the dot file! > we're definitely into alternate query engines. Lucene is pretty > popular with CouchDB, and the way it is kept up to date is the same > architecture as the "built-in" map reduce. This is also how you'd hook > up SQLite or Neo4j Great, thanks. Interesting that SQLite is another plugin.. will have to look at that as well. -Nic
