
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Same snowflake data connection, but different behavior between users when extracting data.
- 1 user slow connection and hanging during the data extraction (stuck around 1 million rows and takes more time).
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Dalton_Ruer : The issue was due to the different filters used in both queries. so for user 2 the filter was applied while fetching the data from the snowflake. while for User 1 fileter was applied while loading data that is fetched from Snowflake. My bad, missed noticing the difference in the queries used by the client.
Thanks for your suggestion!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The thing that comes to mind for me is if you are using user pass through security, where users who are hitting the connection have to authenticate to it, User 1 may have a default warehouse attached to the user account in Snowflake that is different than the default warehouse for the other user.
I'm assuming you mean both users are executing the same extraction command and that the issue just related to User 1 dooing a select * in order, and user 2 trying to join 15 tables and force a sort order or something.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @Dalton_Ruer for your response.
Your assumption is right. Both users are using the same query: Load* from Table1.
User1 - Load 12 million records in less than 4 minutes
User2- takes more than 5 minutes to load 1 million and then hang.
I will check the default warehouse for both the users in snowflake.
Thanks,
Onkar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Dalton_Ruer : The issue was due to the different filters used in both queries. so for user 2 the filter was applied while fetching the data from the snowflake. while for User 1 fileter was applied while loading data that is fetched from Snowflake. My bad, missed noticing the difference in the queries used by the client.
Thanks for your suggestion!
