Re: [appengine-java] Re: many different Properties or Entity for name/value pairs

2011-11-06 Thread Gerald Tan
It's possible to make it searchable, you will need to store and update two entities. MyEntity will have a Properties to Values map, and you have a PropertiesEntity that has a MyEntity to Values map. class MyEntity { @Id Long id; @Serialized MapString,Object properties } class

Re: [appengine-java] Re: Number of writes per second limitation

2011-11-06 Thread de Witte
It is pseudo code. To be detailed, you have to store it as byte array inside a Blob. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[google-appengine] Should I be concerned?

2011-11-06 Thread mscwd01
Hey I am testing out a new app and noticed whilst looking at my reports that for a period of approximately 1 hour all charts showed zero activity. I.e. Requests/Second, CPU Seconds Used, Instances all display zero, when they shouldn't be as the app receives a constant supply of traffic. Note:

[google-appengine] Re: Should I be concerned?

2011-11-06 Thread Philip
Winter time? On Nov 6, 11:51 am, mscwd01 mscw...@gmail.com wrote: Hey I am testing out a new app and noticed whilst looking at my reports that for a period of approximately 1 hour all charts showed zero activity. I.e. Requests/Second, CPU Seconds Used, Instances all display zero, when they

[google-appengine] Re: Should I be concerned?

2011-11-06 Thread mscwd01
No it's still unseasonably warm here in the UK... On Nov 6, 11:27 am, Philip philip.mates...@driggle.com wrote: Winter time? On Nov 6, 11:51 am, mscwd01 mscw...@gmail.com wrote: Hey I am testing out a new app and noticed whilst looking at my reports that for a period of

[google-appengine] Re: Should I be concerned?

2011-11-06 Thread Philip
Quote from the internets The U.S. begins Daylight Saving Time at 2:00 a.m. local time on the second sunday in March and reverts to Standard Time at 2:00 a.m. local time on the first Sunday in November. On Nov 6, 12:33 pm, mscwd01 mscw...@gmail.com wrote: No it's still unseasonably warm here in

RE: [google-appengine] Re: Should I be concerned?

2011-11-06 Thread Brandon Wirtz
Yeah sometimes we have the same hour twice, sometimes we don't have an hour at all. The hourly rate Hotel I hang out at on Saturday Nights wins once a year and I win once a year... :-) -Original Message- From: google-appengine@googlegroups.com

[google-appengine] Re: Should I be concerned?

2011-11-06 Thread mscwd01
Oh it wasn't a joke :P It could well be the cause, the outage occurred at 7am GMT so I'm not sure if that would coincide with the time change. If it goes by East Coast time which is GMT - 5 that may well match up. Even so, shouldn't the charts continue to record data? Thanks On Nov 6, 11:39 am,

[google-appengine] Re: Should I be concerned?

2011-11-06 Thread Pratham
I noted a similar drop in all of my apps - though logs for the time period exist. On Nov 6, 4:55 pm, mscwd01 mscw...@gmail.com wrote: Oh it wasn't a joke :P It could well be the cause, the outage occurred at 7am GMT so I'm not sure if that would coincide with the time change. If it goes by

Re: [google-appengine] Re: X-AppEngine-City

2011-11-06 Thread Krishna Patel
The Maxmind Webapi is working well for me now. But I'm curious whether App Engine will ever provide this out of the box. perhaps the maxmind webapi would be another solution. i've not tried ipinfodb, but i am using maxmind on several projects (webapi and local db). the webapi works quite well

Re: [google-appengine] getObjByID versus query

2011-11-06 Thread Chris Collins
No. But turn up your Datanucleus logging to make sure. On Fri, Nov 4, 2011 at 5:34 AM, Gooly gool...@gmail.com wrote: For fetching data from datastore via primary key using JDO, Is there any performance difference between PersistenceManager pm = PMF.get().getPersistenceManager(); Employee

[google-appengine] Re: will MS get python2.7?

2011-11-06 Thread working
Does it mean when appengine forces python2.7, MS has to be migrated to HR? How soon will it be? Thanks, coronin On Nov 5, 10:18 pm, Brian Quinlan bquin...@google.com wrote: Hi coronin, On Sun, Nov 6, 2011 at 4:14 PM, working coro...@gmail.com wrote: Hi All, Will MS get python2.7 update?

Re: [google-appengine] Re: will MS get python2.7?

2011-11-06 Thread Brian Quinlan
Hi coronin, There are no plans to force Python 2.5 users to switch to Python 2.7. Cheers, Brian On Mon, Nov 7, 2011 at 6:56 AM, working coro...@gmail.com wrote: Does it mean when appengine forces python2.7, MS has to be migrated to HR? How soon will it be? Thanks, coronin On Nov 5, 10:18 

[google-appengine] Re: Threaded Python AppEngine for Dummies

2011-11-06 Thread bFlood
You might have seen this already but another user posted this to the Python group, this is exactly what I am seeing in my testing http://groups.google.com/group/google-appengine-python/browse_thread/thread/5748848a85cec2e2/35568c4e44135383#35568c4e44135383

[google-appengine] Why push tasks using http-post don't support a query string in the worker url?

2011-11-06 Thread Marcel Manz
I'm passing a post-payload to my task-workers and noticed that such tasks cannot use a worker url with parameters attached. Why is there such limitation? I would have liked to use a worker like /worker-url/?param=value in combination with a http post, so the payload is sent in the post but

RE: [google-appengine] Why push tasks using http-post don't support a query string in the worker url?

2011-11-06 Thread Brandon Wirtz
Make the Get Handler for your app translate the get requests to variables that are called via a function that lives in the post handler. Ideally your Get handler and your Post handler both call your main function, then you can swap between, or do translation if you need to handle encoding or

[google-appengine] Searching production logs based on level and date - does it work properly?

2011-11-06 Thread Janusz Skonieczny
Hi, I am looking through my production logs and I cannot make the search feature work for me. Maybe it's me doing things work, so please help me figure this out. First, not that important, setting the timezone only complicates things cause the hour in the logs does not change but that

[google-appengine] How can I undelete (recover) deleted entities?

2011-11-06 Thread Y
I had 30 GB of entities saved over 2-3 years but I only needed the entities for the past 365 days. Since the cost for storage is going way way up, I decided to delete out the unneeded entities. Wrote a simple script to delete out the unneeded entities. After running for a number of hours today,

Re: [google-appengine] Migration to HRD datastore, do I get to transfer my $50 in billing credits?

2011-11-06 Thread Marzia Niccolai
Hi Jason, Yes, we can transfer the credit between apps. I will do this now. -Marzia On Sat, Nov 5, 2011 at 10:39 PM, Jason jaso...@gmail.com wrote: I migrated my MS app (glutenfreemeapp) to HRD (j-findmegf), but in doing so, I lost my $50 in billing credits that I had on my old app id. Is

[google-appengine] $50 Credit?

2011-11-06 Thread King
Dear Google Employees, I enabled billing in my app today, and I was hoping I could still get that $50 credit as the new pricing doesn't go into effect until tomorrow. I understand that the deadline was originally October 31st, but that was when the new pricing was supposed to go into effect

Re: [google-appengine] $50 Credit?

2011-11-06 Thread Gregory D'alesandre
Could you email me your appid off the list? Thanks, greg On Sun, Nov 6, 2011 at 6:23 PM, King sirhc...@gmail.com wrote: Dear Google Employees, I enabled billing in my app today, and I was hoping I could still get that $50 credit as the new pricing doesn't go into effect until tomorrow. I

Re: [google-appengine] $50 Credit?

2011-11-06 Thread Chris
Thanks Greg! The id is: switchdfb The current billing status is Awaiting Recurring Charge Cancellation, because I cancelled it when I thought it was going to start charging me money tomorrow but I would gladly re-enable it right away if I got the $50 credit. Chris On Sun, Nov 6, 2011 at 9:25

[google-appengine] Re: Threaded Python AppEngine for Dummies

2011-11-06 Thread Anand Mistry
On Sunday, 6 November 2011 02:01:26 UTC+11, bFlood wrote: thanks Anand, good to know you guys are on the case. Brandon's comment gave me hope so I looked into my code a little deeper. Here are a couple of comments (I'm by no means a Python expert so I'm unsure about a GIL details) 1) I

[google-appengine] What is Free Datastore Billed Bytes Stored???

2011-11-06 Thread Sandeep Koduri
Hello, Our app cricwaves..appspot.com is facing few issues with the *Free Datastore Billed Bytes Stored * Reaching 100% .. can any one explain what it is and We a have surplus of quota for stored data. which we assume as datastore data used.. We hope this might be the problem making some of out

Re: [google-appengine] What is Free Datastore Billed Bytes Stored???

2011-11-06 Thread Gregory D'alesandre
Hi Sandeep, This indication on the Admin Console is only a temporary state caused by the billing changeover that is happening. Its only an issue with what is displayed though not with the actual running of your application, so unfortunately it is unlikely this is causing the issue you are

Re: [google-appengine] What is Free Datastore Billed Bytes Stored???

2011-11-06 Thread Sandeep Koduri
Hello Greg, Thanks for response, we are able to find the issue in the log saying django (safestring in 0.96) errors breaching per minute quotas. We got it resolved by deploying new optimized version which works on Django1.2. What we are not able to analyze is, the version was running fine till