Re: help: optimizer can't use index on Y to speed up select .. sum(X) ... group by Y

From: Jay Krishnamurthy <76326,712_at_compuserve.com>
Date: 1995/08/24
Message-ID: <41iss0$o2g_at_data.interserv.net>#1/1


Maybe I am missing something here. Table T1 has key and value fields, indexed on key. You are doing a SUM that requires an entire table read. It may be faster to do a sequential read than going thru the index ??? Received on Thu Aug 24 1995 - 00:00:00 CEST

Original text of this message