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
5403
February 06, 2006 11:08AM
2738
February 06, 2006 11:54AM
2509
February 06, 2006 02:17PM
Re: Subqueries too slow
2526
February 07, 2006 07:06AM
2533
February 07, 2006 08:38AM
2612
February 10, 2006 03:18AM
2192
February 10, 2006 08:51AM
2241
February 10, 2006 09:49AM
2450
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.