Lines Matching refs:table
83 # 50000 INSERTs on an unindexed table
100 # 50000 INSERTs on an indexed table
120 # a full table scan is required.
138 # 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
285 # Delete all content in a table.
289 # Copy one table into another
293 # Delete all content in a table, one row at a time.
297 # Refill the table yet again
301 # Drop the table and recreate it without its indices.
310 # Refill the table yet again. This copy should be faster because
315 # Select 20000 rows from the table at random.
321 # Delete 20000 random rows from the table.
331 # Delete 20000 more rows at random from the table.