edv icon indicating copy to clipboard operation
edv copied to clipboard

Query optimization if ReturnFullDocuments is false

Open DRK3 opened this issue 2 years ago • 0 comments

Currently, full documents are always retrieved from the database. If ReturnFullDocuments is false, then the IDs are extracted and the rest of the document(s) are discarded. We should really just do a query that returns only document IDs from the underlying database in the first place.

DRK3 avatar May 31 '22 01:05 DRK3