What About Grouping Indexes?

One thing that I just though of is that this would make some confusing scope chains with the current “DROP INDEX” syntax. For example…

DROP INDEX :pool-name.bucket-name.design-doc-name.view-name

IMO, “DROP INDEX” should require “ON” to specify the bucket in the same way that MySQL requires “ON” to specify the table.

DROP INDEX design-doc-name.view-name ON :pool-name.bucket-name