Hi All,

We are working with Google BigQuery (using Java) for one of our cloud 
solution and facing lot of issues in development. Our observations and 
issues as follows -

 1. We are using Query Jobs (Example: jobs().insert()/jobs().query() method 
first and then tablesdata().list() for data)  for data retrieval. The Job 
execution taking 2-3 seconds (we had data in MBs only right now). We looked 
into sample codes on code.google.com and github.com and tried to implement 
them. However, we are not able to achieve fast execution than 2-3 seconds. 
What is the fast way to retrieve data from BigQuery tables? Is there a way 
to improvise Job execution speed? If yes, Can you provide links for sample 
codes?
 2. In our screens, we need to fetch data from different tables (different 
queries) and display them. So, we inserted multiple query jobs and total 
execution time getting summed-up (Example: if we had two jobs (i.e. two 
queries), it takes 6-7 seconds). In Google documentation it has been 
mentioned that, we can run concurrent Jobs. Is there any sample code 
available for this?

Waiting for your valuable responses.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to