Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Not enough memory error because of the data model

Hi Everyone,    I have two tables which are called Email and Blocks. Email has unique segment based deliveries and Blocks has more rows for each block email has. My issue is that I'm having trouble...
  • AlexisOlson's avatar
    4 years ago

    If you have a dimension table for EmailTitle and a date table for Date and you use the columns from these dimension tables in your visual, then I wouldn't expect memory issues.

     

    In general, it's not a good idea to create relationships between fact tables like you've done here. I'd recommend removing that relationship and constructing your visual with dimension table columns instead.