N1QL Query order by desc is slow

Try

CREATE INDEX idx-myBucket-01 ON `myBucket` ( `idnumber`  DESC ) 
WHERE ( `type_` = ‘xxx’)
1 Like