Skip to content

Commit dee9598

Browse files
Stream data in MySQL
1 parent 6c2ddb0 commit dee9598

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

HibernateSpringBootStreamAndMySQL/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@
1212
- rely on *read-only* statement (add `@Transactional(readOnly=true)`)
1313
- set the fetch-size set (e.g. 30, or row-by-row; `Integer.MIN_VALUE` (recommended in MySQL))
1414

15-
-------------------------------
15+
-----------------------------------------------------------------------------------------------------------------------
16+
<table>
17+
<tr><td><b>If you need a deep dive into the performance recipes exposed in this repository then I am sure that you will love my book "Spring Boot Persistence Best Practices"</b></td><td><b>If you need a hand of tips and illustrations of 100+ Java persistence performance issues then "Java Persistence Performance Illustrated Guide" is for you.</b></td></tr>
18+
<tr><td>
19+
<a href="https://www.apress.com/us/book/9781484256251"><p align="left"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Spring%20Boot%20Persistence%20Best%20Practices.jpg" height="500" width="450"/></p></a>
20+
</td><td>
21+
<a href="https://leanpub.com/java-persistence-performance-illustrated-guide"><p align="right"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Java%20Persistence%20Performance%20Illustrated%20Guide.jpg" height="500" width="450"/></p></a>
22+
</td></tr></table>
23+
24+
-----------------------------------------------------------------------------------------------------------------------
1625

17-
**You may like to try as well:**
18-
<a href="https://leanpub.com/java-persistence-performance-illustrated-guide"><p align="center"><img src="https://github.com/AnghelLeonard/Hibernate-SpringBoot/blob/master/Java%20Persistence%20Performance%20Illustrated%20Guide.jpg" height="410" width="350"/></p></a>

0 commit comments

Comments
 (0)