On Thu, 2008-08-21 at 12:33 +0530, Kranti K K Parisa™ wrote:
 > On Wed, Aug 20, 2008 at 8:54 PM, Matthew Wakeling
 > <
matthew@flymine.org> wrote:
 >         On Wed, 20 Aug 2008, Kranti K K Parisa™ wrote:
 >                 creating multiple indexes on same column will effect
 >                 performance?
 >                  for example:
 >
 >                 index1 : column1, column2, column3
 >                 index2: column1
 >                 index3: column2,
 >                 index4: column3
 >                 index5: column1,column2
 >
 >
 >         The sole purpose of indexes is to affect performance.
 >
 >         However, if you have index1, there is no point in having
 >         index2 or index5.
 >
 >         Matthew
 >
 > Thanks Matthew,
 >
 > does that mean i can just have index1, index3, index4?
 >
 (trying to get the thread back into newest-comments-last order)