From 31176cd686f31dcb71392f6583f7b8d9cef63770 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:16:19 +0200 Subject: Adding upstream version 16.3. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/parallel-query.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/parallel-query.html') diff --git a/doc/src/sgml/html/parallel-query.html b/doc/src/sgml/html/parallel-query.html index 5b3cb20..3c9c100 100644 --- a/doc/src/sgml/html/parallel-query.html +++ b/doc/src/sgml/html/parallel-query.html @@ -1,5 +1,5 @@ -Chapter 15. Parallel Query

Chapter 15. Parallel Query

+Chapter 15. Parallel Query

Chapter 15. Parallel Query

PostgreSQL can devise query plans that can leverage multiple CPUs in order to answer queries faster. This feature is known as parallel query. Many queries cannot benefit from parallel query, either @@ -12,4 +12,4 @@ few rows to the user will typically benefit most. This chapter explains some details of how parallel query works and in which situations it can be used so that users who wish to make use of it can understand what to expect. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3