In a Cloudant database with data and some secondary indexes, is it possible for a working view to become inoperable due to incoming data? I have a view that was previously working but people on my team began reporting timeouts. When I use the Cloudant dashboard to query the view I see a message: Error running query. Reason: (timeout) The request could not be processed in a reasonable amount of time.
When I look at indexing tasks I see 11 indexing tasks at various states of completion, some as low as 26%.
So is there a relation between query performance and the amount of data coming in?