> |  
Performance
massi80
Ho diversi db su un server notes 6.5. Il server viene riavviato tutte le mattine. Il problema č questo : Via web su tali db vengono effettuare ricerche, le prime ricerche, alla mattina, sono sempre lentissime credo (cioč sono sicuro) per qualche problema di indicizzazione.
Per migliorare ho provato a schedulare un agente subito dopo il riavvio del server che mi apre tutte le viste dei db e mi effettua un FTindex sui db in questo modo:

Forall V In Db.Views
Set ViewToIndex = V
End Forall
Call Db.UpdateFTIndex(True)

Non č cambiato nulla. .. qualche idea? suggerimento?




You are here Performance - massi80 -
    re : Performance - cyberflaz -
    re : Performance - massi80 -
    re : Performance - massi80 -