Details
Description
When data is not available in the data cache, OpenJPA dynamically creates SQL to look up the requested data. OpenJPA should more aggressively cache this SQL to accelerate pathways from a cache miss to the database.
The generated SQL takes a number of factors into account, including the requested records, transaction status, currently-loaded data, and the current fetch configuration. Any caching would need to account for these factors as well.
Attachments
Attachments
Issue Links
- is related to
-
OPENJPA-703 Cache ResultObjectProvider data to improve query performance
- Closed
- relates to
-
OPENJPA-2121 Determine proper configuration of SQL caches
- Open
-
OPENJPA-2099 Reuse relationship selection
- Reopened