database size reduction
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