Tarantool experiences significant performance degradation when performing operations that trigger tuple_dictionary_delete_hash.
The issue becomes more noticeable as the number of fields in the space increases.
Affected scenarios include:
- Updating a space format (renaming fields)
- Extending a space format (adding fields)
- Dropping a space
All these operations take progressively more time depending on the field count, with performance decreasing.