-
Notifications
You must be signed in to change notification settings - Fork 5
Consume less resources #3
Comments
So @yakkomajuri, for some context: Hence… I would suggest going for that external stage route in the end – GCS and/or S3. Less user-friendly, but much less of a behemoth to engineer.
The way it could work would be:
I would actually advise against keeping the current temporary table-based way of doing things (which was discussed in #4), since it's kind of convoluted, and just not valuable for anyone. It's cool as a toy, but due to these costs concerns, no one would actually want to use it. You can build on #4, which is also a refactor of the plugin, but feel free to work on your own fresh PR if that makes it easier. |
For a client using the snowflake export
Our export code continuously sends
INSERT
statements to upload data. This requires a snowflake compute node to be always present, and that's $$$.After a call with Craig from Snowflake we found out:
The text was updated successfully, but these errors were encountered: