> I'm trying to load ~1000 placemarks from a mySQL database and it is
> very slow.

A common approach is clustering.  This can be client-side, which
leaves the overhead of getting all the data to the client.  Or it can
be server-side.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to