• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

Apache Lucene Executing slow in unix Server

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am developing a java tool, I am using lucene for searching operations it is working fine in windows machine.
know we have to deploy the same in Unix server and it's taking around 10hrs, in windows it used to take around 2hrs.

Hardware configuration of server also far better when compared to windows machine
For testing we stopped all other process

Please help me, thanks in advance.
 
author & internet detective
Posts: 41988
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have the same amount of data on both machines?

What is the limiting resource on UNIX? CPU? I/O? Memory? In other words, what is maxed out while Lucene is running?
 
ranjith moram
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Jeanne for your kind reply.

Yes the we are running with same data, we are trying every thing still unable to find what is the issue.
Hardware wise every thing is fine, not much load on CPU, utilization is fine.
Executing fine and output also correct, only thing going wrong is time .
And this is third unix server on which we are using for testing().

Time it is taking to search lucene indexed file is taking lot.
 
I think he's gonna try to grab my monkey. Do we have a monkey outfit for this tiny ad?
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic