Changes between Version 7 and Version 8 of MultipleInstancesOfGN
- Timestamp:
- 01/16/18 01:11:41 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultipleInstancesOfGN
v7 v8 6 6 7 7 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. 9 9 10 10 * 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.