On 10 September 2012 14:51, Tim Tisdall <[email protected]> wrote: > Is there a way to request a view creation/update and then have it > compact immediately afterwards?
No, these are separate things - view creation/update is triggered by querying the outdated or non-existent view, and can be done by a non-authenticated user. Compaction requires you to have admin privileges and has a separate API. So if you need this, you'll need to organise the one-two yourself. Bear in mind that both view creation and compaction consume both cpu & io (duh!) and may take a while to complete. Careful testing advised! A+ Dave
