Lines Matching refs:table
86 # 50000 INSERTs on an unindexed table
97 # 50000 INSERTs on an indexed table
111 # a full table scan is required.
124 # table scan is required.
217 # 1 big text update that touches every row in the table.
223 # Many individual text updates. Each row in the table is
235 # Delete all content in a table.
239 # Copy one table into another
243 # Delete all content in a table, one row at a time.
247 # Refill the table yet again
251 # Drop the table and recreate it without its indices.
260 # Refill the table yet again. This copy should be faster because
265 # Select 20000 rows from the table at random.
271 # Delete 20000 random rows from the table.
282 # Delete 20000 more rows at random from the table.