Skip to content

Remove unnecessary database indices

Valery Sizov requested to merge removing_unnecessary_indexes into master

What does this MR do?

Removes unnecessary database indices

Why was this MR needed?

It makes the write requests a bit faster and also decreases database size on disk.

cc @smcgivern @yorickpeterse

Merge request reports