MongoDB use $geonear to compare points (vehicle trajectory) with other points (trajectories)
I am trying to benchmark MongoDB using berlinMOD data and queries. To represent a single vehicle's trip (trajectory), I'm using multiple documents (point based representation). a Sample: [{ "_id": 3, "tripid": 11, "geom_lnglat": { "type": "Point", "coordinates": [ 4.306468999999999, 50.873466799999974…