Skip to content

database size reduction

Vaclav Sraier requested to merge database_size_reduction into master

The migration will result in deleting test_speed table, which takes to much space. We can reduce the storage requirements by using PostgreSQL custom type with an array. This will also remove the need for an index. I expect the data in the table test_speed will be stored in 25% of previously required space.

Edited by Vaclav Sraier

Merge request reports