Lines Matching refs:payload
43 payload int, -- Total amount of data stored in this table or index
44 mx_payload int, -- Maximum payload size
80 set payload [btree_payload_size $cursor]
81 incr size $payload
95 if {$payload>$mx_size} {set mx_size $payload}
169 statline "Bytes of payload" $payload [percent $payload $storage]
316 Bytes of payload stored
318 The total number of bytes of payload stored in the database. Payload
321 the payload divided by the total file size.
345 Bytes of payload
347 The amount of payload stored under this category. Payload is the sum
350 data. The percentage at the right is the bytes of payload divided by
365 Average payload per entry
367 The average amount of payload on each entry. This is just the bytes of
368 payload divided by the number of entries.
376 Maximum payload per entry
378 The largest payload size of any entry.
382 Up to 236 bytes of payload for each entry are stored directly in the
383 primary B*Tree page. Any additional payload is stored on a linked list
435 puts -nonewline "$x(is_index),$x(nentry),$x(payload),$x(mx_payload),"