Customer Portal

Comments 2

  • Avatar
    julrych
    0
    Comment actions Permalink
    There are several potential reasons why your graph is slow:

    • Missing or incorrect indexes on event_id on one of the tables.

    • What part of graph is slow - reader, joiner or the output?

    • What are the data volumes you are processing?

    • DBJoin should not be memory intensive. What other operations are you doing in the graph?

    • If the graph fails, what is the reason for failure? Can you send the log file?

    • Can you post the graph so that we can see what you are actually doing?
  • Avatar
    kasturi
    0
    Comment actions Permalink
    Thank you for your reply. Here is the graph.

    For the initial load, rows were about 3 million.

    It is not bad for incremental load. I take the max(event_id) from the fact and get the records which are >max(event_id) .

    Thanks,
    Kasturi

Please sign in to leave a comment.