N1QL Indexing Architecture

Hi - any details at this stage as to how N1QL is actually implemented - in particular with regard to use of indexes For example, will it be possible to create specific indexes upfront to increase performance or are they dynamically created?

deleted (wrong answer)

You can create indexes via the CREATE INDEX statement, and these indexes will be used in querying (mainly by the WHERE clause).

You can see exact index usage via the EXPLAIN statement.