I'm using MongoDB to store spatial records. Some records are polygons, and others are points. Data is being continually inserted.
I need to be able to access all records whose polygon contains a point. Mongo's spatial queries allow finding all points within a polygon, but not all polygons that contain a point. Is there a good way to do this in MongoDB another database system?