| Bug #39565 | Falcon read I/O system is not very efficient | ||
|---|---|---|---|
| Submitted: | 21 Sep 2008 3:58 | Modified: | 10 Nov 20:50 |
| Reporter: | Xuekun Hu | ||
| Status: | To be fixed later | ||
| Category: | Server: Falcon | Severity: | S5 (Performance) |
| Version: | 6.0-falcon | OS: | Linux (SLES10SP1 (2.6.16.46-0.12-smp)) |
| Assigned to: | Target Version: | ||
| Tags: | falcon | ||
[21 Sep 2008 3:58]
Xuekun Hu
[11 Nov 2:02]
Kevin Lewis
Jim Starkey wrote; You are aware, I hope, that there are tradeoffs for page size, and an exhaustive scan of the a large database is not a typical operation. Yes, a large page size is the most efficient way to read a large table, but most people use indexes (particularly is a human is waiting for the result), and a large page size reduces the number of pages in the page cache for a given amount of memory, reducing the probability that a particular page will be in cache. I suggest that you consider (and weight) various access patterns before you make such bold statements.
