Changes between Version 7 and Version 8 of MultipleInstancesOfGN


Ignore:
Timestamp:
Jan 16, 2018, 1:11:41 AM (6 years ago)
Author:
Delawen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MultipleInstancesOfGN

    v7 v8  
    66
    77
    8  * Lucene indexing : a metadata change in one of the instances does not trigger a reindexing in the other instances. An automatic remote-indexing-trigger could address this.
     8 * Lucene indexing : a metadata change in one of the instances does not trigger a reindexing in the other instances. An automatic remote-indexing-trigger could address this. Moving to a clustered external index like ES could also solve the problem.
    99
    1010 * Database inserts : Jeeves maintains an in-memory counter to create ids for database insertions. This should be changed, using an auto-inc type for the id column in the database (if this is supported in all DBMSs we support) or else by fetching latest id from the DB everytime before inserting.