BigQuery query execution from GWT taking very long time -


We are using BigQuery with our GWT app and Google APP engine. Query execution, (from application) is taking a very long time, such as 4 to 5 seconds table does not contain more than 200 rows. This latency is affecting the entire display of the app.

Where and in this query the clauses are by group.

Is there any way that big performance can be optimized to improve performance?

Thanks in advance.

The big line is not designed for tables with 200 rows, always to get the answer Will take seconds. BigQuery is an asset when you want to analyze billions of rows.

Under this size, you will be better off using more traditional data collection solutions like Cloud SQL or App Engine Datastore.

If you want to have SQL capability, then Cloud SQL is the best estimate.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -