Skip to content

Commit

Permalink
Relecture planstats.xml (correctif)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krysztophe authored and gleu committed Aug 10, 2017
1 parent 36bd667 commit f6aa524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql/planstats.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ rows = (outer_cardinality * inner_cardinality) * selectivity
</para>

<para>
Notez que nous montrons <literal>inner_cardinality</literal> comme 10000,
Notez que nous affichons <literal>inner_cardinality</literal> à 10000,
c'est-à-dire la taille non modifiée de <structname>tenk2</structname>. Il
pourrait apparaître en inspectant l'affichage <command>EXPLAIN</command>
que l'estimation des lignes jointes vient de 50 * 1, c'est-à-dire que le
Expand Down

0 comments on commit f6aa524

Please sign in to comment.