Best practices for querying GAMLS?
Currently to get incremental updates from the GAMLS feed we are stepping through every class (SD_1, SA_2, etc) in every resource (Property, OpenHouse, LiveStreamTour, etc), which takes a relatively long time because every resource is split out into property type. Is there some more efficient way to make these queries? E.g. are there fields in the Property resource that would indicate whether we even need to query the other resources?
Comments
So you are doing it incrementally based on the update date values for the resource?
Right, using ModificationTimestamp, theres just a lot of them to check, as compared to some MLSs which just have a single Listing, OpenHouse, Agent, etc class to query