Using Ecto postgrex hstore

Hello Van!,

I only need a key-value thing, it’s there any performance or reason to use jsonb instead of hstore?
I will need to make filters, groupings and aggregations over the values of this column (and will be a huge table)

Thanks in advance