Support for viewCleanup()
mshick opened this issue · 7 comments
It doesn't look like this is currently supported, but would be good to have. Hopefully it just needs a route.
fixed by a5403af
Actually, since view cleanup is not really compaction, does it make sense to move it into a separate file so it can be enabled/disabled independently? If so, I can open a follow-up PR.
Yes, it's not "true" compaction. However it's pretty fundamental for map/reduce, so I don't know if it should be disableable independently.
You can currently disable mapreduce (/_view & /_temp_view) if you don't need it. You can currently also disable /_compact if you don't need it. But you can't disable /_compact without disabling /_view_cleanup.
It might be a granularity that's not often needed, but it's there for pretty much everything else so at least for the sake of consistency it's nice to have.
OK, sounds reasonable.
Thanks for running with this. Glad I could help get the feature going.
On Jan 5, 2015, at 2:35 PM, Nolan Lawson notifications@github.com wrote:
OK, sounds reasonable.
—
Reply to this email directly or view it on GitHub #165 (comment).
Sure, thanks for the help!