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

  • Home
  • SEARCH
  • 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 338967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:28:43+00:00 2026-05-12T10:28:43+00:00

Since there is no way to join tables using Google App Engine datastore, I

  • 0

Since there is no way to join tables using Google App Engine datastore, I loop over a list of entities and look up the related entities one-by-one using the foreign key value.

for (Employee staff: staffList){
   Employee manager = pm.getObjectById(Employee.class, staff.getManagerId());
}    

There is a good chance that I will be needing the same referenced entity more than once, and I do not want to go to the datastore twice for the same entity.

Is there some kind of session cache that I can enable to eliminate the duplicate lookups, or do I have to roll my own?

  • 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-05-12T10:28:43+00:00Added an answer on May 12, 2026 at 10:28 am

    JDO the spec does mandate caching of instances within a PersistenceManager, according to datanculeus, who provided help with the app engine JDO functionality:

    link to datanucleus cache page

    However, I know that there ares still some things missing from the appengine implementation, as mentioned here:

    app engine unsupported features

    The good news is that caching doesn’t seem to be on that list. The bad news is that I couldn’t find confirmation that level 1 caching is implemented. It shouldn’t be that hard to test though – time your code getting 100 different entities, then time it getting the same entity 100 times.

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

Sidebar

Ask A Question

Stats

  • Questions 219k
  • Answers 219k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer NULL fields mean no value. So it's logical and correct… May 12, 2026 at 11:46 pm
  • Editorial Team
    Editorial Team added an answer Okay, solved it myself. Seems you have to use the… May 12, 2026 at 11:46 pm
  • Editorial Team
    Editorial Team added an answer The way Priority Queues are implemented, the highest priority value… May 12, 2026 at 11:46 pm

Related Questions

Using the simple example below, what is the best way to return results from
I have some servers. Some of them have ips assigned. I want to figure
I have seen many references stating that TableAdapters are weak and silly, and that
UPDATE OK, I figured it out. I had to call the following for varieties:

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.