[appengine-java] Counting read/write operations for monitoring quota

2011-11-16 Thread Mr. Schtief
Hi,

is there a possibility to count read/write operations from within java? 
since the billing change i have massive problems with overquota and i need 
to find out what is causing so much operations.

thanx in advance

schtieF

-- 
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 
https://groups.google.com/d/msg/google-appengine-java/-/nDSQLRZyO1cJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[google-appengine] Massive OverQuota Problems since BillingChanges

2011-11-16 Thread Mr. Schtief
Hi,

Am i the only one that encounters so many overquotas since the billing 
change? Before billing change all my quotas where running at 1 to 5 % for 
one day. now its goind to 100% especially for read operations in some hours.

so is the free quota reduced so much?

thx for any help 

schtieF

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/GA_6KfGBP00J.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[appengine-java] JDOQL Query for missing properties

2011-11-14 Thread Mr. Schtief
Hi,

I have a new property on an Entity and its only set at the new ones. The 
old entites show missing in the datastore viewer.
How can i query with jdoql for entites that have missing OR propertyx ?

thx in advance

schtieF

-- 
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 
https://groups.google.com/d/msg/google-appengine-java/-/EEGYHGa9tssJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



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

2011-11-03 Thread Mr. Schtief
Hi,

I'm using low level API for creating and managing Entitities. I have a Kind 
of Entity that can have unlimited name value pairs. Should i add them as 
properties or should i create a new kind of entity with the two properties 
name value and link them to the parent entity.

putting them as properties in the parent entity seems the best way for me, 
but then i have the problem of the datastore viewer which will display all 
possible properties for all entities, so the viewer page would be very wide.
The other problem is, that i cannot use multiple values for the same 
property name. right?

would do you suggest

schtieF

-- 
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 
https://groups.google.com/d/msg/google-appengine-java/-/yzU8RMCIiGwJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: App Engine SDK 1.3.3 is out!

2010-04-22 Thread Mr. Schtief
as i just wrote in a new post,
the new eclipse plugin does not install right in my eclipse. it does
not show in preferences or new project wizard.
how can i get the working 1.3.2?

thanks schtief

On 22 Apr., 07:58, Guillaume Laforge glafo...@gmail.com wrote:
 Well done for the release!

 By the way:

 On Thu, Apr 22, 2010 at 00:37, Ikai L (Google) ika...@google.com wrote:

  [...]
  - Added two new system properties com.google.appengine.application.id and
    com.google.appengine.application.version

 What about a property like com.google.appengine.environment, that
 could have local or production as values?
 I know there are some other mechanisms to check that, but that would
 be interesting to have that convention available.

 --
 Guillaume Laforge
 Groovy Project Manager
 Head of Groovy Development at SpringSourcehttp://www.springsource.com/g2one

 --
 You received this message because you are subscribed to the Google Groups 
 Google App Engine for Java group.
 To post to this group, send email to google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/google-appengine-java?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.