Was it very nearly exactly that number? You aren't supposed to have to ask, but sometimes you have to get the guys to take the training wheels off.
Or it may be the way your code is written, or the number of instances you had active. What was the error you got when you pushed harder? One of the problems we have been trying to work out with the CSV importer we have been working on is that when we try to do 6 million records from our command line python app, we are spinning up too many instances, so it costs a fortune, but we have definitely been higher than 1500/s -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Andrei Sent: Thursday, January 19, 2012 5:41 PM To: Google App Engine Subject: [google-appengine] Re: ROFLMFAO DynamoDB From Amazon i wonder why i could not get more than 1500 writes per second On Jan 19, 7:35 pm, "Brandon Wirtz" <[email protected]> wrote: > Aware. During big bursts we are handling 36 writes per crawled page, > and doing at times 1500 RPS > > > > > > > > -----Original Message----- > From: [email protected] > > [mailto:[email protected]] On Behalf Of Andrei > Sent: Thursday, January 19, 2012 5:29 PM > To: Google App Engine > Subject: [google-appengine] Re: ROFLMFAO DynamoDB From Amazon > > that is 250K per second, not per hour > > On Jan 19, 6:44 pm, "Brandon Wirtz" <[email protected]> wrote: > > Yeah? So? > > > Have I Not shared when Google bot crawls me at 100k per hour? I hit > > 1/4 that during those spikes. I could do some load testing if > > someone wants to foot the bill, but I'll bet money I can push GAE to 1M easily. > > > -----Original Message----- > > From: [email protected] > > > [mailto:[email protected]] On Behalf Of Andrei > > Sent: Thursday, January 19, 2012 4:31 PM > > To: Google App Engine > > Subject: [google-appengine] Re: ROFLMFAO DynamoDB From Amazon > > > They claim you can do 250,000 writes per second > > > On Jan 18, 1:57 pm, "Brandon Wirtz" <[email protected]> wrote: > > > Google should pay me to do a parody of > > > thishttp://www.youtube.com/watch?feature=player_embedded > > > <http://www.youtube.com/watch?feature=player_embedded&v=oz-7wJJ9HZ > > > 0# > > > !> > > > &v=oz-7wJJ9HZ0#! > > > I might do it for free, but I suspect the audience for such a > > > video is somewhat limited. > > > > Dynamo Misses the Dynamic portion. Turn the dial to determine how > > > many queries per second you need to serve from this non-relational > > > Database. Got a Traffic Spike? Sucks to be you. Oh, they failed to > > > mention, "changing the dial on a 100gig database?" it requires > > > "about > > > 1.5 minutes per gig when scaling up". So those of you with 4TB of > > > data, if you want to scale up you need to give them 4 days notice. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Google App Engine" group. > > 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 > athttp://groups.google.com/group/google-appengine?hl=en. > > -- > You received this message because you are subscribed to the Google > Groups "Google App Engine" group. > 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 athttp://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. 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-appengine?hl=en.
