Hello
I create a stream in Multichain, and I need to put 1 billion key-value items to the stream. After some test, I find 1 million items cost 2GB , so I estimate 1 billion items needs 2TB, that's too big for me.
So, I want to put 1 billion items to stream but I don't have 2TB .Do you have some suggestion for me? Is Mutichain has some API or features I don't know which can reduce the storage cost?
Thanks.