Lines Matching refs:schema
89 # different database schema.
93 # 2. Execute the SQL to create the database schema. Measure the total
95 # allocated for the database schema according to sqlite3_db_status().
97 # 3. Drop all tables in the database schema. Measure the total memory
98 # and the schema memory again.
106 # a) The difference in schema memory quantities in steps 2 and 3 is the
109 # b) Step 4 reports the same amount of schema and total memory used as
112 # c) Step 5 reports the same amount of schema and total memory used as
115 foreach {tn schema} {
181 execsql $schema
193 execsql $schema
206 # memory than is actually freed when all schema items are finalized.
208 # counted as "schema memory".
211 # memory than is actually freed when all schema items are finalized.
213 # for any reason is not counted as "schema memory".
223 # Finally, on osx the estimate of memory used by the schema may be
244 # different database schema.
247 # schema.
262 # a) The difference in schema memory quantities in steps 2 and 3 is the
265 # b) Step 4 reports the same amount of schema and total memory used as
268 # c) Step 5 reports the same amount of schema and total memory used as
271 foreach {tn schema statements} {
327 execsql $schema