René's URL Explorer Experiment


Title: Add further JPA performance rules · Issue #38 · devonfw/java · GitHub

Open Graph Title: Add further JPA performance rules · Issue #38 · devonfw/java

X Title: Add further JPA performance rules · Issue #38 · devonfw/java

Description: There're a lot of things in regards of performance to take into consideration when using JPA. Those should be documented as rules in the JPA performance article. A list of possible rules that @hohwille suggested in #27 : Only load the da...

Open Graph Description: There're a lot of things in regards of performance to take into consideration when using JPA. Those should be documented as rules in the JPA performance article. A list of possible rules that @hohw...

X Description: There're a lot of things in regards of performance to take into consideration when using JPA. Those should be documented as rules in the JPA performance article. A list of possible rules that @...

Opengraph URL: https://github.com/devonfw/java/issues/38

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Add further JPA performance rules","articleBody":"There're a lot of things in regards of performance to take into consideration when using JPA.\r\nThose should be documented as rules in the JPA performance article.\r\n\r\nA list of possible rules that @hohwille suggested in #27 :\r\n\r\n* Only load the data you need\r\n* Only load the data when you need it (e.g. in a search result screen you do not need to have all the details loaded from DB tier to app tier into frontend but only minimal sets of the records to display, once the user selects a search result for expansion or to open details screen then load the details for that record).\r\n* Declare all your JPA relations as lazy but avoid triggering of lazy loading at all - it is a stupid feature of JPA. Either you do not need to load things at all in your TX or you need them. If you do, then lazy loading only leads to N+1 problems and waste so simply load eagerly then (not via Annotations but via the query - e.g. using FETCH JOIN).\r\n* Check the execution plans of all your queries, in case of Oracle check AWRs and statistics frequently on production\r\n* Create indices - a rule of thumb is create an index for every foreign key column and consider indexes for all searched columns but not blindly but after checking execution plans\r\n* General rule: Ensure to have an expert for your DB technology in your project in case you are doing something serious (millions of records, anything below is peanuts and may work without deeper knowledge)\r\n* Avoid conversions (Cast, TO_DATE, TO_NUMBER, etc.) in your SQLs\r\n* Ensure that data-types in variable bindings fit to your DDL. Oracle does not convert the given variable value to the DDL type to convert to but instead converts every column value to the data-type you provided what can lead to catastrophic performance and DB CPU drain, etc.\r\nNever use Criteria API - it sucks and leads to disaster (I have rescued a big-data project and mean it)\r\n* Do explicit joins (selecting from multiple tables and then \"joining\" in WHERE clause makes hibernate to do cross-join what makes Oracle build the Cartesian product before evaluating the WHERE clause. If both tables to \"join\" are really big this will lead to an ultimate disaster (DB IO death)\r\n* Avoid WHERE ID IN (...) expressions and be aware of limitations (1000 values for Oracle). Instead think if you can use a sub-query to avoid having the list of IDs in the first place.\r\nso much more to tell - we should collect input from DB community, projects, etc. to get all the valuable knowledge collected.","author":{"url":"https://github.com/baumeister25","@type":"Person","name":"baumeister25"},"datePublished":"2023-03-21T09:27:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/38/java/issues/38"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6060525b-18ba-4d44-7716-a35fe2e25dcc
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id90A8:B2EF0:12EF3A4:19706D2:69813959
html-safe-nonce069071e97ff6532deea8444ef0e95934a68c62eb5708f83b753cfbdb939d92dc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MEE4OkIyRUYwOjEyRUYzQTQ6MTk3MDZEMjo2OTgxMzk1OSIsInZpc2l0b3JfaWQiOiI3MjU2NTEzMTcxNTM4NjU1NTc3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac407b5201c3e460b238196bdaac915534d42af9e7a2185bef98f7910d7d8c3b39
hovercard-subject-tagissue:1633515309
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/devonfw/java/38/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ec86ca8ab85af77722c5877ec583773c8b194430d28965097549b36070650bde/devonfw/java/issues/38
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ec86ca8ab85af77722c5877ec583773c8b194430d28965097549b36070650bde/devonfw/java/issues/38
og:image:altThere're a lot of things in regards of performance to take into consideration when using JPA. Those should be documented as rules in the JPA performance article. A list of possible rules that @hohw...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebaumeister25
hostnamegithub.com
expected-hostnamegithub.com
None39fe8101494cbb823c09b619b68c80cd4d05ab7279997038dbe06bb91608abe1
turbo-cache-controlno-preview
go-importgithub.com/devonfw/java git https://github.com/devonfw/java.git
octolytics-dimension-user_id7803029
octolytics-dimension-user_logindevonfw
octolytics-dimension-repository_id556587761
octolytics-dimension-repository_nwodevonfw/java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id556587761
octolytics-dimension-repository_network_root_nwodevonfw/java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
released5b34a4e4898b066c629879feb4b184bc471d6a7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/devonfw/java/issues/38#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdevonfw%2Fjava%2Fissues%2F38
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdevonfw%2Fjava%2Fissues%2F38
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=devonfw%2Fjava
Reloadhttps://patch-diff.githubusercontent.com/devonfw/java/issues/38
Reloadhttps://patch-diff.githubusercontent.com/devonfw/java/issues/38
Reloadhttps://patch-diff.githubusercontent.com/devonfw/java/issues/38
devonfw https://patch-diff.githubusercontent.com/devonfw
javahttps://patch-diff.githubusercontent.com/devonfw/java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fdevonfw%2Fjava
Fork 12 https://patch-diff.githubusercontent.com/login?return_to=%2Fdevonfw%2Fjava
Star 3 https://patch-diff.githubusercontent.com/login?return_to=%2Fdevonfw%2Fjava
Code https://patch-diff.githubusercontent.com/devonfw/java
Issues 3 https://patch-diff.githubusercontent.com/devonfw/java/issues
Pull requests 5 https://patch-diff.githubusercontent.com/devonfw/java/pulls
Discussions https://patch-diff.githubusercontent.com/devonfw/java/discussions
Actions https://patch-diff.githubusercontent.com/devonfw/java/actions
Projects 0 https://patch-diff.githubusercontent.com/devonfw/java/projects
Security 0 https://patch-diff.githubusercontent.com/devonfw/java/security
Insights https://patch-diff.githubusercontent.com/devonfw/java/pulse
Code https://patch-diff.githubusercontent.com/devonfw/java
Issues https://patch-diff.githubusercontent.com/devonfw/java/issues
Pull requests https://patch-diff.githubusercontent.com/devonfw/java/pulls
Discussions https://patch-diff.githubusercontent.com/devonfw/java/discussions
Actions https://patch-diff.githubusercontent.com/devonfw/java/actions
Projects https://patch-diff.githubusercontent.com/devonfw/java/projects
Security https://patch-diff.githubusercontent.com/devonfw/java/security
Insights https://patch-diff.githubusercontent.com/devonfw/java/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/devonfw/java/issues/38
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/devonfw/java/issues/38
Add further JPA performance ruleshttps://patch-diff.githubusercontent.com/devonfw/java/issues/38#top
enhancementNew feature or requesthttps://github.com/devonfw/java/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com/baumeister25
https://github.com/baumeister25
baumeister25https://github.com/baumeister25
on Mar 21, 2023https://github.com/devonfw/java/issues/38#issue-1633515309
@hohwillehttps://github.com/hohwille
#27https://github.com/devonfw/java/pull/27
enhancementNew feature or requesthttps://github.com/devonfw/java/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.