Lines Matching refs:table
82 # 50000 INSERTs on an unindexed table
93 # 50000 INSERTs on an indexed table
107 # a full table scan is required.
118 # table scan is required.
131 # a full table scan is required.
142 # table scan is required.
262 # 1 big text update that touches every row in the table.
268 # Many individual text updates. Each row in the table is
280 # Delete all content in a table.
284 # Copy one table into another
288 # Delete all content in a table, one row at a time.
292 # Refill the table yet again
296 # Drop the table and recreate it without its indices.
305 # Refill the table yet again. This copy should be faster because
310 # Select 20000 rows from the table at random.
316 # Delete 20000 random rows from the table.
327 # Delete 20000 more rows at random from the table.