Skip to content

cache index creation timestamp

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