How to optimaly save in JLD or HDF5 many Any arrays

How optimaly to save in JLD or HDF5 many arrays like below:
for 1000 like this arrays JLD format is extremly huge .

julia> temp_rekord
9-element Array{Any,1}:
1
“9600123”
“201101011111000000000010191111101111100000004101411711110003111111111110”
“8094.41”
2
14
0
0
1

paul