From Eventure version 5.0.0 and higher there is a built-in check at startup if a reindex of your files is required.
Eventure checks if you're the only active user and if so, when the last reindex (fast or full reindex) has been done.
The date when Eventure has been started for the last time will be saved into the database as well.
If the previous reindex has a date different than the current date, then a quick rendex will be performed on all participant, event_re and hotel_re files of active congresses. Then the index date is saved.
If the previous reindex date is longer than 7 days after the last start date and it is not possible to reindex (multiple users Eventure) then you get a warning at startup that it is important to reindex.
In addition to the above changes the offline files (Participants, event_re en hotel_re) will be reindexed when opening the import via internet.
This reduces the risk of broken indexes.
In the evw.ini (configuration file) you'll find the following lines.
[Status]
ActiveReindex="Yes"
// When switched on in the evw.ini (default), then reindexing will take place before importing.
StartWithReindex="Yes"
// When switched on in the evw.ini (default), then Eventure will check when the last reindex has taken place and, if necessary, starts with reindexing.
LastStartDate="26/07/2024"
// The last start date of Eventure.
LastIndexDate="26/07/2024"
// The last time the 'fast' reindexing or total indexing has taken place.
Comments
0 comments
Please sign in to leave a comment.