I just started working with the Snowflake database.
Snowflake does not allow for Indexes to be created, that being said, what are some ways I can speed up my SQL query performance?
In the past, I would create #temp tables and throw some indexes on, but this is not possible.
Any suggestions?