Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I am running the Query in C#.NET application using .NET API library which is added through Nu-Get package manager.

My Query:

Select * From DataSetID.TableID LIMIT 10000

Note: Data Processing for the above query is 1GB (get it from Web-UI).

When i am running the same query in C#.NET application, i am able to get ~5600 Rows in single request, then i am passing PageToken to GetQueryResults method and get remaining records. (Through pagination).

So There are 2 Query request to get 10K records.

How Google charges for Data Processing either 1 GB for query nor 2 Requests * 1GB = 2GB ?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
155 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...