Re: Subqueries too slow
Thanks for your quick reply.
The main reason for going with subqueries was that the SQL is generated automatically from a user query in a custom query language. The subqueries are nice building blocks that can easily be put together automatically.
Here's the information you requested:
table a:
id: primary key, 1326663 unique entries
acc: unique index, 1326663 unique entries
name: index, 2 unique entries
table b:
id: primary key, 21469479 unique entries
a_id: INDEX, 1341842 unique entries
c_id: INDEX, 6478 unique entries
table c:
id: primary key, 878 unique entries
acc: unique index, 878 unique entries
Thanks,
Andreas
Subject
Views
Written By
Posted
5515
February 06, 2006 11:08AM
2781
February 06, 2006 11:54AM
2564
February 06, 2006 02:17PM
Re: Subqueries too slow
2576
February 07, 2006 07:06AM
2579
February 07, 2006 08:38AM
2674
February 10, 2006 03:18AM
2245
February 10, 2006 08:51AM
2299
February 10, 2006 09:49AM
2508
February 10, 2006 10:43AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.