> On Aug 8, 2014, at 9:49 AM, Todd Freese <[email protected]> wrote: > > I am changing the name of my views to use the new concurrent indexing > feature. I have about 10 views that will be renamed. What happens to the old > views in the DB? Do they get deleted since I am not registering them or is > this something I need to clean up after changing the view names?
Views are persistent (except for the map block, which has to be registered at runtime.) Call -[CBLView deleteView] to delete a view you're no longer using. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/AB97BFD8-B261-4538-B107-AC4DBEBB2093%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
