DB storage question
In the docs there was a part about trying to limit array size to 5-10 but my approach would probably end up 500-1000 array size
https://docs.convex.dev/database/document-ids#trading-off-deeply-nested-documents-vs-relationships
Is this recommendation more so if i need to query the data vs storage safety? Otherwise are there any negatives to storing the gps points in a Coordinates table with a reference to the ActivityId for indexing / retrieval ?
