I currently have a collection of ~50 documents (each around 1mb), where each document contains some metadata and an array of up to 10000 basic elements containing time, value.
When iterating over queried cursor, getting each document takes up to 0.5s. Is that normal performance for larger files or is there something wrong?