Author Topic: DEMO and rbldindex  (Read 2428 times)

0 Members and 1 Guest are viewing this topic.

gapplin

  • Member
  • Posts: 3
    • View Profile
DEMO and rbldindex
« 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

Joe Chasan

  • Member
  • Posts: 62
    • View Profile
    • Magnatech Business Systems, Inc. Company Website
Re: DEMO and rbldindex
« 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

Lauren

  • Administrator
  • Posts: 176
    • View Profile
DEMO and rbldindex
« 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.

kenbrody

  • Administrator
  • Posts: 82
    • View Profile
Re: DEMO and rbldindex
« 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: [Select]
sort <rbldindex | uniq | wc -l
(This will eliminate duplicate lines, and tell you how many lines are left.)
Kenneth Brody
aka "Mr. filePro"  :-)

gapplin

  • Member
  • Posts: 3
    • View Profile
Re: DEMO and rbldindex
« 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: [Select]
sort <rbldindex | uniq | wc -l
(This will eliminate duplicate lines, and tell you how many lines are left.)

Lauren

  • Administrator
  • Posts: 176
    • View Profile
DEMO and rbldindex
« 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?