Set_Env - number of seconds before indexing (OpenInsight Specific)
At 21 MAY 1998 07:06:51AM Jeff Word wrote:
If you use Set_Env to set the number of seconds before indexing to 0 (zero), does that mean that OI will always build indexes immediately and wait zero seconds? That is what we want. If this is NOT how you accomplish this please advise us how.
At 21 MAY 1998 08:51AM Don Bakke wrote:
Jeff,
I believe setting this to 0 disables index updating. This number tells OpenInsight how long to wait before attempting to update indexes so unless this is a dedicated indexer you don't want to set this number too low, otherwise the users will constantly see their machines pause. I could be wrong though…
At 21 MAY 1998 11:04AM Carl Pates wrote:
Jeff,
I believe Don is correct. What you really want to do is call Update_Index after you have written your data back for an immediate update.
World Leaders in all things RevSoft
At 21 MAY 1998 11:25AM Don Bakke wrote:
To "tag team" again with Carl, you could create a promoted WRITE event and put the Update_Index SSP in there.
At 21 MAY 1998 12:10PM Jeff Word wrote:
We are already doing this. The senerio I described earlier does include calling update_index after every write. Now what?
At 21 MAY 1998 12:33PM Jeff Word wrote:
We are doing update_index on every write. My comment about "Now what" related to our other question in the online discussion that talks about indexing in the deployed runtime. Sorry, I forgot which question you had answered. Thanks for your help.