Performance Issue: materialize=True
Causes Slowdown Due to Redshift Write Overhead
#73
amankushwaha25
started this conversation in
General
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
It does sound like it. If materialize is the only difference, and it causes a big slowdown, writing is probably the bottleneck. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Redshift as the database. When
materialize=False
, the diff prints quickly. Whenmaterialize=True
, it takes much longer.Does this indicate that computing the diff is fast, but writing the result to Redshift is the bottleneck?
Beta Was this translation helpful? Give feedback.
All reactions