Hi folks,
I am working on removing the reliance on document types inside the
storage, with the aim of making it backwards compatible for older DBs.

What this means, is that instead of one index with multiple types (we
all knew that wasn't going to last :( ), there will be an index for each
type of document we deal with. New databases will be created using
multiple indices, but older DBs with one index and multiple types will
still be supported by a preflight check.

I expect this rewrite to take a few days, and I don't expect it to break
much. The DB version will be incremented to 2 on new installations to
mark this shift. Old v1 installations will, for the time being, fall
back to the old way of doing things.

With regards,
Daniel.

Reply via email to