Hi,
I need to store a very large dictionary.
If I understand correctly there are size limitations on fact tables.
What is the best way to store such a large dictionary?
even better, is there a way to directly query mongodb (during runtime) and get the data from it when needed?
Any other suggestions?
Thanks!