Subject | Page Size |
---|---|
Author | Uwe Oeder |
Post date | 2003-11-17T10:48:58Z |
What is the page size of a DB ? I read it should not be smaller than the
largest record size and it if possible be the same size as disk low-level
I/O performed mostly in 4096 bytes. I got this information from a .PDF file
called make ibscream.pdf. Title Ten things You Can Do To Make InterBase
Scream. Author : Bill Karwin. My largest table / record structure is of
[120 characters , 1 small int and 6 x Integers] = 120 + 2 + 6 x 4 bytes =
132 bytes. What should I make the page size ? What should I make the Buffer
size ? To improve performance. How do I make my table use between 16MB - 32
MB of memory. What else can I do to improve performance and does the
mentioned .PDF file still apply.
largest record size and it if possible be the same size as disk low-level
I/O performed mostly in 4096 bytes. I got this information from a .PDF file
called make ibscream.pdf. Title Ten things You Can Do To Make InterBase
Scream. Author : Bill Karwin. My largest table / record structure is of
[120 characters , 1 small int and 6 x Integers] = 120 + 2 + 6 x 4 bytes =
132 bytes. What should I make the page size ? What should I make the Buffer
size ? To improve performance. How do I make my table use between 16MB - 32
MB of memory. What else can I do to improve performance and does the
mentioned .PDF file still apply.