Lines Matching refs:pages

43    pri_pages int,    -- Number of primary pages used
44 ovfl_pages int, -- Number of overflow pages used
45 pri_unused int, -- Number of unused bytes on primary pages
46 ovfl_unused int -- Number of unused bytes on overflow pages
209 statline {Header pages} 1 [percent 1 $file_pgcnt]
269 Number of pages in the whole file
271 The number of 1024-byte pages that go into forming the complete database
275 The number of pages that store data, either as primary B*Tree pages or
276 as overflow pages. The number at the right is the data pages divided by
277 the total number of pages in the file.
281 The number of pages that are not currently in use but are reserved for
282 future use. The percentage at the right is the number of freelist pages
283 divided by the total number of pages in the file.
285 Header pages
287 The number of pages of header overhead in the database. This value is
288 always 1. The percentage at the right is the number of header pages
289 divided by the total number of pages in the file.
339 under this category. The is the total number of pages used times
340 the pages size (1024).
369 The average amount of free space remaining on all pages under this
371 all pages divided by the number of entries.
385 Total pages used
387 This is the number of 1024 byte pages used to hold all information in
390 Primary pages used
392 This is the number of primary B*Tree pages used.
394 Overflow pages used
396 The total number of overflow pages used for this category.
398 Unused bytes on primary pages
404 Unused bytes on overflow pages
410 Unused bytes on all pages