Skip to content

Commit

Permalink
Correction d'un espace blanc
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Sep 3, 2018
1 parent b18c723 commit afed6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/parallel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
table partitionnée, qui ne peut être implémentée efficacement qu'en
utilisant un index qui ne supporte pas les parcours parallélisés. Le
planificateur peut choisir un <literal>Parallel Append</literal> de
l'<literal>Index Scan</literal> habituel&bnsp; chaque parcours séparé
l'<literal>Index Scan</literal> habituel&nbsp; chaque parcours séparé
de l'index devra être exécuté jusqu'à la fin par un seul processus, mais
des parcours différents peuvent être exécutés au même moment par des
processus différents.
Expand Down

0 comments on commit afed6fb

Please sign in to comment.