grip icon indicating copy to clipboard operation
grip copied to clipboard

Use mongo state to update timestamp

Open kellrott opened this issue 6 years ago • 2 comments

The timestamp method should show when underlying database has changed. Currently mongo driver only watches changes that it makes, but if two arachne servers point at the same mongo db, they won't recognize when the db has changed. Need to use something like https://docs.mongodb.com/manual/changeStreams/ to update timestamp

kellrott avatar Apr 09 '18 19:04 kellrott

This same problem also exists for elasticsearch

adamstruck avatar Apr 09 '18 19:04 adamstruck

Will https://stackoverflow.com/questions/27255596/elasticsearch-index-last-update-time work for elasticsearch ?

kellrott avatar Apr 09 '18 19:04 kellrott