Lines Matching refs:number
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.
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.
296 The number of tables in the database, including the SQLITE_MASTER table
301 The total number of indices in the database.
305 The number of indices created using an explicit CREATE INDEX statement.
309 The number of indices used to implement PRIMARY KEY or UNIQUE constraints
318 The total number of bytes of payload stored in the database. Payload
325 The total number of bytes of data stored in the database, not counting
337 The total number of B*Tree key/value pairs stored under this category.
342 under this category. The is the total number of pages used times
368 payload divided by the number of entries.
373 category on a per-entry basis. This is the number of unused bytes on
374 all pages divided by the number of entries.
384 of overflow pages. This is the number of entries that exceed 236 bytes
385 in size. The value to the right is the number of entries that overflow
386 divided by the total number of entries.
390 This is the number of 1024 byte pages used to hold all information in
395 This is the number of primary B*Tree pages used.
399 The total number of overflow pages used for this category.
403 The total number of bytes of unused space on all primary pages. The
404 percentage at the right is the number of unused bytes divided by the
405 total number of bytes on primary pages.
409 The total number of bytes of unused space on all overflow pages. The
410 percentage at the right is the number of unused bytes divided by the
411 total number of bytes on overflow pages.
415 The total number of bytes of unused space on all primary and overflow
416 pages. The percentage at the right is the number of unused bytes
417 divided by the total number of bytes.