Lines Matching refs:row
99 speed_trial_tcl speed1p-insert1 50000 row $script
117 speed_trial_tcl speed1p-insert2 50000 row $script
138 speed_trial_tcl speed1p-select1 [expr {50*50000}] row $script
155 speed_trial_tcl speed1p-select2 [expr {50*50000}] row $script
163 speed_trial speed1p-createidx 150000 row {
203 speed_trial_tcl speed1p-select4 100000 row $script
220 speed_trial_tcl speed1p-select5 100000 row $script
233 speed_trial_tcl speed1p-select6 50000 row $script
238 speed_trial speed1p-vacuum 100000 row VACUUM
258 # 50000 single-row updates. An index is used to find the row quickly.
272 speed_trial_tcl speed1p-update2 50000 row $script
275 # 1 big text update that touches every row in the table.
278 speed_trial speed1p-update3 50000 row {
282 # Many individual text updates. Each row in the table is
297 speed_trial_tcl speed1p-update4 50000 row $script
303 speed_trial speed1p-delete1 50000 row {DELETE FROM t1}
308 speed_trial speed1p-copy1 50000 row {INSERT INTO t1 SELECT * FROM t2}
310 # Delete all content in a table, one row at a time.
313 speed_trial speed1p-delete2 50000 row {DELETE FROM t1 WHERE 1}
317 speed_trial speed1p-copy2 50000 row {INSERT INTO t1 SELECT * FROM t2}
324 speed_trial speed1p-drop1 50000 row {
333 speed_trial speed1p-copy3 50000 row {INSERT INTO t1 SELECT * FROM t2}
338 speed_trial speed1p-random1 50000 row {
346 speed_trial speed1p-random-del1 20000 row {
357 speed_trial speed1p-random-del2 20000 row {