From f21347b5d349a793f37629de9d0f3fedc3deb676 Mon Sep 17 00:00:00 2001 From: Eddie Curtis Date: Fri, 29 Jan 2016 10:32:02 +0000 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9289236e..92c14efb 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ This means that instead of 5000 statements in memory and associated execution pl queries result in exactly 250 execution plans in the database. Clever implementations do not even retain ``PreparedStatement`` objects in memory at the driver-level but instead merely attach new instances to existing plan IDs. -Using a statement cache at the pooling layer in an [anti-pattern](https://en.wikipedia.org/wiki/Anti-pattern), +Using a statement cache at the pooling layer is an [anti-pattern](https://en.wikipedia.org/wiki/Anti-pattern), and will negatively impact your application performance compared to driver-provided caches. #### Log Statement Text / Slow Query Logging