We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf876ff commit 0aaeba1Copy full SHA for 0aaeba1
docs/reference/sql_adapter.rst
@@ -439,8 +439,8 @@ Locking
439
Query cache
440
===========
441
442
-An SQL query is issued to EdgeDB, it is compiled to an internal SQL query, which is
443
-then issued to the backing PostgreSQL instance. The compiler query is then
+An SQL query is issued to EdgeDB, it is compiled to an internal SQL query, which
+is then issued to the backing PostgreSQL instance. The compiled query is then
444
cached, so each following issue of the same query will not perform any
445
compilation, but just pass through the cached query.
446
0 commit comments