Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: is this a resource problem?
Hi,
It would have been helpful to include the whole select statement.
Anyway.: If your where clause is pretty straightforward (where word
='UNIVERSITY' for instance) it may help to index the columns in the where
clause.
Proper indexing and it should run normal. If you have functions in your
where clause (to_char for instance) than prior to 8i you where left in the
cold so to speak. In 8i you can than use function based indexes.
Jack
Bufnea Darius <bufny_at_personal.ro>@fatcity.com on 30-08-2001 15:06:20
Please respond to ORACLE-L_at_fatcity.com
Sent by: root_at_fatcity.com
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: (bcc: Jack van Zanen/nlzanen1/External/MEY/NL)
hi guys,
first sorry my English and second sorry if this is a stupid question (or
it's
the wrong place to ask it)
I'm new to Oracle (few mounts) and I developed a search engine for my
Univeristy. One of the table of the database contains pairs of (word,
id_url).
This pair is also the primary key.
So, after I insert around 300.000 words in the table the server get realy
slowly
(aroud 30 seconds for something like this "select * from words where
...").
I'll expect to have more than 1.200.000 pairs (word, id_url) in my table.
The machine is what my University afford, a PIII 700 Mhz machine, 256 Mb
RAM,
running windows nt 4 server.
Can I do someting to speed up the procces (I dont know what - reindexing,
etc)
or I really need a monster sun entreprise edition with 8 processor :(
Thanks,
Darius
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Bufnea Darius
INET: bufny_at_personal.ro
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Indien bovenstaand e-mailbericht niet aan u is gericht, verzoeken wij u vriendelijk doch dringend het e-mailbericht te retourneren aan de verzender en het origineel en eventuele kopieën te verwijderen en te vernietigen.
Ernst & Young hanteert bij de uitoefening van haar werkzaamheden algemene voorwaarden, waarin een beperking van aansprakelijkheid is opgenomen. De algemene voorwaarden worden u op verzoek kosteloos toegezonden.
If you are not the intended recipient of this communication please return the communication to the sender and delete and destroy all copies.
In carrying out its engagements, Ernst & Young applies general terms and conditions, which contain a clause that limits its liability. A copy of these terms and conditions is available on request free of charge.
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: nlzanen1_at_EY.NL
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Aug 30 2001 - 07:36:51 CDT
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |