polx commented on issue #5500: URL: https://github.com/apache/couchdb/issues/5500#issuecomment-2780814572
Indeed, from [efficient lookups](https://docs.couchdb.org/en/stable/ddocs/views/intro.html#efficient-lookups) one seems to read that the index is the b-tree of the keys only. So that is what's in RAM, the rest is just "passed by". Right? We still get query times of serveral seconds. Even without a precise query (so the index ist not important, I think). Would there be a way to optimise that except slice more the documents? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org