vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| On Aug 8, 11:11 pm, qwerty <radosc...@gmail.com> wrote: > Hello, > I have question about open progress openedge 10b. > How can I rebuid all indexes in database ? > What I have to do to do that ? > thx for help > henry #rebuild index on windows platform proutil name.db -C idxbuild all -T c:\temp -TB 31 -TM 32 -SG 64 -t -B 40000 > c:\idx_rebuild.log |
| ||||
| > #rebuild index on windows platform > proutil name.db -C idxbuild all -T c:\temp -TB 31 -TM 32 -SG 64 -t -B 40000 > c:\idx_rebuild.log Use the Speed Sort (-TB), Merge Number (-TM), Sort Grouping (-SG) and Blocks in Database Buffers (-B) startup parameters to improve index rebuild performance and (-threadnum) 'n' if u have an enterprise license. You may want to place the temporary directory on another phisical drive to impove performance also. |