Skip to content
Snippets Groups Projects

cache index creation timestamp

Closed Mikhail Karnevskiy requested to merge cache_index_creation into develop

@tim.schoof

Broker create an index each time it insert message to DB, which is inefficient. It would be more efficient to create it only once. On the other hand, collection without index would work very inefficient. Therefore I introduce a cache of index table.

I see only scenario for index to be removed:

  • During CI many tests manually drop database
  • One can drop collection manually.
Edited by Mikhail Karnevskiy

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading