@@ -6555,103 +6555,3 @@ The following bugs have been fixed in postgres95-beta-0.02:
65556555Initial release.
65566556</para>
65576557</sect1>
6558-
6559- <![IGNORE[
6560- <sect1 id="timing-results">
6561- <title>Timing Results</title>
6562-
6563- <para>
6564- These timing results are from running the regression test with the commands
6565-
6566- <programlisting>
6567- % cd src/test/regress
6568- % make all
6569- % time make runtest
6570- </programlisting>
6571- </para>
6572- <para>
6573- Timing under Linux 2.0.27 seems to have a roughly 5% variation from run
6574- to run, presumably due to the scheduling vagaries of multitasking systems.
6575- </para>
6576-
6577- <sect2>
6578- <title>Version 6.5</title>
6579-
6580- <para>
6581- As has been the case for previous releases, timing between
6582- releases is not directly comparable since new regression tests
6583- have been added. In general, 6.5 is faster than previous
6584- releases.
6585- </para>
6586-
6587- <para>
6588- Timing with <function>fsync()</function> disabled:
6589-
6590- <literallayout class="monospaced">
6591- Time System
6592- 02:00 Dual Pentium Pro 180, 224MB, UW-SCSI, Linux 2.0.36, gcc 2.7.2.3 -O2 -m486
6593- 04:38 Sparc Ultra 1 143MHz, 64MB, Solaris 2.6
6594- </literallayout>
6595- </para>
6596-
6597- <para>
6598- Timing with <function>fsync()</function> enabled:
6599-
6600- <literallayout class="monospaced">
6601- Time System
6602- 04:21 Dual Pentium Pro 180, 224MB, UW-SCSI, Linux 2.0.36, gcc 2.7.2.3 -O2 -m486
6603- </literallayout>
6604-
6605- For the <systemitem class="osname">Linux</systemitem> system above, using <acronym>UW-SCSI</acronym> disks rather than (older) <acronym>IDE</acronym>
6606- disks leads to a 50% improvement in speed on the regression test.
6607- </para>
6608- </sect2>
6609-
6610- <sect2>
6611- <title>Version 6.4beta</title>
6612-
6613- <para>
6614- The times for this release are not directly comparable to those for previous releases
6615- since some additional regression tests have been included.
6616- In general, however, 6.4 should be slightly faster than the previous release (thanks, Bruce!).
6617- </para>
6618- <para>
6619- <literallayout class="monospaced">
6620- Time System
6621- 02:26 Dual Pentium Pro 180, 96MB, UW-SCSI, Linux 2.0.30, gcc 2.7.2.1 -O2 -m486
6622- </literallayout>
6623- </para>
6624- </sect2>
6625-
6626- <sect2>
6627- <title>Version 6.3</title>
6628-
6629- <para>
6630- The times for this release are not directly comparable to those for previous releases
6631- since some additional regression tests have been included and some obsolete tests involving
6632- time travel have been removed.
6633- In general, however, 6.3 is substantially faster than previous releases (thanks, Bruce!).
6634- </para>
6635- <para>
6636- <programlisting>
6637- Time System
6638- 02:30 Dual Pentium Pro 180, 96MB, UW-SCSI, Linux 2.0.30, gcc 2.7.2.1 -O2 -m486
6639- 04:12 Dual Pentium Pro 180, 96MB, EIDE, Linux 2.0.30, gcc 2.7.2.1 -O2 -m486
6640- </programlisting>
6641- </para>
6642- </sect2>
6643-
6644- <sect2>
6645- <title>Version 6.1</title>
6646-
6647- <para>
6648- <programlisting>
6649- Time System
6650- 06:12 Pentium Pro 180, 32MB, EIDE, Linux 2.0.30, gcc 2.7.2 -O2 -m486
6651- 12:06 P-100, 48MB, Linux 2.0.29, gcc
6652- 39:58 Sparc IPC 32MB, Solaris 2.5, gcc 2.7.2.1 -O -g
6653- </programlisting>
6654- </para>
6655- </sect2>
6656- </sect1>
6657- ]]>
0 commit comments