performance issue using SQL Plus
From: Diane <flored_at_mail.conservation.state.mo.us>
Date: 12 Sep 2001 12:08:24 -0700
Message-ID: <52086d5b.0109121108.4a357137_at_posting.google.com>
Date: 12 Sep 2001 12:08:24 -0700
Message-ID: <52086d5b.0109121108.4a357137_at_posting.google.com>
tblPeople has about 550,000 records and is indexed by pplid, lname, fname, and mname.
tblStudents has also about 550,000 records and is indexed by pplid.
It acts like it is using the indexes in tblPeople but not in tblStudents and therefore reading each record in tblStudents.
Any suggestions? Received on Wed Sep 12 2001 - 21:08:24 CEST