![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#3
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#4
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#5
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#6
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#7
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#8
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#9
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
#10
| |||
| |||
|
|
Is there any noticeable speed difference in these two queries? select * from table1, table2 where table1.field=table2.field blahblahblah select * from table1 where table1.field in (select field from table2) Both fields are indexed, of course. |
![]() |
| Thread Tools | |
| Display Modes | |
| |