Murthy

189
Reputation
43 views

Registered User

Name Murthy
Member for 1 year
Seen Nov 17 at 0:28
Website
Location Chennai, India
Age 33
Nov
7
answered DB2 web OLAP Viewer
Oct
28
revised DB2 Multiple Index on same column combinations
added 420 characters in body
Oct
28
comment DB2 Multiple Index on same column combinations
With example ... select * from t1, t2 where t1.c1 = t2.c1 and t1.c2 = t2.c2 and t1.c3 = t3.c3 and select * from t1, t2 where t1.c2 = t2.c2 and t1.c1 = t2.c1 and t1.c3 = t3.c3 Do I need two indexes (C1, C2, C3) and (C2, C1, C3) for improving performance of above two different queries or just any one combination is enough for both the queries?
Oct
28
comment DB2 Multiple Index on same column combinations
Let me rephrase my question. Assuming all the columns C1, C2 and C3 will be used in multiple queries (in different ordering) do I need multiple permutations of index on those three columns.
Oct
28
asked DB2 Multiple Index on same column combinations
Sep
19
awarded  Yearling
Jul
29
answered If there are “known issues” why release?