Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7827707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T10:00:17+00:00 2026-06-02T10:00:17+00:00

My app can calculate a small number Keys for which Entities often do not

  • 0

My app can calculate a small number Keys for which Entities often do not exist in the datastore. For example, I may send a bulk get for 15 keys, of which only 4 return entities.

Docs simply state that a get is charged as one Read operation. Is this still true when the Entity does not exist?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T10:00:24+00:00Added an answer on June 2, 2026 at 10:00 am

    You will pay for key allocation (per key), and will be changed the small fees (currently it cost $0.01 per 100k operations).

    If I understand the billing page getting 10 entities using keys will cost you 10 small units + read units * entities found.


    I decided to check that myself, tl;dr you are not going to like the results.

    I created a simple model, and a handler that request the model 10,000 times.

    class DevNull(db.Model):
        pass
    
    class EmptyHandler(webapp2.RequestHandler):    
        def get(self):
            for i in xrange(10):
                keys = [db.Key.from_path('DevNull', i*j+1) for j in xrange(1000)]
                res = DevNull.get(keys)
    
                print len(res)
    

    The read quota spike each time by 10,000 read operation, 5 of those would kill the free quota.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After update our iphone app can not access the keychain. The distribution certificate has
I developed a WPF Setup application. This app can not update itself automaticly. For
I'm trying to build a small app which allows downloading of multiple files at
In an iPhone App how can you calculate distance between two points in MKMapView
I am creating an app MainActivity that can calculate a report from its database
How can I calculate the taskbar height, so that my winapi app starts up
My test app can receive apple push notification and my server saves the user's
The users of my app can configure the layout of certain files via a
I want to build a hybrid app can run on all devices. I use
I have createn an app, this app can be found here Everything is working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.