Lines Matching refs:pages
46 pri_pages int, -- Number of primary pages used
47 ovfl_pages int, -- Number of overflow pages used
48 pri_unused int, -- Number of unused bytes on primary pages
49 ovfl_unused int -- Number of unused bytes on overflow pages
212 statline {Header pages} 1 [percent 1 $file_pgcnt]
272 Number of pages in the whole file
274 The number of 1024-byte pages that go into forming the complete database
278 The number of pages that store data, either as primary B*Tree pages or
279 as overflow pages. The number at the right is the data pages divided by
280 the total number of pages in the file.
284 The number of pages that are not currently in use but are reserved for
285 future use. The percentage at the right is the number of freelist pages
286 divided by the total number of pages in the file.
288 Header pages
290 The number of pages of header overhead in the database. This value is
291 always 1. The percentage at the right is the number of header pages
292 divided by the total number of pages in the file.
342 under this category. The is the total number of pages used times
343 the pages size (1024).
372 The average amount of free space remaining on all pages under this
374 all pages divided by the number of entries.
388 Total pages used
390 This is the number of 1024 byte pages used to hold all information in
393 Primary pages used
395 This is the number of primary B*Tree pages used.
397 Overflow pages used
399 The total number of overflow pages used for this category.
401 Unused bytes on primary pages
407 Unused bytes on overflow pages
413 Unused bytes on all pages