[Question] _design/repl_filters
Description
Hi. it actually is not a bug report. I just wonder how _design/repl_filters is used.(as I can't find docs of this ).
I had to file copies from couchdb 2.x to couchdb 3.3.2 due to volume of data size. and started re-indexing(by grabbing all views under all_design doc) and I was able to see hips of size of doc under _design/repl_filters
- What is used for? Is that a related to replication?
- If yes, it can be reduced once replication is done?
- Is that okay to delete it?
Thank you
Never heard of it. it's not part of couchdb.
thanks for the reply.
just I want to include this by googling it
https://lists.apache.org/api/plain?thread=dgfs5jyjt2v7zrqh4ctcg1o3pottw66h
there is 'old' source code which uses that rest api. if it is not gonna used by any logic, I can happily delete it.
otherwise we need to consider about this.
Aha, thanks, that helps. I can confirm it was removed;
commit 102bcf4e07de54616fc44529792db58f482d736b
Author: Jan Lehnardt <[email protected]>
Date: Wed Jan 8 01:01:42 2020 +0100
feat: remove couchup (#2399)
Co-authored-by: Joan Touzet <[email protected]>
so it is safe to delete that design document now.