Welcome, Guest. Please login or register.

Login with username, password and session length
Pages: [1]   Go Down
Print
Author Topic: DEMO and rbldindex  (Read 2373 times)
0 Members and 1 Guest are viewing this topic.
gapplin
Member

Posts: 3


View Profile
« on: November 01, 2006, 11:10:21 AM »

We are trying to test our application with a demo version of 5.6.05D4. The rbldindex script is 13,300 lines long. When we run it in the background with the at command, it takes about 48 hrs. Any way to speed that up?


Thanks.

Gary Applin
Logged
Joe Chasan
Member

Posts: 62


View Profile WWW
« Reply #1 on: November 01, 2006, 12:33:48 PM »

There are some system varialbles (see PFNUMIXBUILD for starters, and possibly PFBIXBUILD if applicable) that may speed index rebuild time, but what to set them to would be resource and application-dependent, respectively.

13,000 lines is pretty long, though - are you sure there are no duplicates in the file?  

Quote from: gapplin
We are trying to test our application with a demo version of 5.6.05D4. The rbldindex script is 13,300 lines long. When we run it in the background with the at command, it takes about 48 hrs. Any way to speed that up?


Thanks.

Gary Applin
Logged
Lauren
Administrator

Posts: 176


View Profile
« Reply #2 on: November 01, 2006, 12:44:27 PM »

I'm going to have support contact you to see if they can help find out why the file is so large.
Logged
kenbrody
Administrator

Posts: 82


View Profile
« Reply #3 on: November 01, 2006, 01:48:51 PM »

Quote from: "gapplin"
We are trying to test our application with a demo version of 5.6.05D4. The rbldindex script is 13,300 lines long. When we run it in the background with the at command, it takes about 48 hrs. Any way to speed that up?

Does your system really have over 13,000 indexes, or is something causing the script builder to include duplicate entries?

Run the following and see if it still says 13300:
Code:
sort <rbldindex | uniq | wc -l

(This will eliminate duplicate lines, and tell you how many lines are left.)
Logged

Kenneth Brody
aka "Mr. filePro"  :-)
gapplin
Member

Posts: 3


View Profile
« Reply #4 on: November 01, 2006, 02:22:50 PM »

I used the sort command and got 13221. I know that some of this is because the programmers have made backups of different files. I wonder if some of time required to rebuild these indexes is due to the nag/info license screen that pops up with each command?

Gary




Quote from: "kenbrody"
Quote from: "gapplin"
We are trying to test our application with a demo version of 5.6.05D4. The rbldindex script is 13,300 lines long. When we run it in the background with the at command, it takes about 48 hrs. Any way to speed that up?

Does your system really have over 13,000 indexes, or is something causing the script builder to include duplicate entries?

Run the following and see if it still says 13300:
Code:
sort <rbldindex | uniq | wc -l

(This will eliminate duplicate lines, and tell you how many lines are left.)
Logged
Lauren
Administrator

Posts: 176


View Profile
« Reply #5 on: November 01, 2006, 06:09:35 PM »

Just for reference for other users--

Support recommends moving any inactive files out of the active /filepro directory
if you want or need to create a new rebuild index script so those non-essential,
inactive files are not considered.


Gary, how is it working now?

I hope that made a considerable difference?
Logged
Pages: [1]   Go Up
Print
Jump to:  

Valid XHTML 1.0! Powered by SMF 1.1.15 | SMF © 2011, Simple Machines | Massive Blue Theme By Cadosoas Valid CSS!