Fixed typo.

parent 36d10228
...@@ -24191,7 +24191,7 @@ The most common bottlenecks are: ...@@ -24191,7 +24191,7 @@ The most common bottlenecks are:
@item Disk seeks. @item Disk seeks.
It takes time for the disk to find a piece of data. With modern disks in It takes time for the disk to find a piece of data. With modern disks in
1999, the mean time for this is usually lower than 10ms, so we can in 1999, the mean time for this is usually lower than 10ms, so we can in
theory do about 1000 seeks a second. This time improves slowly with new theory do about 100 seeks a second. This time improves slowly with new
disks and is very hard to optimize for a single table. The way to disks and is very hard to optimize for a single table. The way to
optimize this is to spread the data on more than one disk. optimize this is to spread the data on more than one disk.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment