spring-jpa-performance
CommunityBoost JPA performance with battle-tested patterns
Authorkssumin
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Optimize JPA/Hibernate performance by preventing N+1 queries, reducing fetch overhead, and tuning caches and indexes to scale data access.
Core Features & Use Cases
- Prevent N+1 queries with fetch strategies (fetch joins, EntityGraph)
- Use projections (interfaces/DTOs) to minimize data transfer
- Efficient pagination (offset and keyset) for large datasets
- Bulk operations support and optimized batch updates/deletes
- Caching strategies and index design to improve lookup performance
- Real-world use cases: diagnosing slow queries in Spring data layers
Quick Start
Analyze existing JPA queries to identify bottlenecks and implement a fetch strategy that reduces unnecessary data retrieval.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: spring-jpa-performance Download link: https://github.com/kssumin/claude-playground/archive/main.zip#spring-jpa-performance Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.