Skip to content

Commit 7bf67a7

Browse files
Update documentation/src/main/asciidoc/querylanguage/Concepts.adoc
Co-authored-by: Gavin King <[email protected]>
1 parent a04ce70 commit 7bf67a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/querylanguage/Concepts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ Indeed, a fairly innocent-looking HQL query can easily translate to a SQL statem
577577
====
578578
We need to be a _bit_ careful about that, but actually it's usually a good thing.
579579
HQL makes it very easy to fetch all the data we need in a single trip to the database, and that's absolutely key to achieving high performance in data access code.
580-
Typically, it's much worse to fetch exactly the data we need, but in many round trips to the database server, than it is to fetch just a bit more data than what we're going to need, all by a single SQL query.
580+
Typically, it's much worse to fetch exactly the data we need, but in many round trips to the database server, than it is to fetch just a bit more data than what we're going to need, all in a single SQL query.
581581
====
582582

583583
When there's no explicit `select` clause, a further abbreviation is sometimes possible.

0 commit comments

Comments
 (0)