Lines Matching refs:page
34 # (1) The number of page reads from the database
35 # (2) The number of page writes to the database
36 # (3) The number of page writes to the journal
112 # Verify that the last page of an overflow chain is not read from
115 # the sqlite_master table (1 page) the main page of t1 (1 page) and
118 # Pages written are page 1 (for the freelist pointer), the root page
146 # Note the new optimization that when pulling the very last page off of the
147 # freelist we do not read the content of that page.
164 # Once again, we do not need to read the last page of an overflow chain
180 # a cold cache, only page 1, the root page of table t1, and the trunk
183 # page1, the root page of table t1, and an 11 page overflow chain.