Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Is this just for select queries ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - 8 new - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mahesh Velaga  
View profile  
 More options May 20 2010, 4:24 am
From: Mahesh Velaga <maheshraj...@gmail.com>
Date: Thu, 20 May 2010 01:24:53 -0700 (PDT)
Local: Thurs, May 20 2010 4:24 am
Subject: Is this just for select queries ?
Hi,

If I understood it correctly, this is just for select queries right ?
(no transactional querying). Will there be additional operations like
update,delete etc be available in future (if not already present) ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amit Agarwal  
View profile  
 More options May 20 2010, 4:26 am
From: Amit Agarwal <amit.agar...@gmail.com>
Date: Thu, 20 May 2010 01:26:28 -0700
Local: Thurs, May 20 2010 4:26 am
Subject: Re: Is this just for select queries ?

Hi Mahesh,

BigQuery is just for select queries. We currently dont have any plans for
additional operations like update, delete etc. at a transaction level.

thanks
Amit

On Thu, May 20, 2010 at 1:24 AM, Mahesh Velaga <maheshraj...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Sheldon  
View profile  
 More options May 20 2010, 5:22 am
From: Michael Sheldon <mshel...@google.com>
Date: Thu, 20 May 2010 02:22:31 -0700
Local: Thurs, May 20 2010 5:22 am
Subject: Re: Is this just for select queries ?

Who is maheshraj...@gmail.com?

I guess we need to be careful about how we answer questions... So far at
Google I've always just answered assuming everyone is a Googler. Now we'll
have to check to TO line and FROM line to see how we need to answer a
question.

Good learning for all!

--Michael Sheldon

On Thu, May 20, 2010 at 1:26 AM, Amit Agarwal <amit.agar...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Moore  
View profile  
 More options May 22 2010, 7:45 pm
From: Alex Moore <zycl...@gmail.com>
Date: Sat, 22 May 2010 16:45:43 -0700 (PDT)
Local: Sat, May 22 2010 7:45 pm
Subject: Re: Is this just for select queries ?
In our case we have a data set which increases at the rate of about 52
million records per year, and 150,000 per day (updated twice per
day).   If I uploaded the initial data set is it possible to append
additional data?  Update and delete would be awesome though (I can
think of other uses).

Additionally is it possible to pivots on data using this query
language?  I don't have an account (sad face) and I couldn't work it
out from the docs.

On May 20, 6:22 pm, Michael Sheldon <mshel...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Sheldon  
View profile  
 More options May 25 2010, 2:52 pm
From: Michael Sheldon <mshel...@google.com>
Date: Tue, 25 May 2010 11:52:35 -0700
Local: Tues, May 25 2010 2:52 pm
Subject: Re: Is this just for select queries ?

Hello Alex,

Thank you for the interest in BigQuery. Let me try and answer your
questions:

Yes, you can append additional records multiple times a day to your BigQuery
Tables. (We intend to have a "continuous import" feature to make this easier
by letting you configure your BigQuery Table to automatically import all
data you push into your Google Storage for Developers bucket. However that
feature is a bit further out.)

Our query language does not support Pivots. Thanks for asking: we'll take
that as a feature request.

Regarding accounts:

   - You can start by making sure you have a Google Storage for Developers
   account. You can find the sign up link for this service at
   http://code.google.com/apis/storage/.
   - You can find the BigQuery sign up link near the bottom of
   http://code.google.com/apis/bigquery/. We had more interest in our
   service than we anticipated, so it will take a while before we can provision
   accounts for everyone interested. We will get back to everyone that signs
   up. Thanks for your patience!

Cheers,

--Michael Sheldon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
kazunori_279  
View profile  
 More options May 26 2010, 11:46 am
From: kazunori_279 <kazunori...@gmail.com>
Date: Wed, 26 May 2010 08:46:03 -0700 (PDT)
Local: Wed, May 26 2010 11:46 am
Subject: Re: Is this just for select queries ?
Hi Micheal,

It was so amazing to see that the queries for 60B records are done in
a few seconds.
What kind of approach do you use inside it?

a. on-demand massively parallel query with thousands of nodes
b. pre-aggregation/computation (like building B-Trees for all the
columns) at the import time
c. any other unknown technique

And how long did it take to import the 60B records?

Thanks,

Kaz

On 5月26日, 午前3:52, Michael Sheldon <mshel...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex Moore  
View profile  
 More options May 26 2010, 7:42 pm
From: Alex Moore <zycl...@gmail.com>
Date: Wed, 26 May 2010 16:42:29 -0700 (PDT)
Local: Wed, May 26 2010 7:42 pm
Subject: Re: Is this just for select queries ?
Yes, 60B is what really drew my attention to it :)

Will BigQuery be available for "almost" real time reporting?
How long will it take (i.e. is it planned to take) for the data to be
"query-able" in BigQuery after the data has been uploaded to google
storage?

Any ideas on what the pricing model is going to be like? Per query,
per amount of data?

On May 27, 12:46 am, kazunori_279 <kazunori...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amit Agarwal  
View profile  
 More options May 27 2010, 1:25 am
From: Amit Agarwal <aagar...@google.com>
Date: Wed, 26 May 2010 22:25:20 -0700
Local: Thurs, May 27 2010 1:25 am
Subject: Re: Is this just for select queries ?

Kaz,

Thank you for the interest in BigQuery.

We don't comment on the backend details  of BigQuery. What I can say is that
we are running BigQuery on thousands of machines.

The 60 B records were imported as part of a sample dataset. We don't have
numbers to share at this point regarding the time taken to import the
dataset.

thanks
Amit


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Amit Agarwal  
View profile  
 More options May 27 2010, 1:31 am
From: Amit Agarwal <aagar...@google.com>
Date: Wed, 26 May 2010 22:31:33 -0700
Local: Thurs, May 27 2010 1:31 am
Subject: Re: Is this just for select queries ?

Thanks Alex. Comments inline.

Our first priority is get the ability to import data into BigQuery.

On Wed, May 26, 2010 at 4:42 PM, Alex Moore <zycl...@gmail.com> wrote:
> Yes, 60B is what really drew my attention to it :)

> Will BigQuery be available for "almost" real time reporting?
> How long will it take (i.e. is it planned to take) for the data to be
> "query-able" in BigQuery after the data has been uploaded to google
> storage?

Real time has different meanings for different users and different use
cases. We are working on making the data "query-able" as fast as possible
once it has been uploaded to Google Storage for developers.

> Any ideas on what the pricing model is going to be like? Per query,
> per amount of data?

Currently BigQuery is in preview and we don't have anything to share on
pricing.  During this preview period we want to understand and tune the
system before we work on pricing.

thanks
Amit


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »