Home » RDBMS Server » Performance Tuning » Oracle Text performance
Oracle Text performance [message #141501] Mon, 10 October 2005 10:06 Go to next message
CrisDK
Messages: 1
Registered: October 2005
Location: Italy
Junior Member
Hello, actually i'm working in a enterprise of online document consultation. I want to know the query performance for a indexed table of FILE_STORED pdf documents in various languages (also chinese) and containing text and images, filtered with the INSO_FILTER. The documents are 10000 for a disk space of 800 GB
What is the performance of a single word query like:
SELECT * from text_table WHERE CONTAINS(testo, 'oracle', 1) > 0;
and for a query like:
SELECT * from text_table WHERE CONTAINS(testo, 'in a database', 1) > 0;
Thanks
Re: Oracle Text performance [message #141509 is a reply to message #141501] Mon, 10 October 2005 11:15 Go to previous messageGo to next message
smartin
Messages: 1803
Registered: March 2005
Location: Jacksonville, Florida
Senior Member
fast??
slow??
42??

How can we possibly know? What happens when you run it and test it on your system?
Re: Oracle Text performance [message #142224 is a reply to message #141509] Thu, 13 October 2005 18:48 Go to previous message
cybotto
Messages: 12
Registered: October 2005
Junior Member
Oracle Text is text is fast, with 10.000 documents it will come up in fraction in a second, but 800 GB for 10.000 documents sound a little bit strange, 80 MB of text per document, nobody is going to read it. Never seen a book like this, it should weight too much to take it with you.

Previous Topic: Slow Query
Next Topic: tuning documentation
Goto Forum:
  


Current Time: Tue Apr 23 06:21:07 CDT 2024