2
votes

I'm using trying google app engine in eclipse with the google app engine plugin.

In the section "Understanding Write Costs" of https://developers.google.com/appengine/docs/java/datastore/entities, I read

You can see how many writes will be required to store an entity by looking at the data viewer in the SDK Development Console

However, I can't find this view in eclipse, so I think I'm missing something here.

Q: Where is the "SDK Development Console" ?

1

1 Answers

3
votes

Check it here: Development Console

Once you are there you can see the column Write Ops which will tell you the write ops needed to store that entity.