> Are the old index files still around? I'm assuming you are running > 0.10. If you are, I'm interested to know if the old index files are > still in your view data directory. > > The only thing I can think of is that the hash function itself > changed. Did you do anything on the box like upgrade OpenSSL or > Erlang, which maybe wasn't picked up until the reboot? >
Hi Chris, Yeah, I guess you are right. # ls -lh total 703M -rw-r--r-- 1 couchdb couchdb 249M 2010-01-19 10:14 a6638688db6dc7f392c8bb9dd1ad9060.view -rw-r--r-- 1 couchdb couchdb 454M 2010-01-18 15:10 d7af16f81d39e75ef650fd903c39bb3c.view We have only one design document and I guess the second file is for the same design doc but with a different hash (and last modified yesterday). And yes, we are using 0.10 on ubuntu 9.10. We updated the server some days ago. Seems like everything fits in. Thanks for the help.
