Lines Matching refs:number

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.
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.
293 The number of tables in the database, including the SQLITE_MASTER table
298 The total number of indices in the database.
302 The number of indices created using an explicit CREATE INDEX statement.
306 The number of indices used to implement PRIMARY KEY or UNIQUE constraints
315 The total number of bytes of payload stored in the database. Payload
322 The total number of bytes of data stored in the database, not counting
334 The total number of B*Tree key/value pairs stored under this category.
339 under this category. The is the total number of pages used times
365 payload divided by the number of entries.
370 category on a per-entry basis. This is the number of unused bytes on
371 all pages divided by the number of entries.
381 of overflow pages. This is the number of entries that exceed 236 bytes
382 in size. The value to the right is the number of entries that overflow
383 divided by the total number of entries.
387 This is the number of 1024 byte pages used to hold all information in
392 This is the number of primary B*Tree pages used.
396 The total number of overflow pages used for this category.
400 The total number of bytes of unused space on all primary pages. The
401 percentage at the right is the number of unused bytes divided by the
402 total number of bytes on primary pages.
406 The total number of bytes of unused space on all overflow pages. The
407 percentage at the right is the number of unused bytes divided by the
408 total number of bytes on overflow pages.
412 The total number of bytes of unused space on all primary and overflow
413 pages. The percentage at the right is the number of unused bytes
414 divided by the total number of bytes.