Lines Matching refs:row
97 speed_trial_tcl speed1p-insert1 50000 row $script
114 speed_trial_tcl speed1p-insert2 50000 row $script
134 speed_trial_tcl speed1p-select1 [expr {50*50000}] row $script
150 speed_trial_tcl speed1p-select2 [expr {50*50000}] row $script
156 speed_trial speed1p-createidx 150000 row {
194 speed_trial_tcl speed1p-select4 100000 row $script
210 speed_trial_tcl speed1p-select5 100000 row $script
222 speed_trial_tcl speed1p-select6 50000 row $script
227 speed_trial speed1p-vacuum 100000 row VACUUM
246 # 50000 single-row updates. An index is used to find the row quickly.
259 speed_trial_tcl speed1p-update2 50000 row $script
262 # 1 big text update that touches every row in the table.
264 speed_trial speed1p-update3 50000 row {
268 # Many individual text updates. Each row in the table is
282 speed_trial_tcl speed1p-update4 50000 row $script
287 speed_trial speed1p-delete1 50000 row {DELETE FROM t1}
291 speed_trial speed1p-copy1 50000 row {INSERT INTO t1 SELECT * FROM t2}
293 # Delete all content in a table, one row at a time.
295 speed_trial speed1p-delete2 50000 row {DELETE FROM t1 WHERE 1}
299 speed_trial speed1p-copy2 50000 row {INSERT INTO t1 SELECT * FROM t2}
304 speed_trial speed1p-drop1 50000 row {
313 speed_trial speed1p-copy3 50000 row {INSERT INTO t1 SELECT * FROM t2}
317 speed_trial speed1p-random1 50000 row {
323 speed_trial speed1p-random-del1 20000 row {
333 speed_trial speed1p-random-del2 20000 row {