[Solved] N1ql - How can I kill initial index build?

Update: drop index works just fine

Is there a way to kill an index that is being built?

Not something I need right now, but I had an incident where an index was taking forever. It would be nice to be able to kill it and find out why it was slow before running the index query again.

1 Like

DROP INDEX is the way to do it.
thanks
-cihan

1 Like