Ideally, you would query a data source that supports table joins and have it done server-side. If that's not an option, the API's join<https://developers.google.com/chart/interactive/docs/reference#google_visualization_data_join>method will work, but you could see considerable slowdown when joining large data sets.
On Monday, June 11, 2012 6:12:39 AM UTC-4, John Maris wrote: > > What is the best solution for joining 2 different db tables when quering > the datasource service? > In the future these tables might get really big. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/WUoHGP8fSXoJ. 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-visualization-api?hl=en.
